micropython/ports/renesas-ra/boards/EK_RA4M1/mpconfigboard.mk

10 wiersze
240 B
Makefile

CMSIS_MCU = RA4M1
MCU_SERIES = m4
LD_FILES = boards/EK_RA4M1/ra4m1_ek.ld
# MicroPython settings
MICROPY_VFS_FAT = 1
# Don't include default frozen modules because MCU is tight on flash space
FROZEN_MANIFEST ?= boards/EK_RA4M1/manifest.py