xiao nrf UART log backend

This commit is contained in:
liquidraver
2026-04-14 14:04:16 +02:00
parent 3c2ba020c8
commit 706d723d2b
@@ -8,3 +8,9 @@ CONFIG_BT_DIS_MODEL_NUMBER_STR="Seeed XIAO nRF52840"
CONFIG_ZEPHCORE_SD_FWID=0x0123
CONFIG_ZEPHCORE_MAX_CONTACTS=510
# Default debug (logging.conf) sends LOG_* to RTT only. Plain XIAO is usually
# flashed/debugged over USB without an SWD J-Link — enable UART backend so
# LOG_* appears on the CDC ACM serial port (same as zephyr,console).
# RTT remains enabled for J-Link; use DROP mode (see zephcore_common.conf).
CONFIG_LOG_BACKEND_UART=y