diff options
author | Christian Cunningham <cc@localhost> | 2022-04-06 11:55:43 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-04-06 11:55:43 -0700 |
commit | e4a1f078cbda92769535365b8df2da6103e95eb2 (patch) | |
tree | 92468c43e555b507259f18c86b66a5e096fae63b | |
parent | 513739e8bdd86a36171c1c0dce5672fbbf2b0eb6 (diff) |
Update TODO
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -54,13 +54,13 @@ C++ sources in this directory are expected to work with a few missing features s ### Todo - Finish Build Instructions - - Deterministic Graphics - - Move UART Polling Write to another method - - Make UART Write run as an event-based system ### Future - USB Driver - Ethernet Driver + - Move UART Polling Write to another method + - Make UART Write run as an event-based system + - Deterministic Graphics - SPI Driver - GPIO Falling Edge IRQ |