summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2017-05-05tools/upip: Upgrade to 1.2.Paul Sokolovsky
2017-05-01tools: Switch method of detecting travis so that it works OK on CIs without a...Scott Shawcroft
2017-05-01atmel-samd: Rename metro M0 Express and add NEOPIXEL pin.Scott Shawcroft
2017-05-01tools/upip: Upgrade to 1.1.6, supports commented lines in requirements.txt.Paul Sokolovsky
2017-05-01tools/mpy-tool: Make work if run from another directory.Paul Sokolovsky
2017-04-22py: Add LOAD_SUPER_METHOD bytecode to allow heap-free super meth calls.Damien George
2017-04-20travis: Don't try and build ESP8266Scott Shawcroft
2017-04-20Turn on build saving and uf2 creation.Scott Shawcroft
2017-04-11atmel-samd: rename cplay_m0_flash to circuitplayground_express and update for...Scott Shawcroft
2017-04-07tools/pyboard: Provide more details when expected reply not received.Paul Sokolovsky
2017-04-05tools/pyboard: ProcessPtyToTerminal: Add workaround for PySerial bug.Paul Sokolovsky
2017-04-05tools/pyboard: execpty: Use shell=False to workaround some curdir issues.Paul Sokolovsky
2017-04-04tools/pyboard: Add "exec" and "execpty" pseudo-devices support.Paul Sokolovsky
2017-04-02tools/pyboard: Tighten up Pyboard object closure on errors.Paul Sokolovsky
2017-03-27Change to official Feather M0 Express branding.Scott Shawcroft
2017-03-06tools/tinytest-codegen: Update for recent test renaming ("intbig" suffix).Paul Sokolovsky
2017-03-02qemu-arm: Enable machine module and associated tests.Damien George
2017-02-27tools/gen-cpydiff.py: configurable CPython and micropython executablesKrzysztof Blazewicz
2017-02-24atmel-samd: Switch to nano newlib and add size script to build.Scott Shawcroft
2017-02-22tools/gen-cpydiff.py: Set the Python import path to find test modules.Damien George
2017-02-20tools: Add gen-cpydiff.py to generate docs differences.Rami Ali
2017-02-17py/persistentcode: Bump .mpy version due to change in bytecode.Damien George
2017-02-10tools/upip: Update to 1.1.5. Better and more user-friendly error handling.Paul Sokolovsky
2017-01-27qemu-arm: Don't compile tests in "REPL" mode.Damien George
2017-01-27tools/tinytest-codegen.py: Blacklist heapalloc_str.py test for qemu-arm.Paul Sokolovsky
2017-01-10Merge tag 'v1.8.7'Scott Shawcroft
2017-01-09Add arduino zero to default builder and change name to circuitpython.0.8.0Scott Shawcroft
2017-01-05tools/mpy-tool.py: Add support for OPT_CACHE_MAP_LOOKUP_IN_BYTECODE.Damien George
2016-12-15tools/pyboard.py: Refactor so target is not reset between scripts/cmd.Damien George
2016-11-29tools: Use a for loop to build all board variants.Scott Shawcroft
2016-11-28atmel-samd: Add Circuit Playground M0 board. Its experimental.Scott Shawcroft
2016-11-23Add heap analysis scripts based on GDB breakpoint logs.Scott Shawcroft
2016-11-22atmel-samd: Support Trinket and Gemma M0 prototypes.Scott Shawcroft
2016-11-21Add script to build bins for Adafruit boards.Scott Shawcroft
2016-11-12tools/tinytest-codegen: Blacklist recently added uheapq_timeq test (qemu-arm).Paul Sokolovsky
2016-11-07tools, unix: Replace upip tarball with just source files.Paul Sokolovsky
2016-11-03qemu-arm: Enable software floating point support, and float tests.Damien George
2016-10-30tools/tinytest-codegen: Exclude ticks_diff test for qemu-arm port.Paul Sokolovsky
2016-10-27qemu-arm: Exclude new vfs_fat tests.Alex March
2016-10-25tools/check_code_size.sh: Code size validation script for CI.Paul Sokolovsky
2016-10-24tools/pip-micropython: Remove deprecated wrapper tool.Paul Sokolovsky
2016-10-24qemu-arm: Exclude extmod/vfs_fat_fileio.py test.Alex March
2016-10-22tools: Upgrade upip to 1.1.4.Paul Sokolovsky
2016-10-14qemu-arm: Enable lots of extmods and enable tests for them.Damien George
2016-10-12tools: Upgrade upip to 1.1.3.Paul Sokolovsky
2016-10-05tools: Upgrade upip to 1.0.Paul Sokolovsky
2016-09-23tools: Update upip to 0.8. Fixes IPv6 support.Paul Sokolovsky
2016-09-23py: Update opcode format table because 3 opcodes were removed, 1 added.Damien George
2016-09-03tools/mpy-tool.py: Support freezing of complex numbers.Damien George
2016-09-02tools/mpy-tool.py: Compute the hash value for str/bytes objects.Damien George