88[ istats-issue-img ] : http://issuestats.com/github/micropython/micropython/badge/issue
99[ istats-issue-repo ] : http://issuestats.com/github/micropython/micropython
1010
11- The Micro Python project
12- ========================
11+ The MicroPython project
12+ =======================
1313<p align =" center " >
1414 <img src =" https://raw.githubusercontent.com/micropython/micropython/master/logo/upython-with-micro.jpg " alt =" MicroPython Logo " />
1515</p >
1616
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
1818of Python 3.x on microcontrollers and small embedded systems.
1919
2020WARNING: this project is in beta stage and is subject to changes of the
2121code-base, including project-wide name changes and API changes.
2222
23- Micro Python implements the entire Python 3.4 syntax (including exceptions,
23+ MicroPython implements the entire Python 3.4 syntax (including exceptions,
2424"with", "yield from", etc.). The following core datatypes are provided:
2525str (including basic Unicode support), bytes, bytearray, tuple, list, dict,
2626set, frozenset, array.array, collections.namedtuple, classes and instances.
@@ -33,19 +33,19 @@ Python board, the officially supported reference electronic circuit board.
3333Major components in this repository:
3434- py/ -- the core Python implementation, including compiler, runtime, and
3535 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
3838 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.
4141
4242Additional 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
4444 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
4646 (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.
4949- esp8266/ -- an experimental port for ESP8266 WiFi modules.
5050- tests/ -- test framework and test scripts.
5151- tools/ -- various tools, including the pyboard.py module.
0 commit comments