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> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig.backends | ||
| shell_dummy.c | ||
| shell_mqtt.c | ||
| shell_rtt.c | ||
| shell_telnet_protocol.h | ||
| shell_telnet.c | ||
| shell_uart.c | ||