From 932d2b1a7b5fe57870babb49c73bf9cfec18f6ae Mon Sep 17 00:00:00 2001 From: CaoWangrenbo Date: Sat, 16 Dec 2023 23:02:36 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E8=B0=83=E8=AF=95?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/launch.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index d4d5714..a467a37 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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" + ] } ] } \ No newline at end of file