First
This commit is contained in:
Vendored
+23
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Zephyr Remote Cortex-Debug (OpenOCD)",
|
||||
"type": "cortex-debug",
|
||||
"request": "launch",
|
||||
|
||||
"executable": "${workspaceFolder}/build/zephyr/zephyr.elf",
|
||||
|
||||
"servertype": "external",
|
||||
"gdbTarget": "192.168.1.154:3333",
|
||||
|
||||
"gdbPath": "/usr/bin/arm-none-eabi-gdb",
|
||||
|
||||
"runToEntryPoint": "main",
|
||||
|
||||
"preLaunchCommands": [
|
||||
"monitor reset halt"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user