dc7de6ed83
Changes in this commit: - Change MICROPY_HW_BOARD_NAME definition to match the product name. - Rename board folder's name to match the product name style. - Change related files like Makefile, document descriptions, test cases, CI and tools. Signed-off-by: Takeo Takahashi <takeo.takahashi.xv@renesas.com>
10 lines
240 B
Makefile
10 lines
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
|