Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
1e6a2588
Commit
1e6a2588
authored
Dec 28, 2013
by
Hagen Kaye
Browse files
Merge branch 'master' of
https://github.com/dpgeorge/micropython
parents
07590c27
d0cad190
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
1e6a2588
...
...
@@ -2,17 +2,20 @@ The Micro Python project
========================
This is the Micro Python project, which aims to put an implementation
of Python 3.x on a microcontroller.
of Python 3.x on a microcontroller. The project also includes a small
microcontroller board based around the STM32F405RG.
Subdirectories:
-
py/ -- the core Python implementation, including compiler and runtime.
-
unix/ -- a version of Micro Python that runs on Unix.
-
stm/ -- a version of Micro Python that runs on the Micro Python board
with an STM32F405RG.
-
pybv3/ -- schematics, gerbers and EAGLE files for revision 3 of the
Micro Python board.
"make" is used to build the components.
The
u
nix version
The
U
nix version
----------------
The "unix" part requires a standard Unix environment with gcc. It works
...
...
@@ -29,7 +32,7 @@ Then to test it:
$ ./py
>>> list(5 * x + y for x in range(10) for y in [4, 2, 1])
The
stm
version
The
STM
version
---------------
The "stm" part requires an ARM compiler, arm-none-eabi-gcc, and associated
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment