esp-idf/components/console
Alon Bar-Lev 07a9137fd7 change(console): print sorted help
console commands may be registered in random order in application, for example
each module registers its own commands.

the output of help is displayed to human, best to have consistent sorted
output so that the implementation ordering will not affect the output and
allow the user to see a list in some logic order.

Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
2023-11-09 10:18:42 +02:00
..
argtable3 console: argtable3: upgrade to v3.2.2 2022-10-27 11:38:49 +02:00
linenoise fix(console): fix linenoise flushing in dumb mode 2023-10-09 12:13:02 +04:00
test_apps/console change(console): print sorted help 2023-11-09 10:18:42 +02:00
CMakeLists.txt refactor(linux): excluded all non-Linux components from build 2023-10-16 17:06:54 +08:00
commands.c change(console): print sorted help 2023-11-09 10:18:42 +02:00
esp_console_repl.c console: Fix building issue when serial JTAG is set 2023-04-27 15:28:23 +08:00
esp_console.h refactor(esp_console): improved error handling, added tests and docs 2023-08-15 14:11:30 +08:00
split_argv.c console: update copyright notice 2021-05-17 03:41:32 +02:00