Home
last modified time | relevance | path

Searched refs:OPENTHREAD_CONFIG_LOG_OUTPUT_DEBUG_UART (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/src/core/config/
Dlogging.h72 #define OPENTHREAD_CONFIG_LOG_OUTPUT_DEBUG_UART 1 macro
/openthread-latest/examples/platforms/utils/
Ddebug_uart.c122 #if (OPENTHREAD_CONFIG_LOG_OUTPUT == OPENTHREAD_CONFIG_LOG_OUTPUT_DEBUG_UART)
/openthread-latest/examples/platforms/simulation/
Duart.c284 …NFIG_ENABLE_DEBUG_UART && (OPENTHREAD_CONFIG_LOG_OUTPUT == OPENTHREAD_CONFIG_LOG_OUTPUT_DEBUG_UART)
/openthread-latest/src/core/common/
Dlog.cpp51 #if (OPENTHREAD_CONFIG_LOG_OUTPUT == OPENTHREAD_CONFIG_LOG_OUTPUT_DEBUG_UART) && (!OPENTHREAD_CONFI…
/openthread-latest/src/core/
DBUILD.gn56 "OPENTHREAD_CONFIG_LOG_OUTPUT=OPENTHREAD_CONFIG_LOG_OUTPUT_DEBUG_UART",
/openthread-latest/src/cli/
Dcli.cpp2990 #if (OPENTHREAD_CONFIG_LOG_OUTPUT == OPENTHREAD_CONFIG_LOG_OUTPUT_DEBUG_UART) && OPENTHREAD_POSIX in Process()
DREADME.md2199 - Requires `OPENTHREAD_CONFIG_LOG_OUTPUT == OPENTHREAD_CONFIG_LOG_OUTPUT_DEBUG_UART`