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...
|
|
Detailed Description
Macro Definition Documentation
| #define NRF_LOG_BACKEND_RTT_ENABLED |
Enable RTT backend.
Set to 1 to activate.
- Note
- This is an NRF_CONFIG macro.
| #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.
- Note
- This is an NRF_CONFIG macro.