mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01:00
21 lines
674 B
Plaintext
21 lines
674 B
Plaintext
|
{
|
||
|
// Use IntelliSense to learn about possible attributes.
|
||
|
// Hover to view descriptions of existing attributes.
|
||
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Cortex Debug",
|
||
|
"cwd": "${workspaceRoot}",
|
||
|
"executable": "./build/knx-cc1310",
|
||
|
"request": "launch",
|
||
|
"type": "cortex-debug",
|
||
|
"servertype": "jlink",
|
||
|
"serverpath": "/opt/SEGGER/JLink/JLinkGDBServerCLExe",
|
||
|
"device": "CC1310F128",
|
||
|
"interface": "jtag",
|
||
|
"runToMain": false,
|
||
|
}
|
||
|
]
|
||
|
}
|