summaryrefslogtreecommitdiff
path: root/docs/pyboard/tutorial
diff options
context:
space:
mode:
authorAngus Gratton <angus@redyak.com.au>2024-10-02 19:16:39 +1000
committerDamien George <damien@micropython.org>2024-11-19 10:57:26 +1100
commit0e7c3901b897a1edd53b56b6119f2d4119e88842 (patch)
tree1264a33779159677fa6550cfc8bdecd91c2ee6ea /docs/pyboard/tutorial
parentcbffe61f96d060ed4af2bde7e3043a3664dc147a (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/pyboard/tutorial')
-rw-r--r--docs/pyboard/tutorial/reset.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/pyboard/tutorial/reset.rst b/docs/pyboard/tutorial/reset.rst
index 59a3cd82a..ad56995c6 100644
--- a/docs/pyboard/tutorial/reset.rst
+++ b/docs/pyboard/tutorial/reset.rst
@@ -10,6 +10,8 @@ execution of ``boot.py`` and ``main.py`` and gives default USB settings.
If you have problems with the filesystem you can do a factory reset,
which restores the filesystem to its original state.
+For more information, see :doc:`/reference/reset_boot`.
+
Safe mode
---------