zephyr/subsys/logging
Ulf Magnusson 9aab5cef96 kconfig: Remove redundant 'default n' properties
Some more were added since the cleanup pass in June 2018. See e.g.
commit 2d50da70a1 ("drivers: ipm: Kconfig: Remove redundant 'default n'
properties") for a motivation. It also avoids people wondering whether
or not they need to put in 'default n'.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-02-27 09:25:22 +01:00
..
CMakeLists.txt logger: add a SWO backend 2019-01-09 15:30:59 +01:00
Kconfig kconfig: Remove redundant 'default n' properties 2019-02-27 09:25:22 +01:00
Kconfig.template.log_config logging: make LOG_LEVEL depend on LOG 2018-11-02 15:31:44 -05:00
log_backend_native_posix.c logging: Add support for new 'in place' mode to native posix backend 2019-01-29 17:24:37 +01:00
log_backend_net.c log: Make statements evaluate boolean expressions 2019-01-07 08:52:07 -05:00
log_backend_rtt.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
log_backend_swo.c logger: add a SWO backend 2019-01-09 15:30:59 +01:00
log_backend_uart.c logging: Add support for new 'in place' mode to UART backend 2019-01-29 17:24:37 +01:00
log_cmds.c shell: Deprecate macros for subcommands creation 2019-02-20 07:31:35 -05:00
log_core.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
log_list.c logging: subsystem major redesign 2018-06-29 10:16:45 +02:00
log_list.h logging: subsystem major redesign 2018-06-29 10:16:45 +02:00
log_msg.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
log_output.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
sys_log_net.c log: Make statements evaluate boolean expressions 2019-01-07 08:52:07 -05:00
sys_log.c