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

This commit is contained in:
Jan Jurgen Griesfeller
2021-04-29 09:26:38 +02:00
committed by Damien George
parent ca35c0059c
commit 3c918d0f58
2 changed files with 4 additions and 0 deletions

View File

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

View 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)