mirror of
https://github.com/liquidraver/ZephCore.git
synced 2026-09-02 09:43:43 +00:00
xiao nrf UART log backend
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user