README: Add link to docs.micropython.org.
This commit is contained in:
parent
29424304d9
commit
c16d1c07ca
|
@ -38,7 +38,9 @@ Major components in this repository:
|
||||||
- minimal/ -- a minimal MicroPython port. Start with this if you want
|
- minimal/ -- a minimal MicroPython port. Start with this if you want
|
||||||
to port MicroPython to another microcontroller.
|
to port MicroPython to another microcontroller.
|
||||||
- tests/ -- test framework and test scripts.
|
- tests/ -- test framework and test scripts.
|
||||||
- docs/ -- user documentation in Sphinx reStructuredText format.
|
- docs/ -- user documentation in Sphinx reStructuredText format. Rendered
|
||||||
|
HTML documentation is available at http://docs.micropython.org (be sure
|
||||||
|
to select needed board/port at the bottom left corner).
|
||||||
|
|
||||||
Additional components:
|
Additional components:
|
||||||
- bare-arm/ -- a bare minimum version of MicroPython for ARM MCUs. Used
|
- bare-arm/ -- a bare minimum version of MicroPython for ARM MCUs. Used
|
||||||
|
|
Loading…
Reference in New Issue