rp2/boards/RPI_PICO2: Add new RPI_PICO2 board definition.

This is the same form-factor as the Pico but with an RP2350.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Peter Harper
2024-05-22 15:21:56 +01:00
committed by Damien George
parent 137e9e8c79
commit e32e13f7e4
6 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# cmake file for Raspberry Pi Pico2
set(PICO_BOARD "pico2")
# To change the gpio count for QFN-80
# set(PICO_NUM_GPIOS 48)