This is the same form-factor as the Pico but with an RP2350. Signed-off-by: Damien George <damien@micropython.org>
6 lines
124 B
CMake
6 lines
124 B
CMake
# cmake file for Raspberry Pi Pico2
|
|
set(PICO_BOARD "pico2")
|
|
|
|
# To change the gpio count for QFN-80
|
|
# set(PICO_NUM_GPIOS 48)
|