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}",
"type": "cortex-debug",
"request": "launch",
"name": "jlink",
"servertype": "jlink",
"interface": "swd",
"name": "openocd",
"servertype": "openocd",
"executable": "build\\Debug\\violet_firmware_zf.elf",
"runToEntryPoint": "main",
"device": "null",
"toolchainPrefix": "riscv-none-embed"
"configFiles": [
"${workspaceFolder}/tools/wch-riscv.cfg"
]
}
]
}