Skip to content

Instantly share code, notes, and snippets.

View iwasz's full-sized avatar
💭
sdfsdfgdsfggerg

Łukasz Iwaszkiewicz iwasz

💭
sdfsdfgdsfggerg
View GitHub Profile
@iwasz
iwasz / gist:dd8b003435e53ee934242401b5017589
Created February 21, 2024 23:18
vscode cortex-debug config for ESP32 running Zephyr and MCUboot application.
{
"type": "cortex-debug",
"request": "launch",
"name": "CortexDebug - MCU ESP32",
"executable": "./build/zephyr/zephyr.elf",
"cwd": "${workspaceFolder:nbox-nano}",
"servertype": "openocd",
"armToolchainPath": "/home/iwasz/.local/zephyr-sdk-0.16.1/xtensa-espressif_esp32_zephyr-elf/bin",
"toolchainPrefix": "xtensa-espressif_esp32_zephyr-elf",
"searchDir": [