summaryrefslogtreecommitdiff
path: root/PLAN.md
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-09-16 12:03:41 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-09-16 12:04:43 -0600
commit86c29ffaa35592f16f6b1624002dcd97daf73511 (patch)
tree4b2186b81a77f3ff005177140815d9ff273655db /PLAN.md
parent93f054683dd5fc5b79541f4922cb34a38cb5c341 (diff)
fix repeated chars
Diffstat (limited to 'PLAN.md')
-rw-r--r--PLAN.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/PLAN.md b/PLAN.md
index 4b83eee..da65817 100644
--- a/PLAN.md
+++ b/PLAN.md
@@ -1,14 +1,14 @@
- with hardware I have:
- 1. type "hello world" as a USB keyboard
- 2. get networking up (ping)
- 3. forward port 21 as a USB keyboard
- 4. forward a 9p file as a USB keyboard
- 5. connect UART as a 9p socket
+ 1. [X] type "hello world" as a USB keyboard
+ 2. [ ] get networking up (ping)
+ 3. [ ] forward port 21 as a USB keyboard
+ 4. [ ] forward a 9p file as a USB keyboard
+ 5. [ ] connect UART as a 9p socket
- waiting on hardware:
- sdcard slot:
- 1. whatever the "hello world" of SD is
- 2. as a device on 9p
+ 1. [ ] whatever the "hello world" of SD is
+ 2. [ ] as a device on 9p
- HDMI socket
- 1. PicoDVI hello-world
- 2. "PiciDVI" to network
- 3. reverse the flow of PicoDVI
+ 1. [ ] PicoDVI hello-world
+ 2. [ ] "PiciDVI" to network
+ 3. [ ] reverse the flow of PicoDVI