diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-12-06 00:08:24 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-12-06 00:08:24 +0200 |
commit | ca8034d6b888952dfb4401b867f5682ac683b5ff (patch) | |
tree | d7d8d4d11b1449a3a4167adf505ec19cadb03924 /docs/reference | |
parent | 58f00d7c0e116e17ab141ae18275edea14b88431 (diff) |
docs/glossary: Clarify wording for "baremetal".
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/glossary.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/reference/glossary.rst b/docs/reference/glossary.rst index 98a2a50d8..9daf0dc3a 100644 --- a/docs/reference/glossary.rst +++ b/docs/reference/glossary.rst @@ -4,9 +4,10 @@ Glossary .. glossary:: baremetal - A system without (full-fledged) OS, like an :term:`MCU`. When - running on a baremetal system, MicroPython effectively becomes - its user-facing OS with a command interpreter (REPL). + A system without a (full-fledged) OS, for example an + :term:`MCU`-based system. When running on a baremetal system, + MicroPython effectively becomes its user-facing OS with a command + interpreter (REPL). board A PCB board. Oftentimes, the term is used to denote a particular |