esp-idf/tools/idf_monitor_base
Peter Dragun 4826182e60 bug(monitor/console_reader): replace TIOCSTI with busy wait to suppport kernel > 6.2
Closes https://github.com/espressif/esp-idf/issues/11027
2023-04-21 15:52:13 +02:00
..
__init__.py Moved coredump utils out of idf_monitor 2021-06-28 13:56:39 +02:00
ansi_color_converter.py Tools: extracted functionality out of idf_monitor 2021-08-03 19:18:17 +08:00
argument_parser.py Fixed comparsion of integer and string that evaluated always to False 2022-05-31 14:07:18 +02:00
chip_specific_config.py all: Apply new version logic (major * 100 + minor) 2023-03-03 22:26:39 +00:00
console_parser.py idf.py: add linux target support for `idf.py flash` and `idf.py monitor` 2021-10-18 11:50:50 +08:00
console_reader.py bug(monitor/console_reader): replace TIOCSTI with busy wait to suppport kernel > 6.2 2023-04-21 15:52:13 +02:00
constants.py Remove line finalization when coredump is active to avoid coredump failure 2022-03-04 11:40:32 +01:00
coredump.py Remove line finalization when coredump is active to avoid coredump failure 2022-03-04 11:40:32 +01:00
exceptions.py
gdbhelper.py Tools: extracted functionality out of idf_monitor 2021-08-03 19:18:17 +08:00
line_matcher.py
logger.py Tools: extracted functionality out of idf_monitor 2021-08-03 19:18:17 +08:00
output_helpers.py Tools: extracted functionality out of idf_monitor 2021-08-03 19:18:17 +08:00
serial_handler.py idf.py: add linux target support for `idf.py flash` and `idf.py monitor` 2021-10-18 11:50:50 +08:00
serial_reader.py idf.py: add linux target support for `idf.py flash` and `idf.py monitor` 2021-10-18 11:50:50 +08:00
stoppable_thread.py Tools: extracted functionality out of idf_monitor 2021-08-03 19:18:17 +08:00
web_socket_client.py