diff options
author | Angus Gratton <angus@redyak.com.au> | 2024-10-02 19:16:39 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2024-11-19 10:57:26 +1100 |
commit | 0e7c3901b897a1edd53b56b6119f2d4119e88842 (patch) | |
tree | 1264a33779159677fa6550cfc8bdecd91c2ee6ea /docs/renesas-ra/tutorial/program_in_flash.rst | |
parent | cbffe61f96d060ed4af2bde7e3043a3664dc147a (diff) |
docs: Add a "Reset and Boot Sequence" reference page.
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>
Diffstat (limited to 'docs/renesas-ra/tutorial/program_in_flash.rst')
-rw-r--r-- | docs/renesas-ra/tutorial/program_in_flash.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/renesas-ra/tutorial/program_in_flash.rst b/docs/renesas-ra/tutorial/program_in_flash.rst index 99a7a3839..985ce6c7f 100644 --- a/docs/renesas-ra/tutorial/program_in_flash.rst +++ b/docs/renesas-ra/tutorial/program_in_flash.rst @@ -28,6 +28,8 @@ As the factory setting, following 2 files are created in the file system: * boot.py : executed first when the system starts * main.py : executed after boot.py completes +See :doc:`/reference/reset_boot` for more information. + Write a program in the internal file system ------------------------------------------- |