zephyr/samples/subsys/shell/shell_module
Krzysztof Chruscinski a64b0fe1e3 shell: Deprecate macros for subcommands creation
Macros are replaced by C++ friendly versions:
- SHELL_CREATE_STATIC_SUBCMD_SET by SHELL_STATIC_SUBCMD_SET_CREATE
- SHELL_CREATE_DYNAMIC_CMD by SHELL_DYNAMIC_CMD_CREATE

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2019-02-20 07:31:35 -05:00
..
src shell: Deprecate macros for subcommands creation 2019-02-20 07:31:35 -05:00
CMakeLists.txt shell: removed foreground command functionality 2019-01-30 13:05:56 +01:00
Kconfig samples: subsys: shell: Add foreground command example 2018-12-28 10:42:06 -05:00
prj.conf drivers: gpio: enable gpio_shell in board_shell 2019-02-04 17:55:40 -05:00
prj_minimal.conf shell: improved shell_prompt_change function 2019-02-08 14:51:52 -05:00
prj_minimal_rtt.conf shell: improved shell_prompt_change function 2019-02-08 14:51:52 -05:00
sample.yaml shell: update shell_uart backend test condition 2019-02-05 16:23:33 +01:00