README.md: Promote project status from "early beta" to just "beta".
Also, reword purpose to avoid impression that uPy supports just one microcontroller.
This commit is contained in:
parent
4fddbe5ab6
commit
8c437f95fc
|
@ -9,11 +9,10 @@ The Micro Python project
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
This is the Micro Python project, which aims to put an implementation
|
This is the Micro Python project, which aims to put an implementation
|
||||||
of Python 3.x on a microcontroller.
|
of Python 3.x on microcontrollers and small embedded systems.
|
||||||
|
|
||||||
WARNING: this project is in early beta stage and is subject to large
|
WARNING: this project is in beta stage and is subject to changes of the
|
||||||
changes of the code-base, including project-wide name changes and API
|
code-base, including project-wide name changes and API changes.
|
||||||
changes.
|
|
||||||
|
|
||||||
Micro Python implements the entire Python 3.4 syntax (including exceptions,
|
Micro Python implements the entire Python 3.4 syntax (including exceptions,
|
||||||
"with", "yield from", etc.). The following core datatypes are provided:
|
"with", "yield from", etc.). The following core datatypes are provided:
|
||||||
|
|
Loading…
Reference in New Issue