File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ This is the Micro Python project, which aims to put an implementation
55of Python 3.x on a microcontroller. The project also includes a small
66microcontroller board based around the STM32F405RG.
77
8+ WARNING: this project is in its early stages and is subject to large
9+ changes of the code-base, including project-wide name changes and API
10+ changes. The software will not start to mature until March 2014 at the
11+ earliest. For the moment the priority is the hardware.
12+
813Major components:
914- py/ -- the core Python implementation, including compiler and runtime.
1015- unix/ -- a version of Micro Python that runs on Unix.
@@ -18,7 +23,7 @@ Additional components:
1823- tests/ -- test framework and test scripts.
1924- tools/ -- various tools.
2025
21- "make" is used to build the components.
26+ "make" is used to build the components, or "gmake" on BSD-based systems .
2227
2328The Unix version
2429----------------
You can’t perform that action at this time.
0 commit comments