Skip to content

Commit

Permalink
Add f407-discovery VSCode build task
Browse files Browse the repository at this point in the history
  • Loading branch information
nmschulte committed Jan 26, 2024
1 parent a7f7760 commit 886909f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,22 @@
"isDefault": true
}
},
{
"label": "Build Firmware (F407 \"basic\")",
"type": "shell",
"command": "make -j12 PROJECT_BOARD=f407-discovery",
"windows": {
"command": "wsl bash -lc 'make -j12 PROJECT_BOARD=f407-discovery'"
},
"options": {
"cwd": "${workspaceRoot}/firmware"
},
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
}
},
{
"label": "Build Unit Tests",
"type": "shell",
Expand Down

0 comments on commit 886909f

Please sign in to comment.