ESP32 Bootstraps

This commit is contained in:
2025-10-12 21:22:08 -04:00
parent 61bc3224a2
commit 2a0122832a
402 changed files with 32438 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Add Python GDB extensions
python
try:
import freertos_gdb
except ModuleNotFoundError:
print('warning: python extension "freertos_gdb" not found.')
end