samd/boards: Add Adafruit Feather M0 Express board configuration.

This commit is contained in:
Jim Mussared 2019-08-10 14:58:27 +10:00 committed by Damien George
parent a5d85d306c
commit 90188cc92b
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,2 @@
#define MICROPY_HW_BOARD_NAME "Feather M0 Express"
#define MICROPY_HW_MCU_NAME "SAMD21G18A"

View File

@ -0,0 +1,4 @@
MCU_SERIES = SAMD21
CMSIS_MCU = SAMD21G18A
LD_FILES = boards/samd21x18a.ld sections.ld
TEXT0 = 0x2000