zephyr/subsys/shell
Johann Fischer 741ae93ce2 shell: remove Kconfig option CONFIG_UART_SHELL_ON_DEV_NAME
Follow up on commit bfd45e5b8c
("drivers: remove Kconfig option CONFIG_UART_CONSOLE_ON_DEV_NAME")
Now we can also remove Kconfig option CONFIG_UART_CONSOLE_ON_DEV_NAME
since all UART drivers are converted to devicetree and we can just use
DEVICE_DT_GET(DT_CHOSEN(zephyr_shell_uart)).

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2021-08-24 17:15:58 -04:00
..
modules shell: add devmem load command 2021-08-13 10:13:36 -04:00
CMakeLists.txt
Kconfig shell: optionally configure priority of the shell thread 2021-07-27 19:11:47 -04:00
Kconfig.backends shell: remove Kconfig option CONFIG_UART_SHELL_ON_DEV_NAME 2021-08-24 17:15:58 -04:00
Kconfig.template.shell_log_queue_size
Kconfig.template.shell_log_queue_timeout
shell.c shell: improve shell_execute_cmd function 2021-08-10 07:38:02 -04:00
shell_cmds.c
shell_dummy.c
shell_fprintf.c
shell_getopt.c
shell_help.c
shell_help.h
shell_history.c
shell_log_backend.c
shell_ops.c
shell_ops.h
shell_rtt.c
shell_telnet.c
shell_telnet_protocol.h
shell_uart.c shell: remove Kconfig option CONFIG_UART_SHELL_ON_DEV_NAME 2021-08-24 17:15:58 -04:00
shell_utils.c toolchain: migrate iterable sections calls to the external API 2021-08-12 17:47:04 -04:00
shell_utils.h
shell_vt100.h
shell_wildcard.c
shell_wildcard.h