| 12345678910111213141516 |
- {
- "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
- },
- ]
- }
|