Browse Source

rp2/boards: Add board definition for SparkFun Thing Plus RP2040.

pull/7205/head
Jan Jurgen Griesfeller 4 years ago
committed by Damien George
parent
commit
3c918d0f58
  1. 1
      ports/rp2/boards/SPARKFUN_THINGPLUS/mpconfigboard.cmake
  2. 3
      ports/rp2/boards/SPARKFUN_THINGPLUS/mpconfigboard.h

1
ports/rp2/boards/SPARKFUN_THINGPLUS/mpconfigboard.cmake

@ -0,0 +1 @@
# cmake file for SparkFun Thing Plus RP2040

3
ports/rp2/boards/SPARKFUN_THINGPLUS/mpconfigboard.h

@ -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…
Cancel
Save