zephyr/subsys/shell
Krzysztof Chruscinski 989fef9c0e shell: Add built-in shell commands
Added optional shell commands:
- clear - for clearing terminal
- history - commands history
- resize - terminal resize
- shell - controling echo and colors

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
2018-09-19 09:30:29 -04:00
..
modules shell: Rename shell to legacy_shell 2018-09-19 09:30:29 -04:00
CMakeLists.txt shell: Add built-in shell commands 2018-09-19 09:30:29 -04:00
Kconfig shell: Add built-in shell commands 2018-09-19 09:30:29 -04:00
legacy_shell.c shell: Rename shell to legacy_shell 2018-09-19 09:30:29 -04:00
shell_cmds.c shell: Add built-in shell commands 2018-09-19 09:30:29 -04:00
shell_fprintf.c shell: Shell subsystem reimplementation 2018-09-19 09:30:29 -04:00
shell_history.c shell: Add shell history feature 2018-09-19 09:30:29 -04:00
shell_ops.c shell: Shell subsystem reimplementation 2018-09-19 09:30:29 -04:00
shell_ops.h shell: Shell subsystem reimplementation 2018-09-19 09:30:29 -04:00
shell_service.c shell: Rename shell to legacy_shell 2018-09-19 09:30:29 -04:00
shell_uart.c shell: Shell subsystem reimplementation 2018-09-19 09:30:29 -04:00
shell_utils.c shell: Shell subsystem reimplementation 2018-09-19 09:30:29 -04:00
shell_utils.h shell: Shell subsystem reimplementation 2018-09-19 09:30:29 -04:00
shell_vt100.h shell: Shell subsystem reimplementation 2018-09-19 09:30:29 -04:00
shell.c shell: Add shell history feature 2018-09-19 09:30:29 -04:00