db5444f68a
Code size limits are charged to: - SAMD21: 184K -> 248K - SAMD51x19: 368K -> 496K - SAMD51x20: 368K -> 1008K Signed-off-by: robert-hh <robert@hammelrath.com>
11 lines
291 B
Makefile
11 lines
291 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_VFS_LFS1 ?= 1
|
|
MICROPY_HW_CODESIZE ?= 496K
|