mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
renesas-ra: Change MICROPY_HW_BOARD_NAME definition to product name.
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>
This commit is contained in:
committed by
Damien George
parent
82a59a824c
commit
dc7de6ed83
9
ports/renesas-ra/boards/EK_RA4M1/mpconfigboard.mk
Normal file
9
ports/renesas-ra/boards/EK_RA4M1/mpconfigboard.mk
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
Reference in New Issue
Block a user