From: Melissa LeBlanc-Williams Date: Tue, 19 Dec 2023 16:18:04 +0000 (-0800) Subject: Merge pull request #760 from shawnferry/rp2040_uart X-Git-Tag: 8.28.0~2 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/716ba7945ca6f82fbf2da6384ec83a0640c6aa6c?hp=346fe916a0dd502527225ba2842ef8c105a45195 Merge pull request #760 from shawnferry/rp2040_uart Add missing UART definitions from RP2040 datasheet (a6fe703-clean) --- diff --git a/src/adafruit_blinka/microcontroller/rp2040/pin.py b/src/adafruit_blinka/microcontroller/rp2040/pin.py index 68fe5d1..c3b7828 100755 --- a/src/adafruit_blinka/microcontroller/rp2040/pin.py +++ b/src/adafruit_blinka/microcontroller/rp2040/pin.py @@ -88,12 +88,36 @@ spiPorts = ( uartPorts = ( (0, GP0, GP1), (0, GP0, GP13), + (0, GP0, GP17), + (0, GP0, GP29), (0, GP12, GP1), (0, GP12, GP13), + (0, GP12, GP17), + (0, GP12, GP29), + (0, GP16, GP1), + (0, GP16, GP13), + (0, GP16, GP17), + (0, GP16, GP29), + (0, GP28, GP1), + (0, GP28, GP13), + (0, GP28, GP17), + (0, GP28, GP29), (1, GP4, GP5), (1, GP4, GP9), + (1, GP4, GP21), + (1, GP4, GP25), (1, GP8, GP5), (1, GP8, GP9), + (1, GP8, GP21), + (1, GP8, GP25), + (1, GP20, GP5), + (1, GP20, GP9), + (1, GP20, GP21), + (1, GP20, GP25), + (1, GP24, GP5), + (1, GP24, GP9), + (1, GP24, GP21), + (1, GP24, GP25), ) # ordered as scl, sda