{ "version": "0.2.0", "configurations": [ { "cwd": "${workspaceRoot}", "type": "cortex-debug", "request": "launch", "name": "jlink", "servertype": "jlink", "interface": "swd", "executable": "build\\Debug\\violet_firmware_zf.elf", "runToEntryPoint": "main", "device": "null", "toolchainPrefix": "riscv-none-embed" } ] }