Files
board-mate/esp32-thread/open-thread-rcp/build/bootloader/gdbinit/connect
2025-12-24 16:07:10 +01:00

8 lines
184 B
Plaintext

# Connect to the default openocd-esp port and stop on app_main()
set remotetimeout 10
target remote :3333
monitor reset halt
maintenance flush register-cache
thbreak app_main
continue