Skip to content
Snippets Groups Projects
Commit 46583e90 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

docs/glossary: Elaborate on possible MicroPython port differences.

State that this doc describes generic, "core" MicroPython functionality,
any particular port may diverge in both directions, by both omitting
some functionality, and adding more, both cases described outside the
generic documentation.
parent 3f915704
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,13 @@ Glossary ...@@ -68,7 +68,13 @@ Glossary
MicroPython supports different :term:`boards <board>`, RTOSes, MicroPython supports different :term:`boards <board>`, RTOSes,
and OSes, and can be relatively easily adapted to new systems. and OSes, and can be relatively easily adapted to new systems.
MicroPython with support for a particular system is called a MicroPython with support for a particular system is called a
"port" to that system. "port" to that system. Different ports may have widely different
functionality. This documentation is intended to be a reference
of the generic APIs available across different ports ("MicroPython
core"). Note that some ports may still omit some APIs described
here (e.g. due to resource constraints). Any such differences,
and port-specific extensions beyond MicroPython core functionality,
would be described in the separate port-specific documentation.
MicroPython Unix port MicroPython Unix port
Unix port is one of the major :term:`MicroPython ports <MicroPython port>`. Unix port is one of the major :term:`MicroPython ports <MicroPython port>`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment