Skip to content

Commit c10d303

Browse files
committed
README: Promote "docs" and "tests" to "major components".
1 parent af554b4 commit c10d303

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

4345
Additional 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.
5757
You will also need bash and Python (at least 2.7 or 3.3).

0 commit comments

Comments
 (0)