ESP32 Bootstraps

This commit is contained in:
2025-10-12 21:27:07 -04:00
parent ab741f3741
commit f46e870fb4
148 changed files with 38431 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