pico-sdk icon indicating copy to clipboard operation
pico-sdk copied to clipboard

Added Waveshare RP2350 PiZero board header

Open drewpo28 opened this issue 4 months ago • 3 comments

Added Waveshare RP2350 PiZero board header

drewpo28 avatar Sep 16 '25 18:09 drewpo28

Please do not submit against master, use develop instead

github-actions[bot] avatar Sep 16 '25 18:09 github-actions[bot]

Please do not submit against master, use develop instead

github-actions[bot] avatar Sep 16 '25 23:09 github-actions[bot]

  +-+---------------- 1 ----------------
    | Exception: src/boards/include/boards/waveshare_rp2350_pizero.h:30  PICO_DEFAULT_UART_TX_PIN is set to 4 which isn't a valid pin for TX on UART 0
    +---------------- 2 ----------------
    | Exception: src/boards/include/boards/waveshare_rp2350_pizero.h:33  PICO_DEFAULT_UART_RX_PIN is set to 5 which isn't a valid pin for RX on UART 0
    +------------------------------------

Perhaps you need to change PICO_DEFAULT_UART to 1? (Using Table 3 from https://datasheets.raspberrypi.com/rp2350/rp2350-datasheet.pdf as a cross-reference)

lurch avatar Sep 17 '25 10:09 lurch