adafruit / Adafruit_Blinka

Add CircuitPython hardware API and libraries to MicroPython & CPython devices
https://learn.adafruit.com/circuitpython-on-raspberrypi-linux
MIT License
439 stars 327 forks source link

Add missing UART definitions from RP2040 datasheet (a6fe703-clean) #760

Closed shawnferry closed 6 months ago

shawnferry commented 6 months ago

Continue implementation to match i2c and SPI

See https://datasheets.raspberrypi.com/rp2040/rp2040-datasheet.pdf 1.4.3. GPIO Functions

Fixes #759