From 8165855cc00b49f0490f9be6a75814239a7290bd Mon Sep 17 00:00:00 2001 From: Takeo Takahashi Date: Mon, 8 May 2023 16:18:03 +0900 Subject: [PATCH] README: Add Renesas RA port information. * Add Renesas RA port information * Add short explanation about installation instructions. Signed-off-by: Takeo Takahashi --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 6482899b251d9..ae860dc20abbf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,16 @@ [![CI badge](https://github.com/micropython/micropython/workflows/unix%20port/badge.svg)](https://github.com/micropython/micropython/actions?query=branch%3Amaster+event%3Apush) [![codecov](https://codecov.io/gh/micropython/micropython/branch/master/graph/badge.svg?token=I92PfD05sD)](https://codecov.io/gh/micropython/micropython) +MicroPython for Renesas microcontrollers +======================================== +* `Renesas RA port` for Renesas RA Family microcontroller is supported and released by [the MicroPython project](https://github.com/micropython/micropython) since 29 April, 2022. +* The latest information about Renesas RA port is available on [micropython.org](https://micropython.org). +* Please refer to the [Quick reference for the Renesas RA](https://docs.micropython.org/en/latest/renesas-ra/quickref.html) in [MicroPython documentation](https://docs.micropython.org/en/latest) about the features of Renesas RA port. +* Please refer to [Renesas RA port](https://docs.micropython.org/en/latest/renesas-ra/general.html) about supported boards. +* The pre-built firmware image is available on each board page of [DOWNLOAD](https://micropython.org/download/?port=renesas-ra). This page also includes installation instructions. +* If you are interested in building and debugging, please refer to the Wiki pages [How to build](https://github.com/renesas/micropython/wiki/How-to-build) and [How to debug](https://github.com/renesas/micropython/wiki/How-to-debug). +
+
+ The MicroPython project =======================