4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-19 18:53:32 +08:00

15 lines
361 B
JSON
Raw Normal View History

2021-03-01 00:02:58 +08:00
{
"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"
}
]
}