esp-idf/tools
Roland Dobai b8937e5522 idf_monitor: Fix console performance
51e42d8e92
introduced filtering options which handles the last (unterminated) line
with a delay. This introduced poor performance for console applications
when the user interacts with the ESP32 device in the same line because
there is an artificial delay for each key-press.

bb152030a0
decreased the delay but there are still delays for each key-presses.

The current fix makes only one delay per line instead of each
key-presses. When an unterminated line is detected then no more
"delayed" print is used for the given line.

Fixes https://github.com/espressif/esp-idf/issues/2054
2018-07-03 09:15:46 +02:00
..
catch
ci partition_table: Expanding the space under the bootloader 2018-06-08 18:47:29 +05:00
esp_app_trace
kconfig
tiny-test-fw FATFS support without wear levelling 2018-06-16 16:02:35 +08:00
unit-test-app docs: Switch base URL from esp-idf.readthedocs.io to docs.espressif.com 2018-06-19 11:23:33 +00:00
windows docs: Switch base URL from esp-idf.readthedocs.io to docs.espressif.com 2018-06-19 11:23:33 +00:00
eclipse-code-style.xml
format-minimal.sh
format.sh
gen_esp_err_to_name.py esp_err_to_name.py: guess IDF_PATH if not set in environement 2018-06-25 13:43:32 +08:00
idf_monitor.py idf_monitor: Fix console performance 2018-07-03 09:15:46 +02:00
idf_size.py