logging: Deprecate v1, default to v2
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>
This commit is contained in:
parent
dd4035c624
commit
262cc55609
47 changed files with 199 additions and 178 deletions
|
@ -1152,7 +1152,7 @@ static void shell_log_process(const struct shell *shell)
|
|||
int result;
|
||||
|
||||
do {
|
||||
if (!IS_ENABLED(CONFIG_LOG_IMMEDIATE)) {
|
||||
if (!IS_ENABLED(CONFIG_LOG_MODE_IMMEDIATE)) {
|
||||
z_shell_cmd_line_erase(shell);
|
||||
|
||||
processed = z_shell_log_backend_process(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue