diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..83f2146 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,15 @@ +{ + "configurations": [ + { + "cwd": "${workspaceFolder}", + "executable": "build/zephyr/zephyr.elf", + "name": "Debug with PyOCD", + "request": "launch", + "type": "cortex-debug", + "showDevDebugOutput": "none", + "servertype": "external", + "gdbTarget": "localhost:3333", + "targetId": "nrf54l", + } + ] +} \ No newline at end of file