From d2d003a4b407b37a2a1b1a5c733264ab4622bbe4 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Tue, 17 Mar 2026 09:10:08 -0400 Subject: [PATCH] Update resource links and formatting in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 157b18f..7d09bdf 100644 --- a/README.md +++ b/README.md @@ -408,13 +408,13 @@ Forty-two stories beneath frozen tundra, a shadow intelligence alliance called D
# Additional Resources -## RP2350_UART_Driver [HERE](https://github.com/mytechnotalent/RP2350_UART_Driver) +## RP2350 UART Driver [HERE](https://github.com/mytechnotalent/RP2350_UART_Driver) An RP2350 UART driver written entirely in ARM Assembler. -## RP2350_UART_Driver_RISCV [HERE](https://github.com/mytechnotalent/RP2350_UART_Driver_RISCV) +## RP2350 UART Driver RISC-V [HERE](https://github.com/mytechnotalent/RP2350_UART_Driver_RISCV) An RP2350 UART driver written entirely in RISC-V Assembler. -## RP2350_Blink_Driver [HERE](https://github.com/mytechnotalent/RP2350_Blink_Driver) +## RP2350 Blink Driver [HERE](https://github.com/mytechnotalent/RP2350_Blink_Driver) An RP2350 blink driver written entirely in ARM Assembler. -## RP2350_Blink_Driver_RISCV [HERE](https://github.com/mytechnotalent/RP2350_Blink_Driver_RISCV) +## RP2350 Blink Driver RISC-V [HERE](https://github.com/mytechnotalent/RP2350_Blink_Driver_RISCV) An RP2350 blink driver written entirely in RISC-V Assembler.