chore: 更新调试配置

This commit is contained in:
2023-12-16 23:02:36 +08:00
parent 131d098cc1
commit 932d2b1a7b

10
.vscode/launch.json vendored
View File

@@ -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"
]
} }
] ]
} }