Initial commit

This commit is contained in:
2026-06-24 16:37:26 +08:00
commit 6347ccb13e
874 changed files with 104994 additions and 0 deletions

7
build/gdbinit/connect Normal file
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