FreeRTOS+CLI History support and Live autocompletion

Hello reader,

out of curiosity I was wondering if there is support for history support and live autocompletion in FreeRTOS+CLI.

Maybe someone has already implemented something for this or maybe there is support from de lib itself. Anyway, i’ve searched but didn’t find anything. That’s why I’m asking here.

Nothing like that implemented that I know of. If you implement it, be sure to create a pull request to upstream it :slight_smile: Keep in mind that all FreeRTOS libraries are designed to be small in regards to memory footprint, so this kind of functionality should be optional and/or configurable.

If it does come to that I’ll share. But as I wrote, I asked out of curiosity.