zephyr/subsys/shell/backends
Krzysztof Chruscinski 1f63a07c5f shell: Fix log message queue size for all backends
188d2dfcca introduced a change where log message queue again
become configurable through Kconfig instead of being fixed in
the code. However, it updated only the configuration of an UART
backend. This commit updates other backends as well. Including
dummy backend which has fixed in the code value.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2022-12-05 15:20:01 +01:00
..
CMakeLists.txt shell: Add MQTT backend 2022-03-15 10:01:12 +01:00
Kconfig.backends shell: Fix log message queue size for all backends 2022-12-05 15:20:01 +01:00
shell_dummy.c shell: Fix log message queue size for all backends 2022-12-05 15:20:01 +01:00
shell_mqtt.c shell/mqtt: Handle negative return value of `wait` 2022-09-07 10:30:16 +02:00
shell_rtt.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
shell_telnet.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
shell_telnet_protocol.h
shell_uart.c devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00