From 2f11c08d9502196551d6e901daf0bfb978fa36cf Mon Sep 17 00:00:00 2001 From: lol3rrr Date: Sat, 11 Apr 2026 13:08:58 +0200 Subject: [PATCH] Add idea for RISC-V --- README.md | 1 + projects/hardware/risc-v-sbc.md | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 projects/hardware/risc-v-sbc.md diff --git a/README.md b/README.md index c12624d..6bc7c40 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ Name | Status | Blog Entries [25 Gb Networking](./projects/25gb-networking.md) | - | - [100 Gb Networking](./projects/100gb-networking.md) | - | - [Receipt Printer](./projects/hardware/receipt-printer.md) | - | - +[RISC-V SBC/Board](./projects/hardware/risc-v-sbc.md) | - | - ## Infrastructure Projects Name | Status | Blog Entries diff --git a/projects/hardware/risc-v-sbc.md b/projects/hardware/risc-v-sbc.md new file mode 100644 index 0000000..1af5ae3 --- /dev/null +++ b/projects/hardware/risc-v-sbc.md @@ -0,0 +1,2 @@ +# RISC-V SBC/Board +I want to play around with RISC-V more, maybe use an SBC with a minimal linux setup only running my custom code as the initial program.