esp-idf/components/console
Sudeep Mohanty 0313cbca43 fix(console): Fixed linenoise prompt length calculation
This commit fixes a potential issue where in the prompt length used
for the linenoise based console could be calculated as a negative
integer, leading to a console hang.

Closes https://github.com/espressif/esp-idf/issues/4924
2024-01-16 11:52:24 +01:00
..
argtable3
linenoise fix(console): Fixed linenoise prompt length calculation 2024-01-16 11:52:24 +01:00
test_apps/console feat(console): add command user context support 2023-12-13 10:27:04 +08:00
CMakeLists.txt refactor(usb_serial_jtag): make usb_serial_jtag as component 2024-01-05 19:42:04 +08:00
commands.c feat(console): add command user context support 2023-12-13 10:27:04 +08:00
esp_console.h feat(console): added config option for console task affinity 2023-12-19 10:35:14 +08:00
esp_console_repl.c refactor(usb_serial_jtag): make usb_serial_jtag as component 2024-01-05 19:42:04 +08:00
split_argv.c