aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2018-01-19Add missing Feather M0 RadioFruit boards: RFM69, RFM9x. (#538)Tony DiCola
2017-12-24preprocess_frozen_modules.py: yet more Python 3.4 compatibility changesDan Halbert
2017-12-24preprocess_frozen_modules.py: make compatible with Python 3.4.Dan Halbert
2017-12-23Add git version info to frozen modules.Dan Halbert
2017-11-17Add ItsyBitsy M0 support with 1MB flash support (#445)Limor "Ladyada" Fried
2017-08-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...Dan Halbert
2017-08-23tools: Always upload to Rosie from Travis. (#200)Scott Shawcroft
2017-08-16tools/mpy-tool.py: Fix missing argument in dump() functionstijn
2017-08-15Have the build script upload artifacts to Rosie when travis is building a pul...Scott Shawcroft
2017-08-12tools/mpy-tool.py: Don't generate const_table if it's empty.Damien George
2017-08-11Turn on Rosie CI testing to test new builds on real hardware.Scott Shawcroft
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-27tools/mpy_bin2res: Tools to convert binary resources to Python module.Paul Sokolovsky
2017-07-22tools/pyboard: Add license header.Paul Sokolovsky
2017-07-19all: Remove trailing spaces, per coding conventions.Damien George
2017-07-09tools/gen-cpydiff: Use case description as 3rd-level heading.Paul Sokolovsky
2017-06-20Merge tag 'v1.9.1'2.0.0-alpha.0Scott Shawcroft
2017-05-29various: Spelling fixesVille Skyttä
2017-05-16tools/mpy-tool.py: Fix regression with freezing floats in obj repr C.Damien George
2017-05-15tools: Make now runs uf2conv itself.Scott Shawcroft
2017-05-14tools/mpy_cross_all.py: Helper tool to run mpy-cross on the entire project.Paul Sokolovsky
2017-05-13tools/mpy-tool.py: Use MP_ROM_xxx macros to support nanbox builds.Damien George
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