194 Commits (f608f54ab0443910931380a0f735c81e1a8a3ffa)

Author SHA1 Message Date
Damien George 4fd7c1a2ac tools, pyboard.py: Write data to pyboard in chunks of 256 bytes. 10 years ago
Damien George 17c5ce3727 tools: Make pyboard.py have infinite timeout when running script. 10 years ago
Damien George 7c4445afe1 tools: Make gendoc.py able to output RST format. 10 years ago
Damien George bc1488a05f stmhal: Improve REPL control codes; improve pyboard.py script. 10 years ago
Damien George 5fc42a6c97 tools, pydfu: Some fixes to support Python 3. 10 years ago
Dave Hylands 842210f53a Add pydfu.py to the micropython tree. Use dfu_util bgy default 10 years ago
Damien George 9c9db3a7a1 tools, pyboard.py: Allow exec argument to be bytes or str. 10 years ago
blmorris 3b064370f8 Enable device keyword option when running pyboard.py --tests and run-tests --pyboard 10 years ago
Damien George c737086e1c tools: Add network build to auto-build script. 10 years ago
Damien George 2842945e76 stmhal: Fix bugs in documentation so it compiles. 10 years ago
Paul Sokolovsky f3c3010ffc pip-micropython: Revert to using PIP_MICROPY_DEST environment var. 10 years ago
Damien George db63660c19 Add pip-micropython to unix make install. 10 years ago
Damien George c4ee39dd63 tools, gendoc: Output small descr about module TOC. 10 years ago
Damien George 590b2abdfc tools, gendoc: Put module TOC/index in module/ directory. 10 years ago
Damien George ef7a066c9c tools, gendoc: Allow constants at module level; gen module index. 10 years ago
Paul Sokolovsky c10a4405cd gendoc.py: Support modules w/o functions and/or classes. 11 years ago
Damien George 3793830ed9 tools: Move gendoc.py to tools, and make it a little more generic. 11 years ago
Ilya Dmitrichenko be86596bb9 tools: inline test suite generator. 11 years ago
Ilya Dmitrichenko b1442e04d1 tools: check-in errordeveloper/tinytest@eb2dbc858f6c3785468a96e98f2b944f10013163 11 years ago
Damien George 37936bebbf tools: In build-stm-latest, replace git hash with git tag. 11 years ago
Damien George 3244123031 tools: pyboard.py now acts as a command-line program to run scripts. 11 years ago
Damien George aad1204b8e stmhal: Change names: flash to firmware, flashboard to deploy. 11 years ago
Craig Barnes 71a1e35206 Fix pyboard.py tests. 11 years ago
Damien George ba742ed639 Add shell script to automatically build stmhal/ for all pyboards. 11 years ago
Andrew Scheller 1f740bdaf4 Make pyboard.enter_raw_repl more robust 11 years ago
Damien George ca045d97b9 tools: Update pyboard.py to work with latest changes to RTC. 11 years ago
Damien George ecdf6cdc5b tools: Fix up pybcdc.inf generation: new lines and hex digits. 11 years ago
Andrew Scheller 1452221aca Auto-generate the stmhal/pybcdc_inf header file from static files 11 years ago
Paul Sokolovsky cc8c0882a0 pip-micropython: Fix inverted condition. 11 years ago
Andrew Scheller 6fc40cc3da pip-micropython: revert $HOME back to ~ 11 years ago
Andrew Scheller 0aac7ba344 Make pip-micropython more portable 11 years ago
Damien George 48a9b3fd11 tools: Improve timout/reading of pyboard.py. 11 years ago
Damien George b636d024d2 Make pyboard.py have its own exception; update run-tests for pyboard. 11 years ago
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. 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. 11 years ago
mux 1a1ba4d555 Change dfu.py to be Python 2/3 compatible 11 years ago
Damien f0d0940638 Add tools/dfu.py, and use it in stm/Makefile. 11 years ago