ESP32 Bootstraps

This commit is contained in:
2025-10-12 21:26:41 -04:00
parent 3c50d08da9
commit b2a0f068e7
1353 changed files with 40 additions and 133035 deletions

View File

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