jameswalmsley / bitthunder

BitThunder - Reliable, real time, portable, scalable, embedded operating system, RTOS.
http://bitthunder.org
Other
168 stars 48 forks source link

[CONSOLE] Console / UART manager #12

Open jameswalmsley opened 10 years ago

jameswalmsley commented 10 years ago

Currently serial output is very primitive. It would be nice if there was a decent console manager allowing stream devices (those implementing read/write FILE methods) could be registered with an actual console manager that would read/write on a low-priority thread.