19 lines
518 B
JSON
19 lines
518 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"cwd": "${workspaceRoot}",
|
|
"type": "cortex-debug",
|
|
"request": "launch",
|
|
"name": "openocd",
|
|
"servertype": "openocd",
|
|
"executable": "build\\BC3D\\BC3D.elf",
|
|
"runToEntryPoint": "main",
|
|
"configFiles": [
|
|
"interface/cmsis-dap.cfg",
|
|
"target/at32f413xx.cfg"
|
|
],
|
|
"toolchainPrefix": "arm-none-eabi",
|
|
}
|
|
]
|
|
} |