Initial commit: ESP32-C6 Zigbee Router project
This commit is contained in:
7
build/gdbinit/py_extensions
Normal file
7
build/gdbinit/py_extensions
Normal 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
|
||||
Reference in New Issue
Block a user