
FreeRTOS+CLI (Command Line Interface) provides a simple, small, extensible and RAM efficient method of enabling your FreeRTOS application to process command line input.
Users can define their own commands by simply providing a single function that implements the command's behaviour, defining a const structure that maps the command string to the function that implements the command, then registering the command with FreeRTOS+CLI using a single function call.