8
8
[ istats-issue-img ] : http://issuestats.com/github/micropython/micropython/badge/issue
9
9
[ istats-issue-repo ] : http://issuestats.com/github/micropython/micropython
10
10
11
- The Micro Python project
12
- ========================
11
+ The MicroPython project
12
+ =======================
13
13
<p align =" center " >
14
14
<img src =" https://raw.githubusercontent.com/micropython/micropython/master/logo/upython-with-micro.jpg " alt =" MicroPython Logo " />
15
15
</p >
16
16
17
- This is the Micro Python project, which aims to put an implementation
17
+ This is the MicroPython project, which aims to put an implementation
18
18
of Python 3.x on microcontrollers and small embedded systems.
19
19
20
20
WARNING: this project is in beta stage and is subject to changes of the
21
21
code-base, including project-wide name changes and API changes.
22
22
23
- Micro Python implements the entire Python 3.4 syntax (including exceptions,
23
+ MicroPython implements the entire Python 3.4 syntax (including exceptions,
24
24
"with", "yield from", etc.). The following core datatypes are provided:
25
25
str (including basic Unicode support), bytes, bytearray, tuple, list, dict,
26
26
set, frozenset, array.array, collections.namedtuple, classes and instances.
@@ -33,19 +33,19 @@ Python board, the officially supported reference electronic circuit board.
33
33
Major components in this repository:
34
34
- py/ -- the core Python implementation, including compiler, runtime, and
35
35
core library.
36
- - unix/ -- a version of Micro Python that runs on Unix.
37
- - stmhal/ -- a version of Micro Python that runs on the Micro Python board
36
+ - unix/ -- a version of MicroPython that runs on Unix.
37
+ - stmhal/ -- a version of MicroPython that runs on the MicroPython board
38
38
with an STM32F405RG (using ST's Cube HAL drivers).
39
- - minimal/ -- a minimal Micro Python port. Start with this if you want
40
- to port Micro Python to another microcontroller.
39
+ - minimal/ -- a minimal MicroPython port. Start with this if you want
40
+ to port MicroPython to another microcontroller.
41
41
42
42
Additional components:
43
- - bare-arm/ -- a bare minimum version of Micro Python for ARM MCUs. Used
43
+ - bare-arm/ -- a bare minimum version of MicroPython for ARM MCUs. Used
44
44
mostly to control code size.
45
- - teensy/ -- a version of Micro Python that runs on the Teensy 3.1
45
+ - teensy/ -- a version of MicroPython that runs on the Teensy 3.1
46
46
(preliminary but functional).
47
- - pic16bit/ -- a version of Micro Python for 16-bit PIC microcontrollers.
48
- - cc3200/ -- a version of Micro Python that runs on the CC3200 from TI.
47
+ - pic16bit/ -- a version of MicroPython for 16-bit PIC microcontrollers.
48
+ - cc3200/ -- a version of MicroPython that runs on the CC3200 from TI.
49
49
- esp8266/ -- an experimental port for ESP8266 WiFi modules.
50
50
- tests/ -- test framework and test scripts.
51
51
- tools/ -- various tools, including the pyboard.py module.
0 commit comments