mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
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>
This commit is contained in:
committed by
Damien George
parent
cbffe61f96
commit
0e7c3901b8
@@ -16,6 +16,8 @@ There are soft resets and hard resets.
|
||||
import machine
|
||||
machine.reset()
|
||||
|
||||
For more information, see :doc:`/reference/reset_boot`.
|
||||
|
||||
Safe boot
|
||||
---------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user