{ "version": "0.2.0", "configurations": [ { "cwd": "${workspaceRoot}", "type": "cortex-debug", "request": "launch", "name": "openocd", "servertype": "openocd", "executable": "build\\Debug\\BC4D.elf", "runToEntryPoint": "main", "configFiles": [ "interface/cmsis-dap.cfg", "target/at32f415xx.cfg" ], "toolchainPrefix": "arm-none-eabi", } ] }