summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-08-19tools/mpremote: Remove support for pyb.USB_VCP in/out specialisation.Damien George
2021-08-14py: Implement partial PEP-498 (f-string) support.Jim Mussared
2021-08-14tools/mpremote: Add "devs" shortcut for "connect list".Damien George
2021-08-14tools/mpremote: Fix connect-list in case VID/PID are None.Damien George
2021-08-13tools/autobuild: Add auto build for Silicognition wESP32.Patrick Van Oosterwijck
2021-08-13tools/gen-cpydiff.py: Don't rename foo to ufoo in diff output.Jim Mussared
2021-08-08tools/codeformat.py: Include ports/nrf/modules/nrf in code formatting.Glenn Ruben Bakke
2021-08-08tools/ci.sh: Add mpy-cross build to nrf port.Glenn Ruben Bakke
2021-08-07ports: Rename USBD_VID/PID config macros to MICROPY_HW_USB_VID/PID.Damien George
2021-07-31tools/autobuild: Add the MIMXRT1050_EVKB board to the daily builds.robert-hh
2021-07-31stm32/Makefile: Update to only pull in used Bluetooth library.Tobias Thyrrestrup
2021-07-23tools/mpremote: Raise OSError on unsupported RemoteFile.seek.Michel Bouwmans
2021-07-23tools/mpremote: Add seek whence for mounted files.Michel Bouwmans
2021-07-22tools/autobuild: Add FeatherS2 and TinyS2 to esp32 auto builds.Seon Rozenblum
2021-07-22tools/autobuild: Use separate IDF version to build newer esp32 SoCs.Damien George
2021-07-18tools/ci.sh: Build GENERIC_C3 board as part of esp32 CI.Damien George
2021-07-17tools/ci.sh: Build unix dev variant as part of macOS CI.Damien George
2021-07-13github/workflows: Add workflow to build and test unix dev variant.Damien George
2021-07-12all: Update to point to files in new shared/ directory.Damien George
2021-07-02tools/mpremote: Swap order of PID and VID in connect-list output.Andrew Scheller
2021-07-01tools/pyboard.py: Add cmd-line option to make soft reset configurable.Frank Pilhofer
2021-07-01tools/autobuild: Add mimxrt port to build scripts for nightly builds.robert-hh
2021-06-28tools/makemanifest.py: Allow passing flags to mpy-tool.py.Yonatan Goldschmidt
2021-06-26github/workflows: Switch from lcov to gcov.Damien George
2021-06-25github/workflows: Add workflow to build and test javascript port.Damien George
2021-06-25tools/ci.sh: Run apt-get update in ci_powerpc_setup.David Lechner
2021-06-23tools: Remove obsolete build-stm-latest.sh script.Damien George
2021-06-23tools/autobuild: Add scripts to build release firmware.Damien George
2021-06-15tools/mpremote: Use signal to capture and handle ctrl-C on Windows.Damien George
2021-06-15tools/mpremote: Use available ports instead of auto-connect list.Damien George
2021-06-06tests/unix: Add ffi test for integer types.Damien George
2021-06-06zephyr: Update to Zephyr v2.6.0.Maureen Helm
2021-06-05github/workflows: Add workflow to build and run unix port on ARM.Damien George
2021-06-02tools/ci.sh: Build mpy-cross as part of ci_mimxrt_build.Damien George
2021-05-29tools/mpremote: Add new CLI utility to interact with remote device.Damien George
2021-05-29tools/pyboard.py: Add "soft_reset" option to Pyboard.enter_raw_repl().Damien George
2021-05-29tools/pyboard.py: Track raw REPL state via in_raw_repl variable.Damien George
2021-05-26github/workflows: Add workflow to build and run unix port on MIPS.Damien George
2021-05-26tools/ci.sh: Build Cortex-A9 sabrelite board as part of qemu-arm CI.Damien George
2021-05-26tools/tinytest-codegen.py: Add command-line option to exclude tests.Damien George
2021-05-26tools/mpy-tool.py: Support relocating ARMv6 arch.Damien George
2021-05-26github/workflows: Add CI workflow for mimxrt port.Philipp Ebensberger
2021-05-23tools/ci.sh: Use FROZEN_MANIFEST in an esp32 build to test feature.Damien George
2021-05-21tools/ci.sh: Update zephyr docker image to v0.17.3.Maureen Helm
2021-05-21tools/pydfu.py: Remove default VID/PID values.Tobias Thyrrestrup
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