3d33dbedc9
- mpconfigboard.h: flash and USART config - mpconfigboard.mk: enable LFS1 - pins.c: define pins and LEDs - pins.h: define structs and consts
10 lines
263 B
Makefile
10 lines
263 B
Makefile
# https://www.minifigboards.com/mini-sam-m4/mini-sam-m4-hardware/
|
|
MCU_SERIES = SAMD51
|
|
CMSIS_MCU = SAMD51G19A
|
|
LD_FILES = boards/samd51g19a.ld sections.ld
|
|
TEXT0 = 0x4000
|
|
|
|
# The ?='s allow overriding in mpconfigboard.mk.
|
|
# MicroPython settings
|
|
MICROPY_VFS_LFS1 ?= 1
|