194 Commits (f608f54ab0443910931380a0f735c81e1a8a3ffa)

Author SHA1 Message Date
Dave Hylands c932639063 tools/pydfu.py: Fix regression so tool runs under Python 2 again. 6 years ago
Dave Hylands 39eef27083 tools/mpy-tool.py: Fix build error when no qstrs present in frozen mpy. 6 years ago
Damien George 814d580a15 tools/mpy-tool.py: Fix calc of opcode size for opcodes with map caching. 6 years ago
Damien George 4f25a8b6a4 tools/pydfu.py: Improve DFU reset, and auto-detect USB transfer size. 6 years ago
Martin Dybdal 7795b2e5c3 tools/pyboard.py: In TelnetToSerial.close replace try/except with if. 6 years ago
Andrew Leech a2703649ea tools/pydfu: Workaround stdio flush error on Windows with Python 3.6. 6 years ago
Martin Dybdal 5ed8226e02 tools/pyboard.py: Change base class of PyboardError to Exception. 6 years ago
Ayke van Laethem 0d7a088039 tools/pyboard: Run exec: command as a string. 6 years ago
Rich Barlow 6e5a40cf3c tools/mpy-tool: Set sane initial dynamic qstr pool size with frozen mods 6 years ago
roland 11a38d5dc5 tools/pydfu.py: Make the DFU tool work again with Python 2. 6 years ago
roland feec0a6909 tools/pydfu.py: Use getfullargspec instead of getargspec for newer pyusb 6 years ago
roland 6e50df4e21 tools/dfu.py: Pad image data to 8 byte alignment to support L476. 6 years ago
Damien George 44fc92ea7c tools/mpy-tool.py: Put frozen bignum digit data in ROM, not in RAM. 6 years ago
Damien George 929d10acf7 tools/mpy-tool.py: Support freezing of floats in obj representation D. 6 years ago
Damien George 92667dc2e5 tools/pydfu.py: Add support for multiple memory segments. 6 years ago
Damien George 8fb95d6520 tools/pydfu.py: Increase download packet size to full 2048 bytes. 7 years ago
Keith Wiley 3ea0862a6e tools/pydfu.py: Fix typo in comments. 7 years ago
Damien George f7be5f9bfa tools/upip: Upgrade upip to 1.2.4. 7 years ago
Paul Sokolovsky 4475f32420 tools/tinytest-codegen: Ignore system locale, write output in UTF-8. 7 years ago
Paul Sokolovsky 325d0fc74b tools/tinytest-codegen: Add --stdin switch instead of recently added --target. 7 years ago
Damien George bb516af1eb tools/pydfu.py: Call set_configuration() on fresh USB device object. 7 years ago
Paul Sokolovsky 43141ddb55 tools/tinytest-codegen: Take --target= option for test set selection. 7 years ago
Paul Sokolovsky e6f0d547ab tools/tinytest-codegen: More excludes after enabling expected output match. 7 years ago
Paul Sokolovsky 4db6a7adbe tools/tinytest-codegen: Wrap lines of exclude_tests. 7 years ago
Paul Sokolovsky 48e931e1d3 tools/tinytest-codegen.py: Generate code for upytesthelper. 7 years ago
Paul Sokolovsky e9d29c9ba9 lib/tinytest: Move from tools/tinytest. 7 years ago
Damien George 7cf446f3da tools/gen-cpydiff.py: Update executable paths to point to new ports dir. 7 years ago
Damien George 9ba3de6ea1 tools/mpy-tool.py: Implement freezing of Ellipsis const object. 7 years ago
Damien George 933eab46fc py/bc: Update opcode_format_table to match the bytecode. 7 years ago
Paul Sokolovsky c15be989ee tools/pyboard: Update docstring for additional device support. 7 years ago
Paul Sokolovsky ea6692a83e tools/pyboard: Use repr() when quoting data in error messages. 7 years ago
Damien George ff93fd4f50 py/persistentcode: Bump .mpy version number to version 3. 7 years ago
Paul Sokolovsky 2f7827ba8f tools/upip: Upgrade to 1.2.2. 7 years ago
Damien George 4a93801c12 all: Update Makefiles and others to build with new ports/ dir layout. 7 years ago
stijn e4ab404780 tools/mpy-tool.py: Fix missing argument in dump() function 7 years ago
Damien George b6a3289564 tools/mpy-tool.py: Don't generate const_table if it's empty. 7 years ago
Alexander Steffen 55f33240f3 all: Use the name MicroPython consistently in comments 7 years ago
Paul Sokolovsky a3cd349eaf tools/mpy_bin2res: Tools to convert binary resources to Python module. 7 years ago
Paul Sokolovsky 7901741bf1 tools/pyboard: Add license header. 7 years ago
Damien George 761e4c7ff6 all: Remove trailing spaces, per coding conventions. 7 years ago
Paul Sokolovsky ad5e7a0e6f tools/gen-cpydiff: Use case description as 3rd-level heading. 7 years ago
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