rt-thread/bsp/lpc55sxx/lpc55s69_nxp_evk/.vscode/launch.json

16 lines
394 B
JSON
Raw Normal View History

2021-10-23 22:37:45 +08:00
{
"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
},
]
}