zephyr/subsys/shell/backends
Yong Cong Sin f61ce34998 shell: shell_uart: reinstate multi-instance macro
Reinstate the `SHELL_UART_DEFINE` macro and moved the struct
declarations to header file, making it possible to create
another UART shell backend instance by doing
`SHELL_UART_DEFINE()` + `SHELL_DEFINE()` + `shell_init()`.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
2023-12-06 11:27:20 -08:00
..
CMakeLists.txt
Kconfig.backends shell: uart: Rework Kconfig dependencies 2023-11-14 16:09:08 +02:00
shell_dummy.c shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
shell_mqtt.c net: conn_mgr: Rename connectivity monitor 2023-08-29 16:13:37 +02:00
shell_rtt.c shell: backends: add SHELL_BACKEND_RTT_BUFFER option 2023-04-13 11:43:28 +02:00
shell_telnet_protocol.h
shell_telnet.c subsys/shell/backends: Fix shell_telnet.c build with clang 2023-11-03 20:04:08 -04:00
shell_uart.c shell: shell_uart: reinstate multi-instance macro 2023-12-06 11:27:20 -08:00