chore: 更新调试配置
This commit is contained in:
10
.vscode/launch.json
vendored
10
.vscode/launch.json
vendored
@@ -5,13 +5,13 @@
|
|||||||
"cwd": "${workspaceRoot}",
|
"cwd": "${workspaceRoot}",
|
||||||
"type": "cortex-debug",
|
"type": "cortex-debug",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"name": "jlink",
|
"name": "openocd",
|
||||||
"servertype": "jlink",
|
"servertype": "openocd",
|
||||||
"interface": "swd",
|
|
||||||
"executable": "build\\Debug\\violet_firmware_zf.elf",
|
"executable": "build\\Debug\\violet_firmware_zf.elf",
|
||||||
"runToEntryPoint": "main",
|
"runToEntryPoint": "main",
|
||||||
"device": "null",
|
"configFiles": [
|
||||||
"toolchainPrefix": "riscv-none-embed"
|
"${workspaceFolder}/tools/wch-riscv.cfg"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user