zephyr/subsys/logging
Gerard Marull-Paretas 95fb0ded6b kconfig: remove Enable from boolean prompts
According to Kconfig guidelines, boolean prompts must not start with
"Enable...". The following command has been used to automate the changes
in this patch:

sed -i "s/bool \"[Ee]nables\? \(\w\)/bool \"\U\1/g" **/Kconfig*

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-03-09 15:35:54 +01:00
..
mipi_syst
CMakeLists.txt logging: Prevent multiple arguments evaluation 2022-02-22 14:44:11 +01:00
Kconfig logging: Minimal mode configuration cleanup 2021-11-20 11:58:40 -05:00
Kconfig.backends kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
Kconfig.filtering logging: Minimal mode configuration cleanup 2021-11-20 11:58:40 -05:00
Kconfig.formatting kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
Kconfig.misc kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
Kconfig.mode logging: Fix Kconfig dependency 2022-03-03 12:06:10 -05:00
Kconfig.processing kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
Kconfig.template.log_config
Kconfig.template.log_format_config logging: Add support to backends to switch log format at runtime. 2022-02-23 14:12:22 -06:00
log_backend_adsp.c logging: Add support to backends to switch log format at runtime. 2022-02-23 14:12:22 -06:00
log_backend_fs.c logging: Add support to backends to switch log format at runtime. 2022-02-23 14:12:22 -06:00
log_backend_native_posix.c logging: Add support to backends to switch log format at runtime. 2022-02-23 14:12:22 -06:00
log_backend_net.c logging: Add support to backends to switch log format at runtime. 2022-02-23 14:12:22 -06:00
log_backend_rtt.c logging: Add support to backends to switch log format at runtime. 2022-02-23 14:12:22 -06:00
log_backend_spinel.c logging: Add support to backends to switch log format at runtime. 2022-02-23 14:12:22 -06:00
log_backend_swo.c logging: Add support to backends to switch log format at runtime. 2022-02-23 14:12:22 -06:00
log_backend_uart.c logging: Add support to backends to switch log format at runtime. 2022-02-23 14:12:22 -06:00
log_backend_xtensa_sim.c logging: Add support to backends to switch log format at runtime. 2022-02-23 14:12:22 -06:00
log_cmds.c logging: Add common api for getting memory usage 2022-02-21 20:41:17 -05:00
log_core.c logging: Add prompt to LOG2_ALWAYS_RUNTIME option 2022-03-08 12:36:28 +01:00
log_list.c
log_list.h
log_mgmt.c logging: Add API to get log_backend instance by name. 2022-02-23 14:12:22 -06:00
log_minimal.c
log_msg.c logging: Add common api for getting memory usage 2022-02-21 20:41:17 -05:00
log_msg2.c logging: Fix tracking of buffered messages 2022-01-20 08:52:08 -05:00
log_output.c logging: Add API's to switch logging formats at runtime. 2022-02-23 14:12:22 -06:00
log_output_dict.c
log_output_syst.c logging: syst: fix logging v2 with strings as arguments 2022-02-04 11:14:55 +01:00