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:
Takeo Takahashi
2023-01-13 21:28:15 +09:00
committed by Damien George
parent 82a59a824c
commit dc7de6ed83
148 changed files with 62 additions and 59 deletions

View 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