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
65114ca0
Commit
65114ca0
authored
May 09, 2014
by
Damien George
Browse files
README: Add articles, and update doc for deploying firmware.
parent
ad79ecdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
65114ca0
...
...
@@ -15,15 +15,15 @@ WARNING: this project is in early beta stage and is subject to large
changes of the code-base, including project-wide name changes and API
changes.
Micro Python implements entire Python 3.4 syntax (including exceptions,
"with", "yield from", etc.).
F
ollowing core datatypes are provided:
Micro Python implements
the
entire Python 3.4 syntax (including exceptions,
"with", "yield from", etc.).
The f
ollowing core datatypes are provided:
str (no Unicode support yet), bytes, bytearray, tuple, list, dict, set,
array.array, collections.namedtuple, classes and instances. Builtin
modules include sys, time, and struct. Note that only subset of
array.array, collections.namedtuple, classes and instances.
Builtin
modules include sys, time, and struct.
Note that only subset of
Python 3.4 functionality implemented for the data types and modules.
See the repository www.github.com/micropython/pyboard for the Micro
Python board, officially supported reference electronic circuit board.
Python board,
the
officially supported reference electronic circuit board.
Major components in this repository:
-
py/ -- the core Python implementation, including compiler and runtime.
...
...
@@ -88,6 +88,10 @@ on the bottom left of the board, second row from the bottom).
Then to flash the code via USB DFU to your device:
$
dfu-util -a 0 -D build/flash.dfu
$
make deploy
You will need the dfu-util program, on Arch Linux it's dfu-util-git in the AUR.
You will need the dfu-util program, on Arch Linux it's dfu-util-git in the
AUR. If the above does not work it may be because you don't have the
correct permissions. Try then:
$ sudo dfu-util -a 0 -D build-PYBV10/firmware.dfu
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