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

@@ -1,5 +1,5 @@
// MCU config
#define MICROPY_HW_BOARD_NAME "RA4M1_EK"
#define MICROPY_HW_BOARD_NAME "EK-RA4M1"
#define MICROPY_HW_MCU_NAME "RA4M1"
#define MICROPY_HW_MCU_SYSCLK 48000000
#define MICROPY_HW_MCU_PCLK 48000000

View File

@@ -1,9 +1,9 @@
CMSIS_MCU = RA4M1
MCU_SERIES = m4
LD_FILES = boards/RA4M1_EK/ra4m1_ek.ld
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/RA4M1_EK/manifest.py
FROZEN_MANIFEST ?= boards/EK_RA4M1/manifest.py

View File

@@ -1,5 +1,5 @@
// MCU config
#define MICROPY_HW_BOARD_NAME "RA4W1_EK"
#define MICROPY_HW_BOARD_NAME "EK-RA4W1"
#define MICROPY_HW_MCU_NAME "RA4W1"
#define MICROPY_HW_MCU_SYSCLK 48000000
#define MICROPY_HW_MCU_PCLK 48000000

View File

@@ -1,6 +1,6 @@
CMSIS_MCU = RA4W1
MCU_SERIES = m4
LD_FILES = boards/RA4W1_EK/ra4w1_ek.ld
LD_FILES = boards/EK_RA4W1/ra4w1_ek.ld
# MicroPython settings
MICROPY_VFS_FAT = 1

View File

@@ -1,5 +1,5 @@
// MCU config
#define MICROPY_HW_BOARD_NAME "RA6M1_EK"
#define MICROPY_HW_BOARD_NAME "EK-RA6M1"
#define MICROPY_HW_MCU_NAME "RA6M1"
#define MICROPY_HW_MCU_SYSCLK 120000000
#define MICROPY_HW_MCU_PCLK 60000000

View File

@@ -1,6 +1,6 @@
CMSIS_MCU = RA6M1
MCU_SERIES = m4
LD_FILES = boards/RA6M1_EK/ra6m1_ek.ld
LD_FILES = boards/EK_RA6M1/ra6m1_ek.ld
# MicroPython settings
MICROPY_VFS_FAT = 1

Some files were not shown because too many files have changed in this diff Show More