32 lines
921 B
JSON
32 lines
921 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"showDevDebugOutput": "parsed",
|
||
|
"cwd": "${workspaceRoot}",
|
||
|
"executable": "./build/SLS.elf",
|
||
|
"name": "Debug STM32",
|
||
|
"request": "launch",
|
||
|
"type": "cortex-debug",
|
||
|
"servertype": "openocd",
|
||
|
"preLaunchTask": "Build STM",
|
||
|
"device": "stm32f042x6.s",
|
||
|
"configFiles": [
|
||
|
"openocd.cfg"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"showDevDebugOutput": "parsed",
|
||
|
"cwd": "${workspaceRoot}",
|
||
|
"executable": "./build/SLS.elf",
|
||
|
"name": "Attach STM32",
|
||
|
"request": "attach",
|
||
|
"type": "cortex-debug",
|
||
|
"servertype": "openocd",
|
||
|
"preLaunchTask": "Build STM",
|
||
|
"device": "stm32f042x6.s",
|
||
|
"configFiles": [
|
||
|
"openocd.cfg"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|