Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
micropython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
card10
micropython
Commits
d6c5d398
Commit
d6c5d398
authored
11 years ago
by
Damien George
Browse files
Options
Downloads
Patches
Plain Diff
Updated README.
parent
c5572158
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-5
6 additions, 5 deletions
README.md
with
6 additions
and
5 deletions
README.md
+
6
−
5
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
----------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment