logging: Remove logging v1 from the logging
Remove v1 implementation from log_core and all references in the tree. Remove modules used by v1: log_list and log_msg. Remove Kconfig v1 specific options. Remove Kconfig flags used for distinction between v1 and v2. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
c9f23499ff
commit
c5f2cdef09
59 changed files with 108 additions and 3606 deletions
|
@ -227,6 +227,7 @@ config SHELL_CMD_ROOT
|
|||
config SHELL_LOG_BACKEND
|
||||
bool "Shell log backend"
|
||||
depends on LOG && !LOG_MODE_MINIMAL
|
||||
select MPSC_PBUF
|
||||
default y if LOG
|
||||
help
|
||||
When enabled, backend will use the shell for logging.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue