909fe30dfd
SAMD21: set the filesystem type to LFS1. SAMD51: the type is already set to LFS2, support is now dropped for LFS1. It has not been used and dropping it saves 10 k of flash. Signed-off-by: robert-hh <robert@hammelrath.com>
10 lines
269 B
Makefile
10 lines
269 B
Makefile
# https://www.minifigboards.com/mini-sam-m4/mini-sam-m4-hardware/
|
|
MCU_SERIES = SAMD51
|
|
CMSIS_MCU = SAMD51G19A
|
|
LD_FILES = boards/samd51x19a.ld sections.ld
|
|
TEXT0 = 0x4000
|
|
|
|
# The ?='s allow overriding in mpconfigboard.mk.
|
|
# MicroPython settings
|
|
MICROPY_HW_CODESIZE ?= 496K
|