From 86754df83bb49af306911ba25a0a0d4c11989f58 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Fri, 5 Apr 2024 19:54:32 +0200 Subject: [PATCH] More resources --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 074d397..8aa796c 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,9 @@ ### Misc +- [RISC-V From Scratch](https://github.com/twilco/riscv-from-scratch) + - [RISC-V from scratch 1: Introduction, toolchain setup, and hello world!](https://twilco.github.io/riscv-from-scratch/2019/03/10/riscv-from-scratch-1.html) + - [RISC-V from scratch 2: Hardware layouts, linker scripts, and C runtimes](https://twilco.github.io/riscv-from-scratch/2019/04/27/riscv-from-scratch-2.html) + - [RISC-V from scratch 3: Writing a UART driver in assembly](https://twilco.github.io/riscv-from-scratch/2019/07/08/riscv-from-scratch-3.html) + - [RISC-V from scratch 4: Creating a function prologue for our UART driver](https://twilco.github.io/riscv-from-scratch/2019/07/28/riscv-from-scratch-4.html) - [RISC-V Assembly Language Programming](https://github.com/rswinkle/riscv_book/)