153 Commits (72732fea1a041b94448d98ad4fd53545caa758ab)

Author SHA1 Message Date
Ville Skyttä ca16c38210 various: Spelling fixes 8 years ago
Damien George 88c51c3592 tools/mpy-tool.py: Fix regression with freezing floats in obj repr C. 8 years ago
Paul Sokolovsky 55491031be tools/mpy_cross_all.py: Helper tool to run mpy-cross on the entire project. 8 years ago
Damien George ec534609f6 tools/mpy-tool.py: Use MP_ROM_xxx macros to support nanbox builds. 8 years ago
Paul Sokolovsky d4c070415a tools/upip: Upgrade to 1.2. 8 years ago
Paul Sokolovsky e81f46940e tools/upip: Upgrade to 1.1.6, supports commented lines in requirements.txt. 8 years ago
Paul Sokolovsky 473e85e2da tools/mpy-tool: Make work if run from another directory. 8 years ago
Damien George dd11af209d py: Add LOAD_SUPER_METHOD bytecode to allow heap-free super meth calls. 8 years ago
Paul Sokolovsky 3e1310d6e2 tools/pyboard: Provide more details when expected reply not received. 8 years ago
Paul Sokolovsky 2cbe997834 tools/pyboard: ProcessPtyToTerminal: Add workaround for PySerial bug. 8 years ago
Paul Sokolovsky 546ef301a1 tools/pyboard: execpty: Use shell=False to workaround some curdir issues. 8 years ago
Paul Sokolovsky 647e72ca63 tools/pyboard: Add "exec" and "execpty" pseudo-devices support. 8 years ago
Paul Sokolovsky 9b3f423c14 tools/pyboard: Tighten up Pyboard object closure on errors. 8 years ago
Paul Sokolovsky 320099aab9 tools/tinytest-codegen: Update for recent test renaming ("intbig" suffix). 8 years ago
Damien George e4be56a0ea qemu-arm: Enable machine module and associated tests. 8 years ago
Krzysztof Blazewicz 23ccb3e12e tools/gen-cpydiff.py: configurable CPython and micropython executables 8 years ago
Damien George 1034d9acc8 tools/gen-cpydiff.py: Set the Python import path to find test modules. 8 years ago
Rami Ali b7fa63c7ce tools: Add gen-cpydiff.py to generate docs differences. 8 years ago
Damien George 6a11048af1 py/persistentcode: Bump .mpy version due to change in bytecode. 8 years ago
Paul Sokolovsky aac2db9aaf tools/upip: Update to 1.1.5. Better and more user-friendly error handling. 8 years ago
Damien George f1db8a3097 qemu-arm: Don't compile tests in "REPL" mode. 8 years ago
Paul Sokolovsky 4614403f63 tools/tinytest-codegen.py: Blacklist heapalloc_str.py test for qemu-arm. 8 years ago
Damien George 98458a46ec tools/mpy-tool.py: Add support for OPT_CACHE_MAP_LOOKUP_IN_BYTECODE. 8 years ago
Damien George 29b5879613 tools/pyboard.py: Refactor so target is not reset between scripts/cmd. 8 years ago
Paul Sokolovsky 30cfdc29ed tools/tinytest-codegen: Blacklist recently added uheapq_timeq test (qemu-arm). 8 years ago
Paul Sokolovsky 61d74fdef8 tools, unix: Replace upip tarball with just source files. 8 years ago
Damien George ca973bd308 qemu-arm: Enable software floating point support, and float tests. 8 years ago
Paul Sokolovsky 796b720dbc tools/tinytest-codegen: Exclude ticks_diff test for qemu-arm port. 8 years ago
Alex March 52aa532050 qemu-arm: Exclude new vfs_fat tests. 8 years ago
Paul Sokolovsky f7aa692093 tools/check_code_size.sh: Code size validation script for CI. 8 years ago
Paul Sokolovsky b78144c64d tools/pip-micropython: Remove deprecated wrapper tool. 8 years ago
Alex March 06e7032906 qemu-arm: Exclude extmod/vfs_fat_fileio.py test. 8 years ago
Paul Sokolovsky 197a5724d8 tools: Upgrade upip to 1.1.4. 8 years ago
Damien George b0a15aa735 qemu-arm: Enable lots of extmods and enable tests for them. 8 years ago
Paul Sokolovsky cdbeee0c50 tools: Upgrade upip to 1.1.3. 8 years ago
Paul Sokolovsky cecf6bee97 tools: Upgrade upip to 1.0. 8 years ago
Paul Sokolovsky 4c63986101 tools: Update upip to 0.8. Fixes IPv6 support. 8 years ago
Damien George 7df9291b6c py: Update opcode format table because 3 opcodes were removed, 1 added. 8 years ago
Damien George c51c883cc8 tools/mpy-tool.py: Support freezing of complex numbers. 8 years ago
Damien George b6bdf18deb tools/mpy-tool.py: Compute the hash value for str/bytes objects. 8 years ago
Damien George b4790afdaf tools/mpy-tool.py: Store qstr config values in global config object. 8 years ago
Damien George 72ae3c72c7 tools/mpy-tool.py: Support freezing float literals with obj-repr C. 8 years ago
Paul Sokolovsky cbe544a76d tools: Upgrade upip to 0.7. 9 years ago
Damien George 25a42fb6ef tools/mpy-tool.py: Don't strip directories from the frozen source name. 9 years ago
Damien George 9b4c013823 tools/mpy-tool.py: Include .py extension in frozen filename. 9 years ago
Paul Sokolovsky daa4793578 tools/make-frozen: Update for latest changes in frozen modules support. 9 years ago
Damien George 99b4719357 tools/mpy-tool.py: Add checks for critical configuration vars. 9 years ago
Paul Sokolovsky 7b1bf0c308 tools/make-frozen.py: Quick fix to support package-modules. 9 years ago
Damien George 5985e41afc tools/make-frozen.py: Properly escape hex chars when making C strings. 9 years ago
Damien George 02fd83bcbc tools/mpy-tool: Make sure that all C-level variables are unique. 9 years ago