Skip to content

Commit

Permalink
tests: logging: log_backend_uart: Disable backends other than UART
Browse files Browse the repository at this point in the history
Test expects that there are no other backends enabled and some
may be enabled by default.

Signed-off-by: Krzysztof Chruściński <[email protected]>
  • Loading branch information
nordic-krch authored and carlescufi committed Nov 23, 2023
1 parent f442c03 commit c143daf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/subsys/logging/log_backend_uart/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ CONFIG_LOG=y
CONFIG_LOG_BACKEND_UART=y
CONFIG_LOG_MODE_IMMEDIATE=y
CONFIG_LOG_PRINTK=n
#
# Disable all potential other default backends
CONFIG_LOG_BACKEND_NATIVE_POSIX=n
CONFIG_LOG_BACKEND_RTT=n
CONFIG_LOG_BACKEND_XTENSA_SIM=n

0 comments on commit c143daf

Please sign in to comment.