zephyr/drivers/pci
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
..
CMakeLists.txt
Kconfig
pci_config.c
pci_interface.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
pci_legacy_bridge.c
pci_shell.c shell: remove "options" concept 2018-12-05 15:15:44 +01:00
pci.c drivers/pci: Avoid nested C/C++ comments 2018-11-15 17:38:25 -05:00