From 32200c766bfd345d7039e92ec963f3903578a759 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Tue, 17 Mar 2026 09:08:23 -0400 Subject: [PATCH] Update README with RP2350 driver resources Added additional resources for RP2350 drivers in ARM and RISC-V. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 08e2732..157b18f 100644 --- a/README.md +++ b/README.md @@ -407,5 +407,17 @@ 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) +An RP2350 UART driver written entirely in ARM Assembler. +## RP2350_UART_Driver_RISCV [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) +An RP2350 blink driver written entirely in ARM Assembler. +## RP2350_Blink_Driver_RISCV [HERE](https://github.com/mytechnotalent/RP2350_Blink_Driver_RISCV) +An RP2350 blink driver written entirely in RISC-V Assembler. + +
+ # License [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)