#define VOID_FPT
#define CLI_BUFFER_BS 20
#define CMDLIST_ENTRY_SIZE 16
#define CLI_OPTION_DESC 0x01
#define CLI_OPTION_MANP 0x02
struct | |
{ | |
uint16_t option_flags; | |
void* options[]; | |
} |
struct | |
{ | |
const char* cmd_name; | |
const char* cmd_param_str; | |
void_fpt cmd_function; | |
const cmdoption_t* options; | |
} |
cli_tx
extern cli_tx_fpt cli_tx
cli_echo
extern uint8_t cli_echo