Updated README.
This commit is contained in:
parent
c557215822
commit
d6c5d398fe
11
README.md
11
README.md
@ -9,8 +9,7 @@ of Python 3.x on a microcontroller.
|
|||||||
|
|
||||||
WARNING: this project is in its early stages and is subject to large
|
WARNING: this project is in its early stages and is subject to large
|
||||||
changes of the code-base, including project-wide name changes and API
|
changes of the code-base, including project-wide name changes and API
|
||||||
changes. The software will not start to mature until March 2014 at the
|
changes.
|
||||||
earliest.
|
|
||||||
|
|
||||||
See the repository www.github.com/micropython/pyboard for the Micro
|
See the repository www.github.com/micropython/pyboard for the Micro
|
||||||
Python board.
|
Python board.
|
||||||
@ -20,19 +19,21 @@ Major components in this repository:
|
|||||||
- unix/ -- a version of Micro Python that runs on Unix.
|
- unix/ -- a version of Micro Python that runs on Unix.
|
||||||
- stmhal/ -- a version of Micro Python that runs on the Micro Python board
|
- stmhal/ -- a version of Micro Python that runs on the Micro Python board
|
||||||
with an STM32F405RG (using ST's new Cube HAL drivers).
|
with an STM32F405RG (using ST's new Cube HAL drivers).
|
||||||
- stm/ -- obsolete version of Micro Python for the Micro Python board
|
|
||||||
that uses ST's old peripheral drivers.
|
|
||||||
- teensy/ -- a version of Micro Python that runs on the Teensy 3.1
|
- teensy/ -- a version of Micro Python that runs on the Teensy 3.1
|
||||||
(preliminary but functional).
|
(preliminary but functional).
|
||||||
|
|
||||||
Additional components:
|
Additional components:
|
||||||
|
- bare-arm/ -- a bare minimum version of Micro Python for ARM MCUs. Start
|
||||||
|
with this if you want to port Micro Python to another microcontroller.
|
||||||
|
- stm/ -- obsolete version of Micro Python for the Micro Python board
|
||||||
|
that uses ST's old peripheral drivers.
|
||||||
- unix-cpy/ -- a version of Micro Python that outputs bytecode (for testing).
|
- unix-cpy/ -- a version of Micro Python that outputs bytecode (for testing).
|
||||||
- tests/ -- test framework and test scripts.
|
- tests/ -- test framework and test scripts.
|
||||||
- tools/ -- various tools, including the pyboard.py module.
|
- tools/ -- various tools, including the pyboard.py module.
|
||||||
- examples/ -- a few example Python scripts.
|
- examples/ -- a few example Python scripts.
|
||||||
|
|
||||||
"make" is used to build the components, or "gmake" on BSD-based systems.
|
"make" is used to build the components, or "gmake" on BSD-based systems.
|
||||||
You will also need bash and python (2.7 or 3.3).
|
You will also need bash and Python (at least 2.7 or 3.3).
|
||||||
|
|
||||||
The Unix version
|
The Unix version
|
||||||
----------------
|
----------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user