Skip to content

Commit ead6b4d

Browse files
nordic-krchde-nordic
authored andcommitted
[nrf fromtree] tests: logging: log_backend_uart: Disable backends other than UART
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]> (cherry picked from commit c143daf) Signed-off-by: Dominik Ermel <[email protected]>
1 parent 774a528 commit ead6b4d

File tree

1 file changed

+5
-0
lines changed
  • tests/subsys/logging/log_backend_uart

1 file changed

+5
-0
lines changed

tests/subsys/logging/log_backend_uart/prj.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ CONFIG_LOG=y
99
CONFIG_LOG_BACKEND_UART=y
1010
CONFIG_LOG_MODE_IMMEDIATE=y
1111
CONFIG_LOG_PRINTK=n
12+
#
13+
# Disable all potential other default backends
14+
CONFIG_LOG_BACKEND_NATIVE_POSIX=n
15+
CONFIG_LOG_BACKEND_RTT=n
16+
CONFIG_LOG_BACKEND_XTENSA_SIM=n

0 commit comments

Comments
 (0)