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/reference/index.rst | |
parent | cbffe61f96d060ed4af2bde7e3043a3664dc147a (diff) | |
download | micropython-0e7c3901b897a1edd53b56b6119f2d4119e88842.tar.gz micropython-0e7c3901b897a1edd53b56b6119f2d4119e88842.zip |
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/reference/index.rst')
-rw-r--r-- | docs/reference/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/index.rst b/docs/reference/index.rst index 98f6b65737..1558c0fdfa 100644 --- a/docs/reference/index.rst +++ b/docs/reference/index.rst @@ -21,6 +21,7 @@ implementation and the best practices to use them. glossary.rst repl.rst + reset_boot.rst mpremote.rst mpyfiles.rst isr_rules.rst |