Files
QD4C-firmware/.vscode/launch.json
2024-02-07 10:24:11 +08:00

17 lines
455 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"cwd": "${workspaceRoot}",
"type": "cortex-debug",
"request": "launch",
"name": "openocd",
"servertype": "openocd",
"executable": "build\\Debug\\firmware_zinnia.elf",
"runToEntryPoint": "main",
"configFiles": [
"${workspaceFolder}/tools/wch-riscv.cfg"
]
}
]
}