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

README: "MicroPython board" is much more commonly known as PyBoard.

parent 3967ca73
No related branches found
No related tags found
No related merge requests found
...@@ -26,15 +26,15 @@ time, and struct, etc. Select ports have support for _thread module ...@@ -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 (multithreading). Note that only subset of Python 3.4 functionality
implemented for the data types and modules. implemented for the data types and modules.
See the repository www.github.com/micropython/pyboard for the Micro See the repository www.github.com/micropython/pyboard for the MicroPython
Python board, the officially supported reference electronic circuit board. board (PyBoard), the officially supported reference electronic circuit board.
Major components in this repository: Major components in this repository:
- py/ -- the core Python implementation, including compiler, runtime, and - py/ -- the core Python implementation, including compiler, runtime, and
core library. core library.
- unix/ -- a version of MicroPython that runs on Unix. - unix/ -- a version of MicroPython that runs on Unix.
- stmhal/ -- a version of MicroPython that runs on the MicroPython board - stmhal/ -- a version of MicroPython that runs on the PyBoard and similar
with an STM32F405RG (using ST's Cube HAL drivers). STM32 boards (using ST's Cube HAL drivers).
- 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment