Skip to content

Commit

Permalink
rp2/boards: Add board definition for SparkFun Thing Plus RP2040.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Jurgen Griesfeller authored and dpgeorge committed May 2, 2021
1 parent ca35c00 commit 3c918d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ports/rp2/boards/SPARKFUN_THINGPLUS/mpconfigboard.cmake
@@ -0,0 +1 @@
# cmake file for SparkFun Thing Plus RP2040
3 changes: 3 additions & 0 deletions 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)

0 comments on commit 3c918d0

Please sign in to comment.