Reduced logging mode selection to deferred, immediate, minimal and
frontend. Decoupled logging version from mode and created CONFIG_LOG1
which can be used to explicitly select deprecated version.
From now on, chosing CONFIG_LOG_MODE_{IMMEDIATE,DEFERRED} will result
in version2.
Deprecated CONFIG_LOG2_MODE_{IMMEDIATE,DEFERRED} with cmake warning.
Codebase adapted to those changes.
Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
7 lines
144 B
YAML
7 lines
144 B
YAML
tests:
|
|
logging.log_core:
|
|
integration_platforms:
|
|
- native_posix
|
|
tags: log_core logging
|
|
filter: not CONFIG_LOG_MODE_IMMEDIATE
|