81 Commits (c0c07fb1b6422bd4c365342acaf65bd4887bcef7)

Author SHA1 Message Date
Damien George b7d59060e2 tools: Make gen-changelog.sh print more lines from the tag annotation. 9 years ago
Damien George e86b47175f tools: Make pyboard.py Python2 compatible. 9 years ago
Damien George 7ccdf8be77 tools/pyboard.py: Fix read timeout calc to work with shorter sleep. 9 years ago
Daniel Campora cd14188bc8 tools: Add telnet support to pyboard.py. 10 years ago
Damien George db109ca0fc tools/pyboard.py: Speed up reading of chars by decreasing sleep period. 9 years ago
Damien George f1236734bb tools/pyboard.py: Make enter_raw_repl stricter and more reliable. 9 years ago
Damien George 9de53bf788 tools/pyboard.py: Fix parsing of returned error so last chr is not lost. 9 years ago
Dave Hylands c91727b75a tools: Fix pydfu.py to work with old and new versions of PyUSB 10 years ago
Paul Sokolovsky 6ab8b63bdd tools/make-frozen.py: Use Python2-compatible shebang. 9 years ago
Paul Sokolovsky de575c80b9 tools/make-frozen.py: Actually make Python2-compatible. 9 years ago
Paul Sokolovsky 3a2e9f20f6 tools/make-frozen.py: Add Python2 compatibility. 9 years ago
Paul Sokolovsky 484adac0bb tools: Update upip to 0.5.4. 10 years ago
Damien George d59ca4efdb tools/pyboard.py: Change logic for when raw ">" prompt is parsed. 10 years ago
Paul Sokolovsky dd0e24f4b0 pip-micropython: Add deprecation notice, but still leave for reference. 10 years ago
Paul Sokolovsky 098f5ae221 micropython-upip: Mark as binary file and re-commit. 10 years ago
Paul Sokolovsky 1406d9ccde upip: Upgrade to 0.5.3 to follow uctypes.struct() signature change. 10 years ago
Paul Sokolovsky f8a39e3bb1 tools/make-frozen.py: Handle trailing slash in argument more reliably. 10 years ago
Damien George 0e6c89a5c8 tools: Add codestats.sh to compute code statistics such as size, speed. 10 years ago
Paul Sokolovsky 0df20da4dd tools: Add upip 0.5.2 tarball. 10 years ago
Paul Sokolovsky c02dc8b2c9 tools/make-frozen.py: Open files in binary mode. 10 years ago
Paul Sokolovsky a8e7c03171 tools/make-frozen.py: Preserve directory hierarchy. 10 years ago
Paul Sokolovsky f5ae384d4f bootstrap_upip.sh: Allow to install into a path given by argument. 10 years ago
Dave Hylands 669dbca959 tools: Allow pyboard constructor to take a baudrate parameter. 10 years ago
Dave Hylands 97ce883217 tools: Add exec_raw_no_follow to pyboard.py. 10 years ago
Paul Sokolovsky 76abb2e623 tools: Add script to install "upip" package manager. 10 years ago
Damien George 4865a22f78 tools/pyboard.py: Add "--follow" option to wait for output indefinitely. 10 years ago
Damien George 23a2b11abf tools: Add STM32F4DISC and ESPRUINO_PICO to stmhal build script. 10 years ago
Damien George 2bb5f41611 tools/pyboard.py: Make it 8-bit clean, so it works with unicode chars. 10 years ago
Damien George d8475092d1 qemu-arm: Disable inline asm tests that use floating point. 10 years ago
Damien George 39ce2db181 stmhal: Add "CDC" option to pyb.usb_mode, for CDC device only. 10 years ago
Damien George fb2006cc69 tools: Make gen-changelog.sh sort version strings correctly. 10 years ago
Damien George 2f8c409a4f qemu-arm: Disable try_finally1.py test (it fails randomly on Travis). 10 years ago
Paul Sokolovsky 640e0b221e py: Implement very simple frozen modules support. 10 years ago
Damien George b58da9420c qemu-arm: Disable basics/memoryerror.py test. 10 years ago
Damien George 99dde4ed1f qemu-arm: Enable GC and native code-gen; enable more tests. 10 years ago
Damien George 85e8e2ed5b qemu-arm: Add 'test' target to Makefile to run and verify test suite. 10 years ago
Damien George e3fa8278b4 tools: Add script to generate a ChangeLog file. 10 years ago
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