diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 49c4c9b642..2e2e67dede 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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",