rp2/boards: Add board definition for SparkFun Pro Micro board.

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

View File

@ -0,0 +1 @@
# cmake file for SparkFun Pro Micro RP2040

View File

@ -0,0 +1,3 @@
// Board and hardware specific configuration
#define MICROPY_HW_BOARD_NAME "SparkFun Pro Micro RP2040"
#define MICROPY_HW_FLASH_STORAGE_BYTES (15 * 1024 * 1024)