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
|
2014-04-07 02:53:41 +03:00 |
Damien George
|
d71fc37af7
|
tools: Improve reading back from pyboard.
|
2014-04-03 22:44:37 +01:00 |
Damien George
|
0e49642965
|
tools: pyboard.py can now execute a file remotely!
|
2014-04-03 22:12:01 +01:00 |
Paul Sokolovsky
|
802d505756
|
tools: Add pip-micropython to install packages in MicroPython-friendly way.
|
2014-04-02 12:49:07 +03:00 |
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.
|
2014-03-24 12:42:06 +00:00 |
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
|
2014-01-03 08:51:02 +02:00 |
Damien
|
f0d0940638
|
Add tools/dfu.py, and use it in stm/Makefile.
|
2013-12-20 12:07:50 +00:00 |