Porting linux serial console to STM32 with FreeRTOS
I'm wondering if its possible to port the linux serial port (source code) to an STM32 platform with FreeRTOS. I realize that there exists a FreeRTOS CLI (Command Line Interface) implementation but I find it quite limited. What I'm looking for is the versatility of the linux console in regards to command handling (input and output) and echoing. At the moment I'm working on developing a terminal from scratch but not sure if that's the best way
#linux #serial-port #console