summaryrefslogtreecommitdiffstatshomepage
path: root/docs/renesas-ra/tutorial
Commit message (Collapse)AuthorAge
* docs: Add a "Reset and Boot Sequence" reference page.Angus Gratton2024-11-19
| | | | | | | | | | | | Previously individual ports documented these aspects to varying degrees, but most of the information is common to all ports. In particular, this adds a canonical explanation of `boot.py` and `main.py`. This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <angus@redyak.com.au>
* docs/library/index: Update docs after umodule rename.Jim Mussared2023-06-08
| | | | | | | | | - Update guide for extending built-in modules. - Remove any last trace of umodule in other docs. This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
* renesas-ra: Change MICROPY_HW_BOARD_NAME definition to product name.Takeo Takahashi2023-04-27
| | | | | | | | | | 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>
* renesas-ra: Change file system size to 64KB for RA6M1.Takeo Takahashi2022-11-15
| | | | | | | | Changes in this commit: - Change file system size from 128KB to 64KB in ra6m1_ek.ld. - Change EK-RA6M1's file system size in renesas-ra port document. Signed-off-by: Takeo Takahashi <takeo.takahashi.xv@renesas.com>
* docs/renesas-ra: Correct the internal file system size of EK-RA6M2.Takeo Takahashi2022-11-15
| | | | Signed-off-by: Takeo Takahashi <takeo.takahashi.xv@renesas.com>
* docs/renesas-ra: Remove unused image files.Takeo Takahashi2022-05-03
| | | | Signed-off-by: Takeo Takahashi <takeo.takahashi.xv@renesas.com>
* docs/renesas-ra: Add renesas-ra docs files.Takeo Takahashi2022-04-29
Signed-off-by: Takeo Takahashi <takeo.takahashi.xv@renesas.com>