Files
microros_turntable_controller/.vscode/launch.json
2026-01-11 12:03:47 +01:00

15 lines
414 B
JSON

{
"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": "stm32h5",
}
]
}