zephyr/subsys/shell
Krzysztof Chruściński e6e6515972 shell: uart: Rework Kconfig dependencies
When UART asynchronous API support was added to shell it was set up
to be the default one and was turning on asynchronous API if it was
supported. However, it may lead to complation failures if device
requires additional setup for asynchronous UART (e.g DMA in device
tree). Becuase of that, it is reverted back to use interrupt driven
API and use asynchronous API if it is already enabled in the
application.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2023-11-14 16:09:08 +02:00
..
backends shell: uart: Rework Kconfig dependencies 2023-11-14 16:09:08 +02:00
modules shell: modules: kernel: add human readable uptime 2023-09-28 09:34:00 +02:00
CMakeLists.txt
Kconfig shell: make ascii filtering optional 2023-08-29 19:22:16 +03:00
Kconfig.template.shell_log_queue_size
Kconfig.template.shell_log_queue_timeout
shell_cmds.c shell: print name and prompt when listing backends 2023-10-25 09:57:29 +02:00
shell_fprintf.c
shell_help.c
shell_help.h
shell_history.c
shell_log_backend.c shell: fix a memory corruption coverity issue 2023-10-13 13:11:28 +03:00
shell_ops.c shell: Fix scrolling long commands in history 2023-09-13 16:26:02 +02:00
shell_ops.h Shell: Edit shell to store/retrieve return values 2023-05-02 16:52:21 +02:00
shell_utils.c Shell: Add missing long long type in shell_strtoull 2023-06-13 07:08:04 -04:00
shell_utils.h
shell_vt100.h
shell_wildcard.c
shell_wildcard.h
shell.c shell: add new APIs to get the backend instances 2023-10-25 09:57:29 +02:00