zephyr/tests/subsys/logging/log_core
Krzysztof Chruscinski 5f6070e2f7 logging: Add autostart option to LOG_BACKEND_DEFINE
Extended macro to accept flag indicating if given backend must be
initialized and enabled when log subsystem starts. Typically, simple
backends will have autostart flag set. More complex may require
explicit enabling (e.g. shell over BLE can only be enabled when
BLE connection is established).

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2018-10-11 13:29:50 +03:00
..
src logging: Add autostart option to LOG_BACKEND_DEFINE 2018-10-11 13:29:50 +03:00
CMakeLists.txt cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
prj.conf tests: logging: disable default log modules 2018-10-08 17:49:12 -04:00
testcase.yaml tests: subsys; logging: log_core test to cover LOG_MODULE_DECLARE() 2018-09-19 08:38:35 -04:00