From ec57c2a4d5063c0753bbee25069a26f3ab0d939e Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 10 Jan 2026 15:30:13 -0500 Subject: [PATCH] Update RP2350 UART Driver section in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ade4285..3eff6dd 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ VIDEO PROMO [HERE](https://www.youtube.com/watch?v=aD7X9sXirF8) ### Exercise 4: Connect GDB & Basic Exploration [HERE](https://github.com/mytechnotalent/Embedded-Hacking/blob/main/WEEK01/WEEK01-04.md) -### RP2350 UART Driver: An RP2350 UART driver written entirely in Assembler. [HERE](https://github.com/mytechnotalent/RP2350_UART_Driver) +### RP2350 UART Driver [HERE](https://github.com/mytechnotalent/RP2350_UART_Driver) ### Chapter 1: hello, world This chapter covers the basics of setting up a dev environment and basic template firmware for the Pico 2 MCU in addition to printing hello, world.