diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-10-21 04:40:10 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-10-21 04:40:10 +0300 |
commit | 5d0735b93a52ff7f2f41dd27f3a22ca847f6b49b (patch) | |
tree | c1fd648a35d94cbf3f19bb12eed00d1c01b57e3c /README.md | |
parent | 3967ca7390ff8257728ef6237b93977b63bde41d (diff) | |
download | micropython-5d0735b93a52ff7f2f41dd27f3a22ca847f6b49b.tar.gz micropython-5d0735b93a52ff7f2f41dd27f3a22ca847f6b49b.zip |
README: "MicroPython board" is much more commonly known as PyBoard.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -26,15 +26,15 @@ time, and struct, etc. Select ports have support for _thread module (multithreading). Note that only subset of Python 3.4 functionality implemented for the data types and modules. -See the repository www.github.com/micropython/pyboard for the Micro -Python board, the officially supported reference electronic circuit board. +See the repository www.github.com/micropython/pyboard for the MicroPython +board (PyBoard), the officially supported reference electronic circuit board. Major components in this repository: - py/ -- the core Python implementation, including compiler, runtime, and core library. - unix/ -- a version of MicroPython that runs on Unix. -- stmhal/ -- a version of MicroPython that runs on the MicroPython board - with an STM32F405RG (using ST's Cube HAL drivers). +- stmhal/ -- a version of MicroPython that runs on the PyBoard and similar + STM32 boards (using ST's Cube HAL drivers). - minimal/ -- a minimal MicroPython port. Start with this if you want to port MicroPython to another microcontroller. - tests/ -- test framework and test scripts. |