From 62cf7b863732b91c086fc37fda6f30e390f70a31 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Sun, 15 Jun 2025 08:53:52 -0600 Subject: Update PLAN.md and notes.md --- PLAN.md | 38 ++++++++++++++------------------------ 1 file changed, 14 insertions(+), 24 deletions(-) (limited to 'PLAN.md') 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 -- cgit v1.2.3-2-g168b