forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Takeo Takahashi edited this page Apr 21, 2023
·
20 revisions
- The latest code of Renesas RA port has been merged into MicroPython master branch and maintained since 29 April, 2022.
- MicroPython runs on Renesas RA Family microcontroller boards.
- MicroPython supports Python Programming Language and MicroPython library which is a small subset of the Python standard library.
- You can control the peripherals of RA Family and connected sensors by Python Programing Language.
- The latest information about Renesas RA port is available on micropython.org.
For the latest feature information of Renesas RA port, please refer to the Quick reference for the Renesas RA in MicroPython documentation. - For supported boards information, please refer to Renesas RA port.
- The pre-built firmware image is available on each board page of DOWNLOAD. The page also includes intallation instructions.
-
Below is the information based on
pyb
module of v1.14. -
How to use MicroPython for RA MCU
- What to prepare
- How to program firmware on a target board
-
Sample Programs