Home
last modified time | relevance | path

Searched refs:OPENTHREAD_CONFIG_ENABLE_DEBUG_UART (Results 1 – 5 of 5) sorted by relevance

/openthread-3.4.0/src/core/config/
Dmisc.h393 #ifndef OPENTHREAD_CONFIG_ENABLE_DEBUG_UART
394 #define OPENTHREAD_CONFIG_ENABLE_DEBUG_UART 0 macro
/openthread-3.4.0/examples/apps/cli/
Dcli_uart.cpp226 #if OPENTHREAD_CONFIG_ENABLE_DEBUG_UART in Send()
/openthread-3.4.0/src/core/common/
Dlog.cpp50 …IG_LOG_OUTPUT == OPENTHREAD_CONFIG_LOG_OUTPUT_DEBUG_UART) && (!OPENTHREAD_CONFIG_ENABLE_DEBUG_UART)
/openthread-3.4.0/examples/platforms/simulation/
Duart.c303 #if OPENTHREAD_CONFIG_ENABLE_DEBUG_UART && (OPENTHREAD_CONFIG_LOG_OUTPUT == OPENTHREAD_CONFIG_LOG_O…
/openthread-3.4.0/examples/
DREADME.md34 …nted | Enables the log output for the debug UART. Requires OPENTHREAD_CONFIG_ENABLE_DEBUG_UART to …