summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2017-03-17 16:19:01 +0100
committerNao Pross <naopross@thearcway.org>2017-03-17 16:19:01 +0100
commit8434120295aac533a05d274236b1506cc215705b (patch)
treebe7784133ef8e30c2150323c779bec9049a7d723 /TODO
parentupdated todolist; doc: keyboard stuff (diff)
downloadz80uPC-8434120295aac533a05d274236b1506cc215705b.tar.gz
z80uPC-8434120295aac533a05d274236b1506cc215705b.zip
hardware nearly finished
doc: added datasheets for - GAL16V8 - MAX214 - MAX232 added script to build doc under windows with miktex updated notes hw: finished i/o devices and bus viewer sw: created files for pld programming
Diffstat (limited to 'TODO')
-rw-r--r--TODO16
1 files changed, 10 insertions, 6 deletions
diff --git a/TODO b/TODO
index 215fd3b..bb25a8b 100644
--- a/TODO
+++ b/TODO
@@ -22,11 +22,15 @@ HARDWARE
[*] secondary clock (200Hz)
[*] stepper button
[*] reset circuit
-[ ] serial terminal
-[ ] digital port interface
-[ ] timer(s)
-[ ] extension connector
-[ ] address and data visualizer (7SEG display)
+[*] serial circuit
+ [*] usart
+ [*] transceiver
+[*] digital port interface
+[*] timer(s)
+[*] extension connector
+[*] address and data visualizer (7SEG display)
+[ ] address decoder
+[ ] interrupt priorities
[ ] keyboard driver
[ ] display adapter
[ ] PCB layout
@@ -40,4 +44,4 @@ SOFTWARE
[ ] NVRAM eraser
[ ] data dump/copy
[ ] basic kernel
-[ ] C compiler
+[ ] C compiler ?