mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-04 05:05:19 +08:00
vscode add v5x variant (for cmake configure)
This commit is contained in:
Vendored
+5
@@ -41,6 +41,11 @@ CONFIG:
|
|||||||
buildType: MinSizeRel
|
buildType: MinSizeRel
|
||||||
settings:
|
settings:
|
||||||
CONFIG: px4_fmu-v5_default
|
CONFIG: px4_fmu-v5_default
|
||||||
|
px4_fmu-v5x_default:
|
||||||
|
short: px4_fmu-v5x
|
||||||
|
buildType: MinSizeRel
|
||||||
|
settings:
|
||||||
|
CONFIG: px4_fmu-v5x_default
|
||||||
airmind_mindpx-v2_default:
|
airmind_mindpx-v2_default:
|
||||||
short: airmind_mindpx-v2
|
short: airmind_mindpx-v2
|
||||||
buildType: MinSizeRel
|
buildType: MinSizeRel
|
||||||
|
|||||||
Vendored
+1
-1
@@ -202,7 +202,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Debug px4_fmu-v5 (jlink)",
|
"name": "Debug px4_fmu-v5/v5x (jlink)",
|
||||||
"device": "STM32F765VI",
|
"device": "STM32F765VI",
|
||||||
"svdFile": "${workspaceRoot}/../cmsis-svd/data/STMicro/STM32F7x5.svd",
|
"svdFile": "${workspaceRoot}/../cmsis-svd/data/STMicro/STM32F7x5.svd",
|
||||||
"executable": "${command:cmake.launchTargetPath}",
|
"executable": "${command:cmake.launchTargetPath}",
|
||||||
|
|||||||
Reference in New Issue
Block a user