File tree 1 file changed +6
-3
lines changed 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -2,17 +2,20 @@ The Micro Python project
2
2
========================
3
3
4
4
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.
6
7
7
8
Subdirectories:
8
9
- py/ -- the core Python implementation, including compiler and runtime.
9
10
- unix/ -- a version of Micro Python that runs on Unix.
10
11
- stm/ -- a version of Micro Python that runs on the Micro Python board
11
12
with an STM32F405RG.
13
+ - pybv3/ -- schematics, gerbers and EAGLE files for revision 3 of the
14
+ Micro Python board.
12
15
13
16
"make" is used to build the components.
14
17
15
- The unix version
18
+ The Unix version
16
19
----------------
17
20
18
21
The "unix" part requires a standard Unix environment with gcc. It works
@@ -29,7 +32,7 @@ Then to test it:
29
32
$ ./py
30
33
>>> list(5 * x + y for x in range(10) for y in [4, 2, 1])
31
34
32
- The stm version
35
+ The STM version
33
36
---------------
34
37
35
38
The "stm" part requires an ARM compiler, arm-none-eabi-gcc, and associated
You can’t perform that action at this time.
0 commit comments