rt-thread-official/bsp/nrf5x/nrf52832/.vscode/launch.json

16 lines
398 B
JSON
Raw Normal View History

2021-03-01 00:02:58 +08:00
{
"version": "0.2.0",
"configurations": [
{
"cwd": "${workspaceRoot}",
"executable": "rt-thread.elf",
2021-06-28 22:34:35 +08:00
"name": "Debug MAX",
"request": "launch",
"type": "cortex-debug",
"servertype": "jlink",
"interface": "swd",
"device": "NRF52832_XXAA",
"runToMain": true
},
2021-03-01 00:02:58 +08:00
]
}