Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/config/
H A Dlogging.h75 #define OPENTHREAD_CONFIG_LOG_OUTPUT_DEBUG_UART 1 macro
/aosp_15_r20/external/openthread/examples/platforms/utils/
H A Ddebug_uart.c122 #if (OPENTHREAD_CONFIG_LOG_OUTPUT == OPENTHREAD_CONFIG_LOG_OUTPUT_DEBUG_UART)
/aosp_15_r20/external/openthread/examples/platforms/simulation/
H A Duart.c283 …NFIG_ENABLE_DEBUG_UART && (OPENTHREAD_CONFIG_LOG_OUTPUT == OPENTHREAD_CONFIG_LOG_OUTPUT_DEBUG_UART)
/aosp_15_r20/external/openthread/src/core/common/
H A Dlog.cpp51 #if (OPENTHREAD_CONFIG_LOG_OUTPUT == OPENTHREAD_CONFIG_LOG_OUTPUT_DEBUG_UART) && (!OPENTHREAD_CONFI…
/aosp_15_r20/external/openthread/src/core/
H A DBUILD.gn56 "OPENTHREAD_CONFIG_LOG_OUTPUT=OPENTHREAD_CONFIG_LOG_OUTPUT_DEBUG_UART",
/aosp_15_r20/external/openthread/src/cli/
H A Dcli.cpp2910 #if (OPENTHREAD_CONFIG_LOG_OUTPUT == OPENTHREAD_CONFIG_LOG_OUTPUT_DEBUG_UART) && OPENTHREAD_POSIX in Process()
H A DREADME.md2182 - Requires `OPENTHREAD_CONFIG_LOG_OUTPUT == OPENTHREAD_CONFIG_LOG_OUTPUT_DEBUG_UART`