rt-thread/bsp/lpc55sxx/lpc55s69_nxp_evk/.vscode/launch.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
},
]
}