2021-03-01 00:02:58 +08:00
|
|
|
{
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"cwd": "${workspaceRoot}",
|
|
|
|
"executable": "rt-thread.elf",
|
2021-06-28 22:34:35 +08:00
|
|
|
"name": "Debug MAX",
|
|
|
|
"request": "launch",
|
|
|
|
"type": "cortex-debug",
|
|
|
|
"servertype": "jlink",
|
|
|
|
"interface": "swd",
|
|
|
|
"device": "NRF52832_XXAA",
|
|
|
|
"runToMain": true
|
|
|
|
},
|
2021-03-01 00:02:58 +08:00
|
|
|
]
|
|
|
|
}
|