File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ Major components in this repository:
3939 with an STM32F405RG (using ST's Cube HAL drivers).
4040- minimal/ -- a minimal MicroPython port. Start with this if you want
4141 to port MicroPython to another microcontroller.
42+ - tests/ -- test framework and test scripts.
43+ - docs/ -- user documentation in Sphinx reStructuredText format.
4244
4345Additional components:
4446- bare-arm/ -- a bare minimum version of MicroPython for ARM MCUs. Used
@@ -48,10 +50,8 @@ Additional components:
4850- pic16bit/ -- a version of MicroPython for 16-bit PIC microcontrollers.
4951- cc3200/ -- a version of MicroPython that runs on the CC3200 from TI.
5052- esp8266/ -- an experimental port for ESP8266 WiFi modules.
51- - tests/ -- test framework and test scripts.
5253- tools/ -- various tools, including the pyboard.py module.
5354- examples/ -- a few example Python scripts.
54- - docs/ -- official documentation in RST format.
5555
5656"make" is used to build the components, or "gmake" on BSD-based systems.
5757You will also need bash and Python (at least 2.7 or 3.3).
You can’t perform that action at this time.
0 commit comments