8000 Merge branch 'master' of https://github.com/dpgeorge/micropython · micropython/micropython@1e6a258 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1e6a258

Browse files
author
Hagen Kaye
committed
Merge branch 'master' of https://github.com/dpgeorge/micropython
2 parents 07590c2 + d0cad19 commit 1e6a258

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,20 @@ The Micro Python project
22
========================
33

44
This is the Micro Python project, which aims to put an implementation
5-
of Python 3.x on a microcontroller.
5+
of Python 3.x on a microcontroller. The project also includes a small
6+
microcontroller board based around the STM32F405RG.
67

78
Subdirectories:
89
- py/ -- the core Python implementation, including compiler and runtime.
910
- unix/ -- a version of Micro Python that runs on Unix.
1011
- stm/ -- a version of Micro Python that runs on the Micro Python board
1112
with an STM32F405RG.
13+
- pybv3/ -- schematics, gerbers and EAGLE files for revision 3 of the
14+
Micro Python board.
1215

1316
"make" is used to build the components.
1417

15-
The unix version
18+
The Unix version
1619
----------------
1720

1821
The "unix" part requires a standard Unix environment with gcc. It works
@@ -29,7 +32,7 @@ Then to test it:
2932
$ ./py
3033
>>> list(5 * x + y for x in range(10) for y in [4, 2, 1])
3134

32-
The stm version
35+
The STM version
3336
---------------
3437

3538
The "stm" part requires an ARM compiler, arm-none-eabi-gcc, and associated

0 commit comments

Comments
 (0)
0