lnls-dig / openMMC

Open source firmware for MMC controllers
GNU General Public License v3.0
36 stars 31 forks source link

Implement a Command Line Interface #81

Open henrique-silva opened 6 years ago

henrique-silva commented 6 years ago

A good feature would be to be able to access sensor parameters and control some other features of the board via command line (USB serial) rather than only by IPMI messages.

A good candidate is FreeRTOS+CLI

augustofg commented 1 year ago

I've found another interesting candidate to simplify a future CLI implementation: microrl-remaster. It provides VT100 compatibility, history, cursor navigation and other things.