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/renesas-ra/tutorial/intro.rst | |
parent | 82a59a824c77c933a622498b9005dc50a026904e (diff) | |
download | micropython-dc7de6ed839dfd9c0a538fd1375f2adb77a68205.tar.gz micropython-dc7de6ed839dfd9c0a538fd1375f2adb77a68205.zip |
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/renesas-ra/tutorial/intro.rst')
-rw-r--r-- | docs/renesas-ra/tutorial/intro.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/renesas-ra/tutorial/intro.rst b/docs/renesas-ra/tutorial/intro.rst index 6c41f43971..6003e71575 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. >>> |