Skip to content

Commit 5d0735b

Browse files
committed
README: "MicroPython board" is much more commonly known as PyBoard.
1 parent 3967ca7 commit 5d0735b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ time, and struct, etc. Select ports have support for _thread module
2626
(multithreading). Note that only subset of Python 3.4 functionality
2727
implemented for the data types and modules.
2828

29-
See the repository www.github.com/micropython/pyboard for the Micro
30-
Python board, the officially supported reference electronic circuit board.
29+
See the repository www.github.com/micropython/pyboard for the MicroPython
30+
board (PyBoard), the officially supported reference electronic circuit board.
3131

3232
Major components in this repository:
3333
- py/ -- the core Python implementation, including compiler, runtime, and
3434
core library.
3535
- unix/ -- a version of MicroPython that runs on Unix.
36-
- stmhal/ -- a version of MicroPython that runs on the MicroPython board
37-
with an STM32F405RG (using ST's Cube HAL drivers).
36+
- stmhal/ -- a version of MicroPython that runs on the PyBoard and similar
37+
STM32 boards (using ST's Cube HAL drivers).
3838
- minimal/ -- a minimal MicroPython port. Start with this if you want
3939
to port MicroPython to another microcontroller.
4040
- tests/ -- test framework and test scripts.

0 commit comments

Comments
 (0)