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
5d0735b9
Commit
5d0735b9
authored
8 years ago
by
Paul Sokolovsky
Browse files
Options
Downloads
Patches
Plain Diff
README: "MicroPython board" is much more commonly known as PyBoard.
parent
3967ca73
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-4
4 additions, 4 deletions
README.md
with
4 additions
and
4 deletions
README.md
+
4
−
4
View file @
5d0735b9
...
@@ -26,15 +26,15 @@ time, and struct, etc. Select ports have support for _thread module
...
@@ -26,15 +26,15 @@ time, and struct, etc. Select ports have support for _thread module
(multithreading). Note that only subset of Python 3.4 functionality
(multithreading). Note that only subset of Python 3.4 functionality
implemented for the data types and modules.
implemented for the data types and modules.
See the repository www.github.com/micropython/pyboard for the Micro
See the repository www.github.com/micropython/pyboard for the Micro
Python
Python b
oard, the officially supported reference electronic circuit board.
board (PyB
oard
)
, the officially supported reference electronic circuit board.
Major components in this repository:
Major components in this repository:
-
py/ -- the core Python implementation, including compiler, runtime, and
-
py/ -- the core Python implementation, including compiler, runtime, and
core library.
core library.
-
unix/ -- a version of MicroPython that runs on Unix.
-
unix/ -- a version of MicroPython that runs on Unix.
-
stmhal/ -- a version of MicroPython that runs on the
MicroPython bo
ar
d
-
stmhal/ -- a version of MicroPython that runs on the
PyBoard and simil
ar
with an STM32F405RG
(using ST's Cube HAL drivers).
STM32 boards
(using ST's Cube HAL drivers).
-
minimal/ -- a minimal MicroPython port. Start with this if you want
-
minimal/ -- a minimal MicroPython port. Start with this if you want
to port MicroPython to another microcontroller.
to port MicroPython to another microcontroller.
-
tests/ -- test framework and test scripts.
-
tests/ -- test framework and test scripts.
...
...
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