summaryrefslogtreecommitdiffstatshomepage
path: root/tools
Commit message (Expand)AuthorAge
* tools/mpy-tool.py: Fix missing argument in dump() functionstijn2017-08-16
* tools/mpy-tool.py: Don't generate const_table if it's empty.Damien George2017-08-12
* all: Use the name MicroPython consistently in commentsAlexander Steffen2017-07-31
* tools/mpy_bin2res: Tools to convert binary resources to Python module.Paul Sokolovsky2017-07-27
* tools/pyboard: Add license header.Paul Sokolovsky2017-07-22
* all: Remove trailing spaces, per coding conventions.Damien George2017-07-19
* tools/gen-cpydiff: Use case description as 3rd-level heading.Paul Sokolovsky2017-07-09
* various: Spelling fixesVille Skyttä2017-05-29
* tools/mpy-tool.py: Fix regression with freezing floats in obj repr C.Damien George2017-05-16
* tools/mpy_cross_all.py: Helper tool to run mpy-cross on the entire project.Paul Sokolovsky2017-05-14
* tools/mpy-tool.py: Use MP_ROM_xxx macros to support nanbox builds.Damien George2017-05-13
* tools/upip: Upgrade to 1.2.Paul Sokolovsky2017-05-05
* tools/upip: Upgrade to 1.1.6, supports commented lines in requirements.txt.Paul Sokolovsky2017-05-01
* tools/mpy-tool: Make work if run from another directory.Paul Sokolovsky2017-05-01
* py: Add LOAD_SUPER_METHOD bytecode to allow heap-free super meth calls.Damien George2017-04-22
* tools/pyboard: Provide more details when expected reply not received.Paul Sokolovsky2017-04-07
* tools/pyboard: ProcessPtyToTerminal: Add workaround for PySerial bug.Paul Sokolovsky2017-04-05
* tools/pyboard: execpty: Use shell=False to workaround some curdir issues.Paul Sokolovsky2017-04-05
* tools/pyboard: Add "exec" and "execpty" pseudo-devices support.Paul Sokolovsky2017-04-04
* tools/pyboard: Tighten up Pyboard object closure on errors.Paul Sokolovsky2017-04-02
* tools/tinytest-codegen: Update for recent test renaming ("intbig" suffix).Paul Sokolovsky2017-03-06
* qemu-arm: Enable machine module and associated tests.Damien George2017-03-02
* tools/gen-cpydiff.py: configurable CPython and micropython executablesKrzysztof Blazewicz2017-02-27
* tools/gen-cpydiff.py: Set the Python import path to find test modules.Damien George2017-02-22
* tools: Add gen-cpydiff.py to generate docs differences.Rami Ali2017-02-20
* py/persistentcode: Bump .mpy version due to change in bytecode.Damien George2017-02-17
* tools/upip: Update to 1.1.5. Better and more user-friendly error handling.Paul Sokolovsky2017-02-10
* qemu-arm: Don't compile tests in "REPL" mode.Damien George2017-01-27
* tools/tinytest-codegen.py: Blacklist heapalloc_str.py test for qemu-arm.Paul Sokolovsky2017-01-27
* tools/mpy-tool.py: Add support for OPT_CACHE_MAP_LOOKUP_IN_BYTECODE.Damien George2017-01-05
* tools/pyboard.py: Refactor so target is not reset between scripts/cmd.Damien George2016-12-15
* tools/tinytest-codegen: Blacklist recently added uheapq_timeq test (qemu-arm).Paul Sokolovsky2016-11-12
* tools, unix: Replace upip tarball with just source files.Paul Sokolovsky2016-11-07
* qemu-arm: Enable software floating point support, and float tests.Damien George2016-11-03
* tools/tinytest-codegen: Exclude ticks_diff test for qemu-arm port.Paul Sokolovsky2016-10-30
* qemu-arm: Exclude new vfs_fat tests.Alex March2016-10-27
* tools/check_code_size.sh: Code size validation script for CI.Paul Sokolovsky2016-10-25
* tools/pip-micropython: Remove deprecated wrapper tool.Paul Sokolovsky2016-10-24
* qemu-arm: Exclude extmod/vfs_fat_fileio.py test.Alex March2016-10-24
* tools: Upgrade upip to 1.1.4.Paul Sokolovsky2016-10-22
* qemu-arm: Enable lots of extmods and enable tests for them.Damien George2016-10-14
* tools: Upgrade upip to 1.1.3.Paul Sokolovsky2016-10-12
* tools: Upgrade upip to 1.0.Paul Sokolovsky2016-10-05
* tools: Update upip to 0.8. Fixes IPv6 support.Paul Sokolovsky2016-09-23
* py: Update opcode format table because 3 opcodes were removed, 1 added.Damien George2016-09-23
* tools/mpy-tool.py: Support freezing of complex numbers.Damien George2016-09-03
* tools/mpy-tool.py: Compute the hash value for str/bytes objects.Damien George2016-09-02
* tools/mpy-tool.py: Store qstr config values in global config object.Damien George2016-09-02
* tools/mpy-tool.py: Support freezing float literals with obj-repr C.Damien George2016-08-10
* tools: Upgrade upip to 0.7.Paul Sokolovsky2016-05-28