knx/examples/knx-cc1310/vscode/launch.json.example
2020-10-15 16:31:40 +02:00

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,
}
]
}