nRF51 SDK - S110 SoftDevice
|
Enables debug logs/ trace over UART. More...
Macros | |
#define | app_trace_log printf |
Log debug messages. More... | |
Functions | |
void | app_trace_init (void) |
Module Initialization. More... | |
void | app_trace_dump (uint8_t *p_buffer, uint32_t len) |
Dump auxiliary byte buffer to the debug trace. More... | |
Enables debug logs/ trace over UART.
Enables debug logs/ trace over UART. Tracing is enabled only if ENABLE_DEBUG_LOG_SUPPORT is defined in the project.
#define app_trace_log printf |
Log debug messages.
This API logs messages over UART. The module must be initialized before using this API.
void app_trace_dump | ( | uint8_t * | p_buffer, |
uint32_t | len | ||
) |
Dump auxiliary byte buffer to the debug trace.
This API logs messages over UART. The module must be initialized before using this API.
[in] | p_buffer | Buffer to be dumped on the debug trace. |
[in] | len | Size of the buffer. |
void app_trace_init | ( | void | ) |
Module Initialization.
Initializes the module to use UART as trace output.