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.