Command Console Library
cy_command_console_cfg_t Struct Reference

Description

Structure to configure the command console framework.

Data Fields

void * serial
 Pointer to the serial object.
 
uint32_t line_len
 Size of buffer to store command.
 
char * buffer
 Pointer pointing to the buffer provided by the application to store the command given from the console.
 
uint32_t history_len
 Size of the buffer to store the command history.
 
char * history_buffer_ptr
 Pointer pointing to the buffer provided by the application to store the command history.
 
const char * delimiter_string
 Delimiter string which separates out the command line arguments.
 
cy_thread_priority_t thread_priority
 Command console UART thread priority. More...
 
uint8_t params_num
 Maximum parameters allowed.
 

Field Documentation

◆ thread_priority

cy_thread_priority_t cy_command_console_cfg_t::thread_priority

Command console UART thread priority.

NOTE: For iperf throughput measurements, it's recommended to set the priority to "CY_RTOS_PRIORITY_HIGH -1"