add compile custom firmware vscode task
This commit is contained in:
parent
0c870b1269
commit
6bba5034d0
|
@ -211,6 +211,22 @@
|
|||
"isDefault": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Compile custom firmware",
|
||||
"type": "shell",
|
||||
"command": "./compile_firmware.sh",
|
||||
"windows": {
|
||||
"command": "wsl ./compile_firmware.sh "
|
||||
},
|
||||
"options": {
|
||||
"cwd": "${workspaceRoot}"
|
||||
},
|
||||
"problemMatcher": [],
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Build Simulator",
|
||||
"type": "shell",
|
||||
|
@ -228,4 +244,4 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue