From 9da162243600164558bda1941d6143bc4ab5babb Mon Sep 17 00:00:00 2001 From: Bryce Melander <33205711+bmelanman@users.noreply.github.com> Date: Wed, 17 Jan 2024 09:41:50 -0800 Subject: [PATCH] Update cmake-variants.yaml Added the following targets: - px4_fmu-v6c_bootloader - px4_fmu-v6c[_default] - px4_fmu-v6u_bootloader - px4_fmu-v6u[_default] --- .vscode/cmake-variants.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.vscode/cmake-variants.yaml b/.vscode/cmake-variants.yaml index c929a30544..85644168f9 100644 --- a/.vscode/cmake-variants.yaml +++ b/.vscode/cmake-variants.yaml @@ -71,6 +71,26 @@ CONFIG: buildType: MinSizeRel settings: CONFIG: px4_fmu-v5x_default + px4_fmu-v6c_default: + short: px4_fmu-v6c + buildType: MinSizeRel + settings: + CONFIG: px4_fmu-v6c_default + px4_fmu-v6c_bootloader: + short: px4_fmu-v6c_bootloader + buildType: MinSizeRel + settings: + CONFIG: px4_fmu-v6c_bootloader + px4_fmu-v6u_default: + short: px4_fmu-v6u + buildType: MinSizeRel + settings: + CONFIG: px4_fmu-v6u_default + px4_fmu-v6u_bootloader: + short: px4_fmu-v6u_bootloader + buildType: MinSizeRel + settings: + CONFIG: px4_fmu-v6u_bootloader px4_fmu-v6x_default: short: px4_fmu-v6x buildType: MinSizeRel