esp-idf/components/console
Ivan Grokhotkov 9b2b86b7d9 console: fix linenoiseProbe never timing out
Fixes a regression from 753a92952: if cb was negative, read_bytes
overflowed, because the type was changed from int to size_t.

Also fixes incorrect timeout calculation: timeout_ms was 200, but
each iteration delayed for 10ms, and reduced timeout_ms by 1. This
made the effective timeout to be 2000ms.
2021-01-15 09:22:04 +01:00
..
argtable3 Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
linenoise console: fix linenoiseProbe never timing out 2021-01-15 09:22:04 +01:00
test
CMakeLists.txt
commands.c global: fix sign-compare warnings 2021-01-12 14:05:08 +08:00
component.mk
esp_console.h console: support create REPL over USB CDC 2020-11-13 10:51:40 +08:00
esp_console_repl.c uart: add uart support on esp32s3 2020-11-24 19:12:51 +08:00
split_argv.c global: fix sign-compare warnings 2021-01-12 14:05:08 +08:00