summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-05-20tools/mpy_ld.py: Support R_X86_64_GOTPCREL reloc for x86-64 arch.Damien George
2021-04-29tools/makemanifest.py: Show directory name if there is a FreezeError.Steve App
2021-04-27tools/gen-cpydiff.py: Fix formatting of doc strings for new Black.iabdalkader
2021-04-23tools/pyboard.py: Support opening serial port in exclusive mode.Damien George
2021-04-23tools/upip.py: Use .errno instead of .args[0] for OSError exceptions.Damien George
2021-04-23stm32/mboot: Allow unpacking dfu without secret key.David Michieli
2021-04-20tools/metrics.py: Add rp2 port to table of ports that can be built.Damien George
2021-04-15tools/ci.sh: Build esp32 using IDF v4.0.2 and v4.3.Damien George
2021-04-06tools/metrics.py: Fix esp32 output filename due to move to CMake.Damien George
2021-04-01examples/usercmodules: Simplify user C module enabling.Damien George
2021-04-01tools/ci.sh: Build user C modules for esp32.Michael O'Cleirigh
2021-03-31tools/ci.sh: Add CI for CMake USER_C_MODULE support.Phil Howard
2021-03-12tests: Rename run-tests to run-tests.py for consistency.Damien George
2021-02-23tools/pydfu.py: Support DFU files with elements of zero size.Damien George
2021-02-21tools/verifygitlog.py: Show required format regexp in error message.iTitou
2021-02-17stm32/mboot: Add unpack-dfu command to mboot_pack_dfu.py tool.David Michieli
2021-02-16tools/ci.sh: Update zephyr docker image to v0.11.13.Maureen Helm
2021-02-16zephyr: Build MicroPython as a cmake target.Maureen Helm
2021-02-16zephyr: Update to zephyr v2.5.0.Maureen Helm
2021-02-16tools/makemanifest.py: Allow passing option args to include().Jim Mussared
2021-02-15tools/ci.sh: Change esp32 CI to work with idf.py and IDF v4.0.2.Damien George
2021-02-13tools: Add filesystem action examples to pyboard.py help.Brianna Laugher
2021-02-12rp2: Use local tinyusb instead of the one in pico-sdk.Damien George
2021-01-30tools: Remove obsolete upip bootstrap script.stijn
2021-01-30tools/makemanifest.py: Add check that freeze path is a directory.Jim Mussared
2021-01-30github/workflows: Add workflow to verify commit message format.stijn
2021-01-30tools/verifygitlog.py: Add script for verifying commit message format.stijn
2021-01-30github/workflows: Add CI workflow for rp2 port.Damien George
2021-01-29tools/mpy-tool.py: List frozen modules in MICROPY_FROZEN_LIST_ITEM.Damien George
2021-01-29tools/ci.sh: For ci_code_size_setup, update apt to install gcc-multilib.Damien George
2021-01-24tools/ci.sh: For code size build, fetch history of master branch only.Damien George
2021-01-18tools/ci.sh: Pip install pyhy for stm32 builds.Damien George
2020-12-14tools/ci.sh: Use pip-install to get latest version of esptool.py.Damien George
2020-12-14tools/ci.sh: Put echo of CI path in a separate function.Damien George
2020-12-07stm32/Makefile: Change -O0 to -Og for DEBUG=1 builds.Damien George
2020-12-01tools/pyboard.py: Add fast raw-paste mode.Damien George
2020-11-29tools/ci.sh: Add helper script to run CI tasks.Damien George
2020-10-20tools/upip.py: Support explicit port number in host.awachtler
2020-09-11tools: Write msvc-compatible frozen content.stijn
2020-09-09tools/mpy-tool.py: Fix merge of multiple mpy files to POP_TOP correctly.Damien George
2020-08-29all: Update Python code to conform to latest black formatting.Damien George
2020-08-22tools/makemanifest.py: Use os.makedirs to make path for generated files.Damien George
2020-08-21tools/mpy-tool.py: Fix offset of line number info.Martin Milata
2020-08-21tools/pyboard.py: Replace eval() of received data with alternative.Michael Buesch
2020-08-08tools/makemanifest.py: Print nicely formatted errors from mpy-cross.Damien George
2020-07-26tools/makemanifest.py: Use errno.EEXIST instead of number 17.Damien George
2020-07-20lib/mbedtls_errors: Add code to patch mbedtls for shortened error strs.Thorsten von Eicken
2020-07-01Revert "tools/pydfu.py: Respect longer timeouts requested by DFU dev..."Andrew Leech
2020-06-30tools/pydfu.py: Respect longer timeouts requested by DFU device/mboot.Andrew Leech
2020-06-24tools/makemanifest.py: Support freezing a subdirectory recursively.Damien George