corrected tasks and launchfile for projects folder
This commit is contained in:
parent
64a9c748ef
commit
97fd1b36b7
|
@ -6,8 +6,8 @@
|
|||
"type": "cortex-debug",
|
||||
"request": "launch",
|
||||
"servertype": "openocd",
|
||||
"cwd": "${workspaceRoot}/${env:PROJECT_NAME_VN200}",
|
||||
"executable": "${workspaceRoot}/${env:PROJECT_NAME_VN200}/build/${env:PROJECT_NAME_VN200}.elf",
|
||||
"cwd": "${workspaceRoot}/projects/${env:PROJECT_NAME_VN200}",
|
||||
"executable": "${workspaceRoot}/projects/${env:PROJECT_NAME_VN200}/build/${env:PROJECT_NAME_VN200}.elf",
|
||||
"configFiles": [
|
||||
"/usr/share/openocd/scripts/interface/stlink.cfg",
|
||||
"/home/stm32_devcontainer/.vscode/stm32f3x_custom.cfg"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
{
|
||||
"label": "build_vn200",
|
||||
"type": "shell",
|
||||
"command": "make -C /home/stm32_devcontainer/${env:PROJECT_NAME_VN200}/build", // or any other build command
|
||||
"command": "make -C /home/stm32_devcontainer/projects/${env:PROJECT_NAME_VN200}/build", // or any other build command
|
||||
"args": [],
|
||||
"group": {
|
||||
"kind": "build",
|
||||
|
|
Loading…
Reference in New Issue