Add TODO to README

This commit is contained in:
2024-08-27 14:48:01 +02:00
parent 4ac4901b70
commit c716137e1a

6
README
View File

@@ -7,8 +7,12 @@ We parse commands using a state machine so we can deal
with small chunks of characters at a time and spit out
the parsed command when the transmission has finished.
TODO: System clock frequency should be a multiple of
1.8432MHz for perfect USART. This means we would need
an external crystal oscillator.
TODO: Do we need to handle backspaces for interactive
serial consoles?!
serial consoles?! Overkill?!
### Supported Commands