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 /docs | |
| 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 'docs')
| -rw-r--r-- | docs/renesas-ra/general.rst | 2 | ||||
| -rw-r--r-- | docs/renesas-ra/tutorial/intro.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/renesas-ra/general.rst b/docs/renesas-ra/general.rst index c8eea53f8..59bc2ef20 100644 --- a/docs/renesas-ra/general.rst +++ b/docs/renesas-ra/general.rst @@ -18,7 +18,7 @@ The following boards are officially supported. * RA4M1-CLICKER -For the manual and other references for the board and RA Family MCU, please refer to the web page: `EK-RA4M1 CLICKER <https://www.mikroe.com/ra4m1-clicker>`_ +For the manual and other references for the board and RA Family MCU, please refer to the web page: `RA4M1 CLICKER <https://www.mikroe.com/ra4m1-clicker>`_ * EK-RA6M2 diff --git a/docs/renesas-ra/tutorial/intro.rst b/docs/renesas-ra/tutorial/intro.rst index 6c41f4397..6003e7157 100644 --- a/docs/renesas-ra/tutorial/intro.rst +++ b/docs/renesas-ra/tutorial/intro.rst @@ -62,6 +62,6 @@ Access the MicroPython REPL (the Python prompt) via USB serial or UART with 1152 You can see the MicroPython REPL prompt like below:: - MicroPython v1.18-293-g339aa09b8-dirty on 2022-03-26; RA6M2_EK with RA6M2 + MicroPython v1.20.0 on 2023-04-27; EK-RA6M2 with RA6M2 Type "help()" for more information. >>> |
