forked from Archive/PX4-Autopilot
Update cmake-variants.yaml
Added the following targets: - px4_fmu-v6c_bootloader - px4_fmu-v6c[_default] - px4_fmu-v6u_bootloader - px4_fmu-v6u[_default]
This commit is contained in:
parent
7c7a3c117a
commit
9da1622436
|
@ -71,6 +71,26 @@ CONFIG:
|
||||||
buildType: MinSizeRel
|
buildType: MinSizeRel
|
||||||
settings:
|
settings:
|
||||||
CONFIG: px4_fmu-v5x_default
|
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:
|
px4_fmu-v6x_default:
|
||||||
short: px4_fmu-v6x
|
short: px4_fmu-v6x
|
||||||
buildType: MinSizeRel
|
buildType: MinSizeRel
|
||||||
|
|
Loading…
Reference in New Issue