esp-idf/components/console
Ivan Grokhotkov 129cdcc08c
console: linenoiseProbe: check if response is valid
Previously linenoiseProbe would accept any 4 byte response, even one
that isn't expected. This adds a check that the first byte of the
response is ESC.
Suggested in https://github.com/espressif/esp-idf/issues/8839.
2022-06-01 16:32:28 +02:00
..
argtable3 argtable: move GCC-specific pragma to cmake/make files 2021-09-16 11:07:54 +02:00
linenoise console: linenoiseProbe: check if response is valid 2022-06-01 16:32:28 +02:00
test console: update copyright notice 2021-05-17 03:41:32 +02:00
CMakeLists.txt argtable: move GCC-specific pragma to cmake/make files 2021-09-16 11:07:54 +02:00
commands.c console: update copyright notice 2021-05-17 03:41:32 +02:00
component.mk argtable: move GCC-specific pragma to cmake/make files 2021-09-16 11:07:54 +02:00
esp_console.h console: re-use the available REPL console API and improve linenoise 2021-07-15 11:37:11 +08:00
esp_console_repl.c console: disable colored hints if CONFIG_LOG_COLORS is not set 2022-04-20 16:03:08 +05:30
split_argv.c console: update copyright notice 2021-05-17 03:41:32 +02:00