samd/boards: Add Adafruit Feather M0 Express board configuration.
This commit is contained in:
parent
a5d85d306c
commit
90188cc92b
|
@ -0,0 +1,2 @@
|
|||
#define MICROPY_HW_BOARD_NAME "Feather M0 Express"
|
||||
#define MICROPY_HW_MCU_NAME "SAMD21G18A"
|
|
@ -0,0 +1,4 @@
|
|||
MCU_SERIES = SAMD21
|
||||
CMSIS_MCU = SAMD21G18A
|
||||
LD_FILES = boards/samd21x18a.ld sections.ld
|
||||
TEXT0 = 0x2000
|
Loading…
Reference in New Issue