zephyr/subsys/shell/backends
Marco Argiolas 9ecef4b415 shell: backends: add init log level for dummy shell
Dummy shell was always started with log backend enabled with filter
 statically set to INFO level.
AFAIK no use of such log backend can be made, thus causing waste of
 resources.
The new changes keep INFO as the default filter level. In order to
 disable log backend to be attached to the Dummy shell,
 CONFIG_SHELL_DUMMY_INIT_LOG_LEVEL_NONE has to be set.

Signed-off-by: Marco Argiolas <marco.argiolas@ftpsolutions.com.au>
2023-02-22 12:15:24 +01:00
..
CMakeLists.txt shell: Add MQTT backend 2022-03-15 10:01:12 +01:00
Kconfig.backends shell: backends: add init log level for dummy shell 2023-02-22 12:15:24 +01:00
shell_dummy.c shell: backends: add init log level for dummy shell 2023-02-22 12:15:24 +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_protocol.h
shell_telnet.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
shell_uart.c mgmt/mcumgr: Standardise MCUmgr Kconfig names 2022-12-22 12:36:34 +01:00