zephyr/subsys
Krzysztof Chruscinski 05b854c168 logging: Postpone log processing when no backends enabled
In initial state of the system it is possible that no backends are
yet enabled and log processing is triggered. In that case logs were
discarded. A flag has been added to the log core to do processing
only if at least one backend is enabled. It is applicable only to
initial phase. If backends are disabled in application lifetime
logs will be discarded.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2018-10-11 13:29:50 +03:00
..
app_memory subsys: app_memory: Fixed the size calculation for power of 2 MPUs 2018-09-20 11:25:53 -04:00
bluetooth bluetooth: host: conn: Add const to addr in bt_le_set_auto_conn 2018-10-08 20:31:39 -04:00
console subsys: console: Split serial tty handling to a separate module 2018-10-03 16:40:49 +02:00
cpp
debug tracing: don't include kernel_structs.h from tracing_sysview.h 2018-10-05 10:37:01 -04:00
dfu dfu: log: rename level variable 2018-10-08 17:49:12 -04:00
disk
fs nvs: fix style 2018-10-08 17:49:12 -04:00
logging logging: Postpone log processing when no backends enabled 2018-10-11 13:29:50 +03:00
mgmt shell: Rename shell to legacy_shell 2018-09-19 09:30:29 -04:00
net net: arp: Add support for receiving gratuitous ARP request 2018-10-10 16:12:35 +03:00
power subsys: power: Add support for pluggable PM policies 2018-09-20 10:20:23 -04:00
random subsys: random: xoroshiro128: Use entropy get isr during init 2018-09-05 13:04:20 -04:00
settings
shell shell: create instances automatically basing on enabled backend 2018-10-11 12:08:04 +02:00
storage subsys: storage: flash_map: add API for check flash driver support 2018-09-27 16:24:21 +02:00
usb usb: device: fix the log level of a debug message 2018-10-10 17:48:55 -04:00
CMakeLists.txt shell: Shell subsystem reimplementation 2018-09-19 09:30:29 -04:00
Kconfig subsys: power: Add OS managed Power Management framework 2018-08-22 08:07:14 -07:00