zephyr/subsys/shell
Ulf Magnusson b4094ea6c1 shell: kconfig: Fix wrong UART_SHELL_ON_DEV_NAME value due to typo
The $(dt_chosen_label) preprocessor function should be passed
$(DT_CHOSEN_Z_SHELL_UART), not $(UART_SHELL_ON_DEV_NAME).

DT_CHOSEN_Z_SHELL_UART is set right before the Kconfig symbol
definition, to work around the comma in 'zephyr,shell-uart'.

The Kconfig preprocessor functions are defined in
scripts/kconfig/kconfigfunctions.py.

Fixes: #19178

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-09-16 20:10:09 +03:00
..
modules subsystem: kernel_shell: extend thread info 2019-09-08 12:39:58 +02:00
CMakeLists.txt
Kconfig
Kconfig.backends shell: kconfig: Fix wrong UART_SHELL_ON_DEV_NAME value due to typo 2019-09-16 20:10:09 +03:00
Kconfig.template.shell_log_queue_size
Kconfig.template.shell_log_queue_timeout
shell.c shell: Fix undefined macro warnings 2019-07-24 16:34:31 -04:00
shell_cmds.c shell: Fix undefined macro warnings 2019-07-24 16:34:31 -04:00
shell_dummy.c
shell_fprintf.c
shell_help.c
shell_help.h
shell_history.c
shell_log_backend.c shell: fix log output when CONFIG_LOG_IMMEDIATE=y 2019-08-14 14:27:14 +02:00
shell_ops.c
shell_ops.h
shell_rtt.c
shell_telnet.c
shell_telnet_protocol.h
shell_uart.c cleanup: include/: move uart.h to drivers/uart.h 2019-06-27 22:55:49 -04:00
shell_utils.c
shell_utils.h
shell_vt100.h
shell_wildcard.c
shell_wildcard.h