vscode add v5x variant (for cmake configure)

This commit is contained in:
Daniel Agar
2019-07-26 12:36:27 -04:00
parent 36534d5bab
commit a462bfeb53
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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
+1 -1
View File
@@ -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}",