feat(logging): board-specific log backends (RTT for buzzy, UART for DK)

This commit is contained in:
2026-05-07 11:23:12 +02:00
parent ad2dc19641
commit 5d20d2820a
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
### Console / Logging: RTT (no UART on buzzy)
CONFIG_UART_CONSOLE=n
CONFIG_CONSOLE=y
CONFIG_RTT_CONSOLE=y
CONFIG_USE_SEGGER_RTT=y
CONFIG_LOG_BACKEND_RTT=y
CONFIG_LOG_BACKEND_UART=n