esp-idf/tools/idf_monitor_base
Martin Gaňo c02c0cc9b7 Tools: Add --no-reset option for IDF Monitor in order to avoid resetting the chip target upon connection
Closes https://github.com/espressif/esp-idf/issues/8889

Closes IDFGH-7189, IDFGH-7301, IDFGH-5963

Closes https://github.com/espressif/esp-idf/issues/7651

Merges https://github.com/espressif/esp-idf/pull/8788
2022-05-10 14:19:37 +02:00
..
__init__.py
ansi_color_converter.py
argument_parser.py Tools: Add --no-reset option for IDF Monitor in order to avoid resetting the chip target upon connection 2022-05-10 14:19:37 +02:00
chip_specific_config.py
console_parser.py
console_reader.py
constants.py core_dump: split corefile and coredump script from idf into a separate package 2022-03-24 13:57:48 +08:00
coredump.py core_dump: split corefile and coredump script from idf into a separate package 2022-03-24 13:57:48 +08:00
exceptions.py
gdbhelper.py
line_matcher.py
logger.py
output_helpers.py
serial_handler.py Tools: Add --no-reset option for IDF Monitor in order to avoid resetting the chip target upon connection 2022-05-10 14:19:37 +02:00
serial_reader.py Add idf.py monitor argument --no-reset (-R) to prevent resetting the MCU target on monitor startup 2022-05-03 14:52:34 +02:00
stoppable_thread.py
web_socket_client.py