Paul Sokolovsky
|
06526e7ccc
|
pip-micropython: Apply more workarounds for setuptools, pip, etc misfeatures.
|
11 years ago |
Paul Sokolovsky
|
9f043da5c3
|
pip-micropython: Require command verb, but restrict to "install" only.
So, pip-micropython can/should be run as normal pip:
pip-micropython install micropython-unittest
|
11 years ago |
Damien George
|
d71fc37af7
|
tools: Improve reading back from pyboard.
|
11 years ago |
Damien George
|
0e49642965
|
tools: pyboard.py can now execute a file remotely!
|
11 years ago |
Paul Sokolovsky
|
802d505756
|
tools: Add pip-micropython to install packages in MicroPython-friendly way.
|
11 years ago |
Damien George
|
41ea651839
|
Add tools/pyboard.py, a simple module to communicate with the pyboard.
Using pyboard.py you can use Python running on your PC to execute
commands on the connected pyboard. See examples in that file.
|
11 years ago |
mux
|
1a1ba4d555
|
Change dfu.py to be Python 2/3 compatible
* Chane dfu.py to use Python 3 syntax to avoid dependency on Python 2.
* Update Makefile to call python instead of python2
* Fix #33
|
11 years ago |
Damien
|
f0d0940638
|
Add tools/dfu.py, and use it in stm/Makefile.
|
11 years ago |