![]() |
nRF5 SDK
v14.2.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
Macros | |
#define | NRF_LOG_BACKEND_RTT_ENABLED |
Enable RTT backend. More... | |
#define | NRF_LOG_BACKEND_RTT_TEMP_BUFFER_SIZE |
Size of buffer for partially processed strings. More... | |
#define NRF_LOG_BACKEND_RTT_ENABLED |
Enable RTT backend.
Set to 1 to activate.
#define NRF_LOG_BACKEND_RTT_TEMP_BUFFER_SIZE |
Size of buffer for partially processed strings.
Size of the buffer is a trade-off between RAM usage and processing. if buffer is smaller then strings will often be fragmented. It is recommended to use size which will fit typical log and only the longer one will be fragmented.