diff options
author | Takeo Takahashi <takeo.takahashi.xv@renesas.com> | 2023-01-13 21:28:15 +0900 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2023-04-27 14:12:53 +1000 |
commit | dc7de6ed839dfd9c0a538fd1375f2adb77a68205 (patch) | |
tree | 0499167bd799c13ce64b8c701528a34c348ae76f /tools/metrics.py | |
parent | 82a59a824c77c933a622498b9005dc50a026904e (diff) |
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>
Diffstat (limited to 'tools/metrics.py')
-rwxr-xr-x | tools/metrics.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/metrics.py b/tools/metrics.py index da4d18856..13161e9b9 100755 --- a/tools/metrics.py +++ b/tools/metrics.py @@ -67,7 +67,7 @@ port_data = { "8": PortData("esp8266", "esp8266", "build-GENERIC/firmware.elf"), "3": PortData("esp32", "esp32", "build-GENERIC/micropython.elf"), "x": PortData("mimxrt", "mimxrt", "build-TEENSY40/firmware.elf"), - "e": PortData("renesas-ra", "renesas-ra", "build-RA6M2_EK/firmware.elf"), + "e": PortData("renesas-ra", "renesas-ra", "build-EK_RA6M2/firmware.elf"), "r": PortData("nrf", "nrf", "build-pca10040/firmware.elf"), "p": PortData("rp2", "rp2", "build-PICO/firmware.elf"), "d": PortData("samd", "samd", "build-ADAFRUIT_ITSYBITSY_M4_EXPRESS/firmware.elf"), |