RTT command line interface transport configuration

nRF5 SDK v15.0.0

Macros

#define NRF_CLI_RTT_ENABLED
Enable/disable the CLI RTT module. More...
#define NRF_CLI_RTT_TERMINAL_ID
RTT terminal ID for CLI. More...
#define NRF_CLI_RTT_TX_RETRY_DELAY_MS
Period before retrying writing to RTT. More...
#define NRF_CLI_RTT_TX_RETRY_CNT
Writing to RTT retries. More...

Detailed Description

Macro Definition Documentation

#define NRF_CLI_RTT_ENABLED

Enable/disable the CLI RTT module.

Set to 1 to activate.

Note
This is an NRF_CONFIG macro.
#define NRF_CLI_RTT_TERMINAL_ID

RTT terminal ID for CLI.

Note
This is an NRF_CONFIG macro.
#define NRF_CLI_RTT_TX_RETRY_CNT

Writing to RTT retries.

If RTT fails to accept any new data after retries module assumes that host is not active and on next request it will perform only one write attempt. On successful writing, module assumes that host is active and scheme with retry is applied again.

Note
This is an NRF_CONFIG macro.
#define NRF_CLI_RTT_TX_RETRY_DELAY_MS

Period before retrying writing to RTT.

Note
This is an NRF_CONFIG macro.