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>
7 lines
117 B
Makefile
7 lines
117 B
Makefile
CMSIS_MCU = RA4W1
|
|
MCU_SERIES = m4
|
|
LD_FILES = boards/EK_RA4W1/ra4w1_ek.ld
|
|
|
|
# MicroPython settings
|
|
MICROPY_VFS_FAT = 1
|