nRF51 SDK
|
Enables debug logs/ trace over UART. More...
Macros | |
#define | debug_log printf |
Log debug messages. More... | |
Functions | |
void | debug_init (void) |
Module Initialization. More... | |
void | debug_dump (uint8_t *str, uint32_t len) |
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 debug_log printf |
Log debug messages.
This API logs messages over UART. Module shall be initialized before using this API.
void debug_init | ( | void | ) |
Module Initialization.
Initializes the module.