This commit is contained in:
Clawdia
2026-08-11 22:33:36 +02:00
commit 6cf7455986
51 changed files with 50733 additions and 0 deletions
+7
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