|
VT100 Terminal App
Circle VT100 module documentation
|
Declares the cooperative UART task abstraction. More...
#include <circle/sched/task.h>#include <circle/spinlock.h>#include <circle/serial.h>Go to the source code of this file.
Classes | |
| class | CTUART |
| Task responsible for UART initialization and data retrieval. More... | |
Declares the cooperative UART task abstraction.
CTUART hides Circle's low-level serial device behind a task wrapper. It primarily manages the serial device initialization and provides access for higher layers to drain the hardware FIFO.