OVMS3-idf/components/console
Ivan Grokhotkov 30a6a8f932 Update linenoise.c: calloc returning NULL is not handled
Calloc function tries to allocate 4096 bytes.
If such memory is not available, it returns NULL pointer.
This exception was not handled in the code, causing a dirty crash.
2020-05-06 13:21:56 +08:00
..
argtable3 console: ignore static analysis warnings 2020-03-27 19:19:20 +01:00
linenoise Update linenoise.c: calloc returning NULL is not handled 2020-05-06 13:21:56 +08:00
test test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
CMakeLists.txt console: simplify examples 2020-02-07 20:15:06 +08:00
commands.c console: simplify examples 2020-02-07 20:15:06 +08:00
component.mk add console component and example 2017-08-21 15:58:27 +08:00
esp_console.h console: make uart param configurable 2020-03-07 13:23:23 +08:00
esp_console_repl.c console: make uart param configurable 2020-03-07 13:23:23 +08:00
split_argv.c console, ulp: don’t use nested functions 2018-12-06 16:12:47 +08:00