mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
tools: Add various fixes for idf.py gdbgui
Closes https://github.com/espressif/esp-idf/issues/5968
This commit is contained in:
+2
-1
@@ -17,7 +17,8 @@ gdbgui==0.13.2.0
|
||||
# Windows is not supported since 0.14.0.0. See https://github.com/cs01/gdbgui/issues/348
|
||||
pygdbmi<=0.9.0.2
|
||||
# The pygdbmi required max version 0.9.0.2 since 0.9.0.3 is not compatible with latest gdbgui (>=0.13.2.0)
|
||||
python-socketio<5; python_version<="2.7"
|
||||
# A compatible Socket.IO should be used. See https://github.com/miguelgrinberg/python-socketio/issues/578
|
||||
python-socketio<5
|
||||
|
||||
kconfiglib==13.7.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user