Update README.md.
This commit is contained in:
parent
02a7c41e76
commit
a1c8e5737c
|
@ -5,7 +5,7 @@ This is the Micro Python project, which aims to put an implementation
|
||||||
of Python 3.x on a microcontroller. The project also includes a small
|
of Python 3.x on a microcontroller. The project also includes a small
|
||||||
microcontroller board based around the STM32F405RG.
|
microcontroller board based around the STM32F405RG.
|
||||||
|
|
||||||
Subdirectories:
|
Major components:
|
||||||
- py/ -- the core Python implementation, including compiler and runtime.
|
- py/ -- the core Python implementation, including compiler and runtime.
|
||||||
- unix/ -- a version of Micro Python that runs on Unix.
|
- unix/ -- a version of Micro Python that runs on Unix.
|
||||||
- stm/ -- a version of Micro Python that runs on the Micro Python board
|
- stm/ -- a version of Micro Python that runs on the Micro Python board
|
||||||
|
@ -13,6 +13,11 @@ Subdirectories:
|
||||||
- pybv3/ -- schematics, gerbers and EAGLE files for revision 3 of the
|
- pybv3/ -- schematics, gerbers and EAGLE files for revision 3 of the
|
||||||
Micro Python board.
|
Micro Python board.
|
||||||
|
|
||||||
|
Additional components:
|
||||||
|
- unix-cpy/ -- a version of Micro Python that outputs bytecode (for testing).
|
||||||
|
- tests/ -- test framework and test scripts.
|
||||||
|
- tools/ -- various tools.
|
||||||
|
|
||||||
"make" is used to build the components.
|
"make" is used to build the components.
|
||||||
|
|
||||||
The Unix version
|
The Unix version
|
||||||
|
|
Loading…
Reference in New Issue