2024-05-12 14:08:58 +02:00
|
|
|
{
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"showDevDebugOutput": "parsed",
|
|
|
|
"cwd": "${workspaceRoot}",
|
2024-05-15 21:16:02 +02:00
|
|
|
"executable": "./build/PDU_FT24_Code.elf",
|
2024-05-12 14:08:58 +02:00
|
|
|
"name": "Debug STM32",
|
|
|
|
"request": "launch",
|
|
|
|
"type": "cortex-debug",
|
|
|
|
"servertype": "openocd",
|
|
|
|
"preLaunchTask": "Build STM",
|
|
|
|
"device": "stm32f302xc.s",
|
|
|
|
"configFiles": [
|
|
|
|
"openocd.cfg"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"showDevDebugOutput": "parsed",
|
|
|
|
"cwd": "${workspaceRoot}",
|
2024-05-15 21:16:02 +02:00
|
|
|
"executable": "./build/PDU_FT24_Code.elf",
|
2024-05-12 14:08:58 +02:00
|
|
|
"name": "Attach STM32",
|
|
|
|
"request": "attach",
|
|
|
|
"type": "cortex-debug",
|
|
|
|
"servertype": "openocd",
|
|
|
|
"preLaunchTask": "Build STM",
|
|
|
|
"device": "stm32f302xc.s",
|
|
|
|
"configFiles": [
|
|
|
|
"openocd.cfg"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|