zephyr/samples/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
..
console cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
fs doc: fix misspellings in docs 2019-02-07 22:06:14 -05:00
ipc samples: openamp: Update sample to OpenAMP v2018.10 release 2019-01-30 15:55:47 -06:00
logging tests: Dont run coverage for select test cases. 2019-01-16 06:12:33 -05:00
mgmt doc: changed structure and layout 2019-02-05 07:04:40 -05:00
nvs cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
shell/shell_module shell: improved shell_prompt_change function 2019-02-08 14:51:52 -05:00
usb samples: cdc_acm_composite: Add README documentation 2019-02-08 11:23:04 -05:00
subsys.rst