nRF5 SDK v14.0.0
Macros
Command line interface. configuration

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_BUILD_IN_CMDS_ENABLED
 CLI build in commands. More...
 
#define NRF_CLI_CMD_BUFF_SIZE
 Maximum buffer size for single command. More...
 
#define NRF_CLI_PRINTF_BUFF_SIZE
 Maximum print buffer size. More...
 
#define NRF_CLI_HISTORY_ENABLED
 Enable CLI history mode. More...
 
#define NRF_CLI_HISTORY_ELEMENT_SIZE
 Size of one memory object reserved for CLI history. More...
 
#define NRF_CLI_HISTORY_ELEMENT_COUNT
 Number of history memory objects. More...
 
#define NRF_CLI_VT100_COLORS_ENABLED
 CLI VT100 colors. More...
 
#define NRF_CLI_LOG_BACKEND
 Enable logger backend interface. More...
 
#define NRF_CLI_USES_TASK_MANAGER_ENABLED
 Enable CLI to use task_manager. 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_BUILD_IN_CMDS_ENABLED

CLI build in commands.

Set to 1 to activate.

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_ELEMENT_COUNT

Number of history memory objects.

Note
This is an NRF_CONFIG macro.
#define NRF_CLI_HISTORY_ELEMENT_SIZE

Size of one memory object reserved for CLI history.

Note
This is an NRF_CONFIG macro.
#define NRF_CLI_HISTORY_ENABLED

Enable CLI history mode.

Set to 1 to activate.

Note
This is an NRF_CONFIG macro.
#define NRF_CLI_LOG_BACKEND

Enable logger backend interface.

Set to 1 to activate.

Note
This is an NRF_CONFIG macro.
#define NRF_CLI_PRINTF_BUFF_SIZE

Maximum print buffer size.

Note
This is an NRF_CONFIG macro.
#define NRF_CLI_USES_TASK_MANAGER_ENABLED

Enable CLI to use task_manager.

Set to 1 to activate.

Note
This is an NRF_CONFIG macro.
#define NRF_CLI_VT100_COLORS_ENABLED

CLI VT100 colors.

Set to 1 to activate.

Note
This is an NRF_CONFIG macro.

Documentation feedback | Developer Zone | Subscribe | Updated