esp-idf/tools/idf_monitor_base
Nonoo 9266a7c52e Add idf.py monitor argument --no-reset (-R) to prevent resetting the MCU target on monitor startup
Add idf.py monitor argument --no-reset (-R) to prevent resetting the CPU on monitor startup

idf.py monitor: fix type signature

idf.py monitor: fix reset key shortcut when --no-reset (-R) argument is used

idf.py monitor: change --no-reset (-R) argument descriptions in help

idf.py monitor: simplify --no-reset (-R) argument checks

idf.py monitor: add warning if --no-reset is used, but --port is not given

idf.py monitor: ignore --no-reset if --port is not given
2022-05-03 14:52:34 +02:00
..
__init__.py Moved coredump utils out of idf_monitor 2021-06-28 13:56:39 +02:00
ansi_color_converter.py Fixed copyright header 2022-01-03 00:09:31 +01:00
argument_parser.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
chip_specific_config.py Decompose idf_monitor.py 2021-04-12 10:47:33 +02: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 Tools: extracted functionality out of idf_monitor 2021-08-03 19:18:17 +08:00
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 Decompose idf_monitor.py 2021-04-12 10:47:33 +02:00
gdbhelper.py Tools: extracted functionality out of idf_monitor 2021-08-03 19:18:17 +08:00
line_matcher.py Decompose idf_monitor.py 2021-04-12 10:47:33 +02:00
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 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
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 Tools: extracted functionality out of idf_monitor 2021-08-03 19:18:17 +08:00
web_socket_client.py Decompose idf_monitor.py 2021-04-12 10:47:33 +02:00