Update README with disclaimer for changing code; use gmake on BSD.
This commit is contained in:
parent
df884fe4cc
commit
8bbd112938
|
@ -5,6 +5,11 @@ 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.
|
||||||
|
|
||||||
|
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. The software will not start to mature until March 2014 at the
|
||||||
|
earliest. For the moment the priority is the hardware.
|
||||||
|
|
||||||
Major components:
|
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.
|
||||||
|
@ -18,7 +23,7 @@ Additional components:
|
||||||
- tests/ -- test framework and test scripts.
|
- tests/ -- test framework and test scripts.
|
||||||
- tools/ -- various tools.
|
- tools/ -- various tools.
|
||||||
|
|
||||||
"make" is used to build the components.
|
"make" is used to build the components, or "gmake" on BSD-based systems.
|
||||||
|
|
||||||
The Unix version
|
The Unix version
|
||||||
----------------
|
----------------
|
||||||
|
|
Loading…
Reference in New Issue