558 Commits (8b277d3c34f2613c1e204fcf055ebe91f119715b)

Author SHA1 Message Date
Maureen Helm 1469e29905 tools/ci.sh: Upgrade Zephyr docker image to v0.21.0. 3 years ago
Damien George bfe9eba484 tools/autobuild: Build esp8266 OTA image with GENERIC_1M board. 3 years ago
Damien George a29c70c9b4 esp8266: Allow building a board to any dest directory. 3 years ago
Damien George 959e6f7da9 tools/upip.py: Skip '.frozen' entry in sys.path for install path. 3 years ago
Damien George 028776d97b tools/mpremote: Add link to mpremote docs URL in help message. 3 years ago
Sergei Silnov 74e995dfd2 tools/mpremote: Add help command. 3 years ago
Michael Bentley 7566d107d5 tools/mpremote: Add mkdir and rmdir to RemoteFS. 3 years ago
Jim Mussared e0bf4611c3 py: Only search frozen modules when '.frozen' is found in sys.path. 3 years ago
Jim Mussared f853e3e106 tools/makemanifest.py: Merge make-frozen.py. 3 years ago
Damien George 598618e8cf tools/makemanifest.py: Make str conversion compatible with Python 2. 3 years ago
Christian Decker e9f880482c tools/upip.py: Support == to specify exact package version. 3 years ago
Damien George 3f589e2f39 tools/autobuild: Automatically build all esp32 boards. 3 years ago
Damien George 67f66795c0 tools/mpremote: Implement seek and flush in ioctl method. 3 years ago
Jim Mussared 3770fab334 all: Update Python formatting to latest Black version 21.12b0. 3 years ago
Damien George bb7aae557b tools/autobuild: Automatically build all stm32 boards. 3 years ago
Damien George 90554d03c0 stm32/boards: Build NUCLEO_WB55 and STM32F769DISC without mboot enabled. 3 years ago
iabdalkader 43079aaf86 drivers/ninaw10: Add ublox Nina-W10 WiFi/BT module driver. 3 years ago
Damien George 1bd47db688 tools/autobuild: Automatically build all mimxrt, rp2 and samd boards. 3 years ago
Dave Hylands cb99ca9862 tools/dfu.py: Make tool work with python3 when parsing DFU files. 3 years ago
Jim Mussared ab754d5924 tools/autobuild: Add script to generate website board metadata. 3 years ago
Damien George 64e4bae129 tools/ci.sh: Use a specific ESP IDF v4.4 commit. 3 years ago
robert-hh dc8be7ccad tools/autobuild: Add the MIMXRT1010_EVK board to autobuild. 3 years ago
Damien George da4593f937 tools/ci.sh: Use IDF v4.4 as part of esp32 CI and build GENERIC_S3. 3 years ago
Jim Mussared b326edf68c all: Remove MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE. 3 years ago
Philipp Ebensberger 0d7366c912 mimxrt: Rework flash configuration. 3 years ago
Patrick Van Oosterwijck 0ec5052f62 tools/autobuild: Add auto build for GENERIC_C3_USB. 3 years ago
Seon Rozenblum 9a7f77bfbc esp32/boards: Add new FeatherS2-Neo board definition. 3 years ago
Damien George 89145c6aad tools/mpremote: Bump version to 0.0.6. 3 years ago
David Lechner 86371781e9 tools/uncrustify: Force 1 newline at end of file. 3 years ago
Damien George 8c4ba575fd tests/basics: Split f-string debug printing to separate file with .exp. 3 years ago
Jim Mussared 145fedef8d tools/pyboard.py: Make --no-soft-reset consistent with other args. 3 years ago
Jim Mussared 064a145097 tools/pyboard.py: Add --exclusive to match --no-exclusive. 3 years ago
Jim Mussared be43164d82 tools/pyboard.py: Make --no-follow use same variable as --follow. 3 years ago
Jim Mussared 2a290bbfe1 tools/pyboard.py: Move --no-exclusive/--soft-reset out of mutex group. 3 years ago
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