summaryrefslogtreecommitdiff
path: root/PLAN.md
diff options
context:
space:
mode:
Diffstat (limited to 'PLAN.md')
-rw-r--r--PLAN.md38
1 files changed, 14 insertions, 24 deletions
diff --git a/PLAN.md b/PLAN.md
index 3201122..5158d87 100644
--- a/PLAN.md
+++ b/PLAN.md
@@ -5,27 +5,17 @@
SPDX-License-Identifier: AGPL-3.0-or-later
-->
-- [ ] syslog on 9p
-- [ ] better 9p-shutdown
-- [ ] PIO-based USB
-- [ ] wire the USB keyboard to 9P
-- [ ] wire uart to 9p
-
-- SDcard to 9p
-- PicoDVI
-- solder up the bus switch
-
-- with hardware I have:
- 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
- - HDMI socket
- 1. [ ] PicoDVI hello-world
- 2. [ ] "PiciDVI" to network
- 3. [ ] reverse the flow of PicoDVI
+- Video
+ - [ ] add video streaming to 9P -- so I can test capture
+ - [ ] get HDMI-out working on core 2
+ - [ ] convert to HDMI-in
+- SD-card
+ - [ ] Move w5500 to SPI, to free up the SSP
+ - [ ] solder up another bus switch
+ - [ ] Implement SD
+- USB
+ - [ ] wire the USB keyboard to 9P
+ - [ ] PIO-based USB
+- Other
+ - [ ] syslog on 9p
+ - [ ] wire uart to 9p