tools: Add various fixes for idf.py gdbgui

Closes https://github.com/espressif/esp-idf/issues/5968
This commit is contained in:
Roland Dobai
2021-04-27 14:27:22 +02:00
parent 3ed5d97771
commit 0102cbf334
2 changed files with 8 additions and 2 deletions
+2 -1
View File
@@ -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