99 Commits (d6b31e4578a9f7ed4f970774fe91eeb811b1d475)

Author SHA1 Message Date
Paul Sokolovsky 17f324b836 py/frozenmod: Store frozen module names together, to quickly scan them. 9 years ago
Paul Sokolovsky 0992588811 py/frozenmod: Make frozen module content be 0-terminated. 9 years ago
Damien George 4bd95f8b44 tools: Add C middle-processor to make builtin tables proper hash tables. 9 years ago
Paul Sokolovsky bb7f5b5501 tools: Upgrade upip to 0.6.3. 9 years ago
Damien George bbe2e22fcb tools: Fix pyboard.py to work under Python 3. 9 years ago
Peter Hinch f4fcc14cfb tools: Add option to pyboard.py to wait for serial device to be ready. 9 years ago
Dave Hylands 519cef813e tools: Allow pyboard.py to work when boot.py prints things. 9 years ago
Paul Sokolovsky f8bc3f6964 tools: Update to upip 0.6.2. Fixes issue due to MacOSX undocumented behavior. 9 years ago
Paul Sokolovsky 3862ef9a9f tools: Update upip to 0.6.1. Fixes normal installs without -p switch. 9 years ago
Paul Sokolovsky 0aff87b808 tools: Update upip to 0.6. 9 years ago
Paul Sokolovsky 89f2ddd2d0 tools/pyboard.py: Don't add terminating \x04 character to stdout output. 9 years ago
Paul Sokolovsky e6dccaf18e tools/pyboard.py: Make -c (inline Python code) option compatible with python2. 9 years ago
Tom Soulanille a787467569 tools/pyboard: Add -c argument to run a program passed as a string. 9 years ago
Paul Sokolovsky 6a515b95a8 tools/upip: Update to 0.5.9. 9 years ago
Damien George 0334058fa4 Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc. 9 years ago
Dave Hylands 01d64914c5 stmhal: Fix USB CDC-only mode under Windows. 9 years ago
Paul Sokolovsky a5deadf082 tools: Upgrade upip to 0.5.8. 9 years ago
Paul Sokolovsky e8ad47a6ca tools: Upgrade to upip 0.5.7. 9 years ago
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. 9 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