zephyr/subsys/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
..
modules
CMakeLists.txt
Kconfig shell: improved shell_prompt_change function 2019-02-08 14:51:52 -05:00
Kconfig.backends dts: Convert CONFIG_ to DT_ symbols for chosen props 2019-02-08 11:41:26 -06:00
Kconfig.template.shell_log_queue_size
Kconfig.template.shell_log_queue_timeout
shell_cmds.c shell: safe print from different threads 2019-01-30 13:05:56 +01:00
shell_dummy.c
shell_fprintf.c
shell_help.c shell: safe print from different threads 2019-01-30 13:05:56 +01:00
shell_help.h
shell_history.c shell: Allocate proper amount of history slab memory 2019-02-06 07:16:08 -05:00
shell_log_backend.c shell: Add handling of CONFIG_LOG_INPLACE_PROCESS option 2019-02-05 09:55:39 +01:00
shell_ops.c shell: improved shell_prompt_change function 2019-02-08 14:51:52 -05:00
shell_ops.h shell: Move internal functions from shell.c to shell_ops.c 2019-02-05 09:55:39 +01:00
shell_rtt.c
shell_uart.c shell: Add handling of CONFIG_LOG_INPLACE_PROCESS option 2019-02-05 09:55:39 +01:00
shell_utils.c shell: safe print from different threads 2019-01-30 13:05:56 +01:00
shell_utils.h
shell_vt100.h
shell_wildcard.c shell: safe print from different threads 2019-01-30 13:05:56 +01:00
shell_wildcard.h
shell.c shell: improved shell_prompt_change function 2019-02-08 14:51:52 -05:00