ESP32 Bootstraps

This commit is contained in:
2025-10-12 21:14:59 -04:00
parent fb502d954c
commit ba782f86ee
152 changed files with 39299 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# 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