From: Shawn Ferry Date: Mon, 18 Dec 2023 21:08:29 +0000 (-0500) Subject: Add missing UART definitions from RP2040 datasheet (a6fe703-clean) X-Git-Tag: 8.28.0~2^2 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/e15a246543b25ebf2c6985b103b0bc78b12ddb7e?hp=--cc Add missing UART definitions from RP2040 datasheet (a6fe703-clean) --- e15a246543b25ebf2c6985b103b0bc78b12ddb7e 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