mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
rp2/boards: Add board definition for SparkFun Thing Plus RP2040.
This commit is contained in:
committed by
Damien George
parent
ca35c0059c
commit
3c918d0f58
1
ports/rp2/boards/SPARKFUN_THINGPLUS/mpconfigboard.cmake
Normal file
1
ports/rp2/boards/SPARKFUN_THINGPLUS/mpconfigboard.cmake
Normal file
@@ -0,0 +1 @@
|
||||
# cmake file for SparkFun Thing Plus RP2040
|
||||
3
ports/rp2/boards/SPARKFUN_THINGPLUS/mpconfigboard.h
Normal file
3
ports/rp2/boards/SPARKFUN_THINGPLUS/mpconfigboard.h
Normal file
@@ -0,0 +1,3 @@
|
||||
// Board and hardware specific configuration
|
||||
#define MICROPY_HW_BOARD_NAME "SparkFun Thing Plus RP2040"
|
||||
#define MICROPY_HW_FLASH_STORAGE_BYTES (15 * 1024 * 1024)
|
||||
Reference in New Issue
Block a user