rp2/boards: Add board definition for SparkFun Thing Plus RP2040.
This commit is contained in:
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)
|
Loading…
Reference in New Issue
Block a user