Skip to content

Commit

Permalink
vscode add v5x variant (for cmake configure)
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar committed Jul 26, 2019
1 parent 36534d5 commit a462bfe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .vscode/cmake-variants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
Expand Down

0 comments on commit a462bfe

Please sign in to comment.