zephyr/include/shell
Jakub Rzeszutko a8e45c4f1e shell: dictionary commands feature
Adding dictionary commands concept. It simplifies creation of multiple
commands that are handled by a one function handler.

This is a special kind of static commands. Dictionary commands can be
used every time you want to use a pair: (string <-> corresponding data)
in a command handler. The string is usually a verbal description
of a given data. The idea is to use the string as a command syntax that
can be prompted by the shell and corresponding data can be used to
process the command.

Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
2020-10-08 10:12:25 -04:00
..
shell_dummy.h shell: fix possible deadlock in shell_fprintf 2020-08-18 10:44:35 -04:00
shell_fprintf.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
shell_history.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
shell_log_backend.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
shell_rtt.h
shell_telnet.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
shell_types.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
shell_uart.h device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
shell.h shell: dictionary commands feature 2020-10-08 10:12:25 -04:00