zephyr/samples/subsys/shell/shell_module
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
..
src shell: removed foreground command functionality 2019-01-30 13:05:56 +01:00
CMakeLists.txt shell: removed foreground command functionality 2019-01-30 13:05:56 +01:00
Kconfig samples: subsys: shell: Add foreground command example 2018-12-28 10:42:06 -05:00
prj_minimal_rtt.conf shell: improved shell_prompt_change function 2019-02-08 14:51:52 -05:00
prj_minimal.conf shell: improved shell_prompt_change function 2019-02-08 14:51:52 -05:00
prj.conf drivers: gpio: enable gpio_shell in board_shell 2019-02-04 17:55:40 -05:00
sample.yaml shell: update shell_uart backend test condition 2019-02-05 16:23:33 +01:00