mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 04:00:28 +01:00
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:
committed by
Damien George
parent
137e9e8c79
commit
e32e13f7e4
5
ports/rp2/boards/RPI_PICO2/mpconfigboard.cmake
Normal file
5
ports/rp2/boards/RPI_PICO2/mpconfigboard.cmake
Normal 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)
|
||||
Reference in New Issue
Block a user