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
d6c5d398
Commit
d6c5d398
authored
Apr 12, 2014
by
Damien George
Browse files
Updated README.
parent
c5572158
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
d6c5d398
...
...
@@ -9,8 +9,7 @@ of Python 3.x on a microcontroller.
WARNING: this project is in its early stages and is subject to large
changes of the code-base, including project-wide name changes and API
changes. The software will not start to mature until March 2014 at the
earliest.
changes.
See the repository www.github.com/micropython/pyboard for the Micro
Python board.
...
...
@@ -20,19 +19,21 @@ Major components in this repository:
-
unix/ -- a version of Micro Python that runs on Unix.
-
stmhal/ -- a version of Micro Python that runs on the Micro Python board
with an STM32F405RG (using ST's new Cube HAL drivers).
-
stm/ -- obsolete version of Micro Python for the Micro Python board
that uses ST's old peripheral drivers.
-
teensy/ -- a version of Micro Python that runs on the Teensy 3.1
(preliminary but functional).
Additional components:
-
bare-arm/ -- a bare minimum version of Micro Python for ARM MCUs. Start
with this if you want to port Micro Python to another microcontroller.
-
stm/ -- obsolete version of Micro Python for the Micro Python board
that uses ST's old peripheral drivers.
-
unix-cpy/ -- a version of Micro Python that outputs bytecode (for testing).
-
tests/ -- test framework and test scripts.
-
tools/ -- various tools, including the pyboard.py module.
-
examples/ -- a few example Python scripts.
"make" is used to build the components, or "gmake" on BSD-based systems.
You will also need bash and
p
ython (2.7 or 3.3).
You will also need bash and
P
ython (
at least
2.7 or 3.3).
The Unix version
----------------
...
...
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