4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-22 07:19:21 +08:00
2021-03-02 13:47:40 +08:00

15 lines
361 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "cortex-debug",
"request": "launch",
"servertype": "jlink",
"cwd": "${workspaceRoot}",
"executable": "rt-thread.elf",
"name": "Cortex Debug",
"device": "nrf52",
"interface": "swd"
}
]
}