This commit is contained in:
2025-06-14 01:36:44 -04:00
parent 1a0f8f2508
commit 59f5cd125d
1330 changed files with 183697 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