zephyr/doc/subsystems
Jakub Rzeszutko 5451ff2848 shell: remove "options" concept
Removing help "options" from shell API.

Currently SHELL_OPT macro is not used by users. What is more
commit: a89690d10f ignores possible options created in
command handler by the user. As a result they are not printed
in help message.

Second, currntly implemented "options" in command handlers options are
implemented without SHELL_OPT macro.

And last but not least this change will allow to implement
help handler in a way that user will not need to think about calling
functions printing help in a command handler.

Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
2018-12-05 15:15:44 +01:00
..
bluetooth doc: bluetooth: Add existing qualification listings 2018-11-07 15:30:34 -05:00
logging logging: Refactor LOG_MODULE_REGISTER and LOG_MODULE_DECLARE macros 2018-11-10 12:38:29 -05:00
networking doc: Add secure sockets documentation 2018-11-21 12:25:57 -05:00
nvs subsys: fs/nvs: Rewrite for improved robustness 2018-08-10 14:16:06 -07:00
settings doc: settings: fix inline sample code 2018-09-02 21:44:33 -04:00
shell shell: remove "options" concept 2018-12-05 15:15:44 +01:00
test sanitycheck: remove unused platforms keyword 2018-11-19 15:03:55 -05:00
tracing doc: fix misspellings in reST files 2018-08-28 13:59:38 -04:00
usb doc: usb: Use new USB API for sample code 2018-10-24 11:18:12 +01:00
c_library.rst
dfu.rst doc: subsys: Remove unnecessary subsystem from titles 2018-04-06 07:30:33 -04:00
mgmt.rst doc: subsys: Remove unnecessary subsystem from titles 2018-04-06 07:30:33 -04:00
power_management.rst kernel: ensure System Power Managment enables Tickless Idle. 2018-11-21 23:16:35 -05:00
sensor.rst
subsystems.rst doc: subsystems: shell: Add documentation. 2018-09-29 14:42:05 -04:00