Skip to content

Commit cdb3109

Browse files
committed
Change README to reflect new pyboard repo; update dependencies.
1 parent 6632700 commit cdb3109

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,30 @@ The Micro Python project
22
========================
33

44
This is the Micro Python project, which aims to put an implementation
5-
of Python 3.x on a microcontroller. The project also includes a small
6-
microcontroller board based around the STM32F405RG.
5+
of Python 3.x on a microcontroller.
76

87
WARNING: this project is in its early stages and is subject to large
98
changes of the code-base, including project-wide name changes and API
109
changes. The software will not start to mature until March 2014 at the
11-
earliest. For the moment the priority is the hardware.
10+
earliest.
1211

13-
Major components:
12+
See the repository www.github.com/micropython/pyboard for the Micro
13+
Python board. At the moment, finalising the design of the board is
14+
the top priority.
15+
16+
Major components in this repository:
1417
- py/ -- the core Python implementation, including compiler and runtime.
1518
- unix/ -- a version of Micro Python that runs on Unix.
1619
- stm/ -- a version of Micro Python that runs on the Micro Python board
1720
with an STM32F405RG.
18-
- pybv3/ -- schematics, gerbers and EAGLE files for revision 3 of the
19-
Micro Python board.
2021

2122
Additional components:
2223
- unix-cpy/ -- a version of Micro Python that outputs bytecode (for testing).
2324
- tests/ -- test framework and test scripts.
2425
- tools/ -- various tools.
2526

2627
"make" is used to build the components, or "gmake" on BSD-based systems.
28+
You will also need bash and python3, and python2 for the stm port.
2729

2830
The Unix version
2931
----------------

0 commit comments

Comments
 (0)