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>
5 lines
102 B
Makefile
5 lines
102 B
Makefile
MCU_SERIES = SAMD21
|
|
CMSIS_MCU = SAMD21E18A
|
|
LD_FILES = boards/samd21x18a.ld sections.ld
|
|
TEXT0 = 0x2000
|