micropython/ports/samd/boards/SPARKFUN_SAMD51_MICROMOD/mpconfigboard.mk

9 wiersze
204 B
Makefile

MCU_SERIES = SAMD51
CMSIS_MCU = SAMD51J20A
LD_FILES = boards/samd51x20a.ld sections.ld
TEXT0 = 0x4000
# The ?='s allow overriding in mpconfigboard.mk.
# MicroPython settings
MICROPY_HW_CODESIZE ?= 1008K