esp-idf/components/console
Ivan Grokhotkov c0d62c58d3
console: argtable3: upgrade to v3.2.1
Source code taken from release archives in
https://github.com/argtable/argtable3/releases/tag/v3.2.1.52f24e5

Applied dos2unix to all files.
Removed trailing whitespace with the pre-commit hook.

Resolves some of the static analysis issues reported in
https://github.com/espressif/esp-idf/issues/6440
(mallocs are replaced by xmalloc wrapper which panics on failed
allocations)
2022-04-11 19:42:52 +02:00
..
argtable3 console: argtable3: upgrade to v3.2.1 2022-04-11 19:42:52 +02:00
linenoise console: linenoise: fix usage of an uninitialized buffer 2022-03-11 20:54:09 +01:00
test
CMakeLists.txt
commands.c
esp_console.h
esp_console_repl.c
split_argv.c