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>
8 lines
150 B
Plaintext
8 lines
150 B
Plaintext
CONFIG_MAIN_THREAD_PRIORITY=5
|
|
CONFIG_ZTEST=y
|
|
CONFIG_TEST_LOGGING_DEFAULTS=n
|
|
CONFIG_LOG=y
|
|
CONFIG_LOG_PRINTK=n
|
|
CONFIG_LOG_MODE_DEFERRED=y
|
|
CONFIG_LOG1=y
|