18 lines
481 B
JSON
18 lines
481 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"showDevDebugOutput": true,
|
|
"cwd": "${workspaceRoot}",
|
|
"executable": "./build/PeltierControllerV3.elf",
|
|
"name": "Debug STM32",
|
|
"request": "launch",
|
|
"type": "cortex-debug",
|
|
"servertype": "openocd",
|
|
"preLaunchTask": "Build STM",
|
|
"device": "stlink",
|
|
"configFiles": [
|
|
"openocd.cfg"
|
|
]
|
|
}
|
|
]
|
|
} |