424 Commits (5f50f4a130e60c4bc5f4fbf58ac849dcaf764e72)

Author SHA1 Message Date
Damien George ed42002c39 tools/autobuild: Don't use "-B" for make, it's already a fresh build. 3 years ago
Damien George 226c0341ca tools/mpremote: Remove support for pyb.USB_VCP in/out specialisation. 3 years ago
Jim Mussared 692d36d779 py: Implement partial PEP-498 (f-string) support. 3 years ago
Damien George 162bf3c5d8 tools/mpremote: Add "devs" shortcut for "connect list". 3 years ago
Damien George 1f48934312 tools/mpremote: Fix connect-list in case VID/PID are None. 3 years ago
Patrick Van Oosterwijck e49f609186 tools/autobuild: Add auto build for Silicognition wESP32. 3 years ago
Jim Mussared ee549d725a tools/gen-cpydiff.py: Don't rename foo to ufoo in diff output. 3 years ago
Glenn Ruben Bakke 85f0ce214e tools/codeformat.py: Include ports/nrf/modules/nrf in code formatting. 4 years ago
Glenn Ruben Bakke 4f76f66185 tools/ci.sh: Add mpy-cross build to nrf port. 4 years ago
Damien George 96c6b8cae3 ports: Rename USBD_VID/PID config macros to MICROPY_HW_USB_VID/PID. 3 years ago
robert-hh 4445c73b11 tools/autobuild: Add the MIMXRT1050_EVKB board to the daily builds. 3 years ago
Tobias Thyrrestrup 60e3e51753 stm32/Makefile: Update to only pull in used Bluetooth library. 3 years ago
Michel Bouwmans 92464f11b0 tools/mpremote: Raise OSError on unsupported RemoteFile.seek. 3 years ago
Michel Bouwmans 7870ec0370 tools/mpremote: Add seek whence for mounted files. 3 years ago
Seon Rozenblum 25159129dd tools/autobuild: Add FeatherS2 and TinyS2 to esp32 auto builds. 3 years ago
Damien George 0256e1ab8b tools/autobuild: Use separate IDF version to build newer esp32 SoCs. 3 years ago
Damien George 9f71a11d3f tools/ci.sh: Build GENERIC_C3 board as part of esp32 CI. 3 years ago
Damien George cbc8d5b61f tools/ci.sh: Build unix dev variant as part of macOS CI. 3 years ago
Damien George 0ee256b8b1 github/workflows: Add workflow to build and test unix dev variant. 3 years ago
Damien George 136369d72f all: Update to point to files in new shared/ directory. 3 years ago
Andrew Scheller d1decdfa93 tools/mpremote: Swap order of PID and VID in connect-list output. 3 years ago
Frank Pilhofer 41adf17830 tools/pyboard.py: Add cmd-line option to make soft reset configurable. 3 years ago
robert-hh efa97beb99 tools/autobuild: Add mimxrt port to build scripts for nightly builds. 3 years ago
Yonatan Goldschmidt 4ada56d4cb tools/makemanifest.py: Allow passing flags to mpy-tool.py. 5 years ago
Damien George f3e4ed82a1 github/workflows: Switch from lcov to gcov. 3 years ago
Damien George 2dc4f843bc github/workflows: Add workflow to build and test javascript port. 3 years ago
David Lechner 8cebd56a11 tools/ci.sh: Run apt-get update in ci_powerpc_setup. 3 years ago
Damien George c99e4995fd tools: Remove obsolete build-stm-latest.sh script. 3 years ago
Damien George 3588d14ae6 tools/autobuild: Add scripts to build release firmware. 3 years ago
Damien George d2dcd05adc tools/mpremote: Use signal to capture and handle ctrl-C on Windows. 3 years ago
Damien George 77c529e8be tools/mpremote: Use available ports instead of auto-connect list. 3 years ago
Damien George 20a8f4f7ec tests/unix: Add ffi test for integer types. 3 years ago
Maureen Helm 5cb2ade65b zephyr: Update to Zephyr v2.6.0. 4 years ago
Damien George b15e1ef5a6 github/workflows: Add workflow to build and run unix port on ARM. 3 years ago
Damien George 934505ac33 tools/ci.sh: Build mpy-cross as part of ci_mimxrt_build. 3 years ago
Damien George a60ad33641 tools/mpremote: Add new CLI utility to interact with remote device. 3 years ago
Damien George e4ba57c5cd tools/pyboard.py: Add "soft_reset" option to Pyboard.enter_raw_repl(). 3 years ago
Damien George 4982d0920e tools/pyboard.py: Track raw REPL state via in_raw_repl variable. 3 years ago
Damien George ef16834887 github/workflows: Add workflow to build and run unix port on MIPS. 4 years ago
Damien George e7c0a8bca3 tools/ci.sh: Build Cortex-A9 sabrelite board as part of qemu-arm CI. 4 years ago
Damien George f5cba77e50 tools/tinytest-codegen.py: Add command-line option to exclude tests. 4 years ago
Damien George 2c1a6a237d tools/mpy-tool.py: Support relocating ARMv6 arch. 4 years ago
Philipp Ebensberger 5f68f0d08a github/workflows: Add CI workflow for mimxrt port. 4 years ago
Damien George 3b950ed295 tools/ci.sh: Use FROZEN_MANIFEST in an esp32 build to test feature. 4 years ago
Maureen Helm a7a9f2fe89 tools/ci.sh: Update zephyr docker image to v0.17.3. 4 years ago
Tobias Thyrrestrup 247d7e2e8e tools/pydfu.py: Remove default VID/PID values. 4 years ago
Damien George 04927dfaca tools/mpy_ld.py: Support R_X86_64_GOTPCREL reloc for x86-64 arch. 4 years ago
Steve App 326dd7f0db tools/makemanifest.py: Show directory name if there is a FreezeError. 4 years ago
iabdalkader 0f78c36c5a tools/gen-cpydiff.py: Fix formatting of doc strings for new Black. 4 years ago
Damien George 178198a01d tools/pyboard.py: Support opening serial port in exclusive mode. 4 years ago