16 lines
394 B
JSON
16 lines
394 B
JSON
|
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"cwd": "${workspaceRoot}",
|
||
|
"executable": "rtthread.elf",
|
||
|
"name": "Debug",
|
||
|
"request": "launch",
|
||
|
"type": "cortex-debug",
|
||
|
"servertype": "jlink",
|
||
|
"interface": "swd",
|
||
|
"device": "LPC55S69_M33_0",
|
||
|
"runToMain": true
|
||
|
},
|
||
|
]
|
||
|
}
|