Command line interface. configuration

nRF5 SDK v13.0.0

Macros

#define NRF_CLI_ENABLED
Enable/disable CLI module. More...
#define NRF_CLI_ARGC_MAX
Maximum number of parameters passed to command handler. More...
#define NRF_CLI_CMD_BUFF_SIZE
Maximum buffer size for single command. More...
#define NRF_CLI_HISTORY_COUNT
Number of entries in cli history (0 -> history disabled). More...
#define NRF_CLI_PRINTF_BUFF_SIZE
Maximum buffer size for single printf. More...
#define NRF_CLI_VT100_COLORS
CLI colors enable/disable. More...

Detailed Description

Macro Definition Documentation

#define NRF_CLI_ARGC_MAX

Maximum number of parameters passed to command handler.

Note
This is an NRF_CONFIG macro.
#define NRF_CLI_CMD_BUFF_SIZE

Maximum buffer size for single command.

Note
This is an NRF_CONFIG macro.
#define NRF_CLI_ENABLED

Enable/disable CLI module.

Set to 1 to activate.

Note
This is an NRF_CONFIG macro.
#define NRF_CLI_HISTORY_COUNT

Number of entries in cli history (0 -> history disabled).

Note
This is an NRF_CONFIG macro.
#define NRF_CLI_PRINTF_BUFF_SIZE

Maximum buffer size for single printf.

Note
This is an NRF_CONFIG macro.
#define NRF_CLI_VT100_COLORS

CLI colors enable/disable.

Note
This is an NRF_CONFIG macro.