Add RP2350 UART Driver section to README

Added section for RP2350 UART Driver with link.
This commit is contained in:
Kevin Thomas
2026-01-10 15:29:35 -05:00
committed by GitHub
parent 4033e6ef6a
commit b4fac61e33
+2
View File
@@ -44,6 +44,8 @@ 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)
### 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.