fb79e58636
- mpconfigboard.h: flash and USART config - mpconfigboard.mk: enable LFS1 - pins.c: define pins and LEDs - pins.h: define structs and consts
9 lines
197 B
Makefile
9 lines
197 B
Makefile
MCU_SERIES = SAMD21
|
|
CMSIS_MCU = SAMD21E18A
|
|
LD_FILES = boards/samd21x18a.ld sections.ld
|
|
TEXT0 = 0x2000
|
|
|
|
# The ?='s allow overriding in mpconfigboard.mk.
|
|
# MicroPython settings
|
|
MICROPY_VFS_LFS1 ?= 1
|