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