Skip to content

Commit

Permalink
Update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgeorge committed Dec 29, 2013
1 parent 02a7c41 commit a1c8e57
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,19 @@ 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
microcontroller board based around the STM32F405RG.

Subdirectories:
Major components:
- py/ -- the core Python implementation, including compiler and runtime.
- unix/ -- a version of Micro Python that runs on Unix.
- stm/ -- a version of Micro Python that runs on the Micro Python board
with an STM32F405RG.
- pybv3/ -- schematics, gerbers and EAGLE files for revision 3 of the
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.

The Unix version
Expand Down

0 comments on commit a1c8e57

Please sign in to comment.