zephyr/subsys
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
..
app_memory
bluetooth dts: Convert CONFIG_ to DT_ symbols for chosen props 2019-02-08 11:41:26 -06:00
console
cpp
debug
dfu dfu/flash_img: use flash_map instead of flash API 2019-02-08 09:13:09 -06:00
disk sub-sys: disk: ram: Make RAM disk size be configurable 2019-02-08 12:07:53 -05:00
fb
fs
logging
mgmt
net
power
random
settings
shell shell: improved shell_prompt_change function 2019-02-08 14:51:52 -05:00
stats
storage
usb usb: msc: Fix redeclaration of enumerators 2019-02-08 11:23:04 -05:00
CMakeLists.txt
Kconfig