zephyr/include/shell
Jakub Rzeszutko 090ef041e8 shell: improved shell_prompt_change function
Shell will store only pointer to the prompt string instead of
copying it to the RAM buffer. It will save RAM memory and
it will simplify implementation of a  new feature: "select"
command. When a command will be selected than shell will
display command syntax as a prompt.

Removed obsolete ASSERT check in a static function.

Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
2019-02-08 14:51:52 -05:00
..
shell_dummy.h
shell_fprintf.h shell: creating new module for help functionality 2018-12-05 15:15:44 +01:00
shell_history.h shell: Allocate proper amount of history slab memory 2019-02-06 07:16:08 -05:00
shell_log_backend.h shell: Add support for notifying about dropped logs 2019-01-29 18:31:16 +01:00
shell_rtt.h
shell_types.h
shell_uart.h shell: Add handling of CONFIG_LOG_INPLACE_PROCESS option 2019-02-05 09:55:39 +01:00
shell.h shell: improved shell_prompt_change function 2019-02-08 14:51:52 -05:00