12905 Commits (5ca56aaf166c3e7cda178dfe809f8caf599b1dff)
 

Author SHA1 Message Date
robert-hh 7cc9b257a9 mimxrt/boards: Update the board.json files and add deploy_xx.md files. 3 years ago
robert-hh d72d699dad mimxrt/boards: Add the Seeed ARCH MIX board. 3 years ago
iabdalkader c3dceb1c32 rp2/boards: Add support for Arduino Nano RP2040. 3 years ago
iabdalkader f082793ac4 drivers/lsm6dsox: Add LSM6DSOX driver and examples. 3 years ago
iabdalkader 3745c393c8 rp2: Add support for Nina-W10 WiFi/BT module. 3 years ago
iabdalkader 43079aaf86 drivers/ninaw10: Add ublox Nina-W10 WiFi/BT module driver. 3 years ago
Mike Teachman b6dbbbe82f rp2/machine_i2s: Add I2S protocol support. 3 years ago
MikeTeachman 6d5296e65e stm32,esp32: In machine_i2s, make object reference arrays root pointers. 3 years ago
MikeTeachman 0be3b91f11 stm32,esp32: In machine_i2s, send null samples in underflow situations. 3 years ago
Magnus von Wachenfeldt 6d9da27c21 esp32: Support building with latest IDF v5. 3 years ago
Damien George ff4f1f3ab3 esp8266/boards/GENERIC: Enable f-strings. 3 years ago
Damien George 1bd47db688 tools/autobuild: Automatically build all mimxrt, rp2 and samd boards. 3 years ago
Damien George fa873ce67c minimal/mpconfigport.h: Disable features that are not needed. 3 years ago
Jim Mussared c9c55032dc minimal/Makefile: Don't force a 32-bit build. 3 years ago
Dave Hylands cb99ca9862 tools/dfu.py: Make tool work with python3 when parsing DFU files. 3 years ago
Andrew Scheller 0adea40716 docs/rp2/general.rst: Fix typo with missing spaces. 3 years ago
Laurens Valk fe120484b6 py/gc: Add hook to run code during time consuming GC operations. 3 years ago
Jim Mussared 693b927687 rp2: Enable optimisations (comp goto, map cache, fast attr). 3 years ago
Damien George c62351fbd6 py/mpconfig.h: Revert MICROPY_REPL_INFO to disabled at all levels. 3 years ago
Jim Mussared b1a0ce46d1 rp2/mpconfigport.h: Use the "extra" feature level. 3 years ago
Jim Mussared 3041881353 stm32/mpconfigport.h: Use the "extra" feature level. 3 years ago
Jim Mussared 0e236eef08 py/mpconfig.h: Define the "extra" feature level. 3 years ago
Damien George ad17d9f001 bare-arm/mpconfigport.h: Disable remaining optional features. 3 years ago
Damien George b4de39c43c bare-arm/mpconfigport.h: Use MICROPY_CONFIG_ROM_LEVEL_MINIMUM. 3 years ago
Damien George 3b011d5ef9 github/workflows: Add new workflow to build ports download metadata. 3 years ago
Mike Causer 7f14344428 ports: Add images, features and urls to board.json. 3 years ago
Damien George 83827e8e63 stm32/uart: Fix race conditions and clearing status in IRQ handler. 3 years ago
Mike Causer 07ea1afe74 esp32/boards/ESP32_S2_WROVER: Link to specific deploy_s2 instructions. 3 years ago
Mike Causer 3ace779e8e esp32/boards/LOLIN_S2_PICO: Add LOLIN_S2_PICO board definition files. 3 years ago
Damien George 1e4849557d esp32/usb: Further improve speed of USB CDC output. 3 years ago
Seon Rozenblum 5b9c9cd097 esp32/boards: Update board and deploy metadata for UM_xxx boards. 3 years ago
Mike Causer 590ec2ca6e stm32/boards: Add images to board.json for Adafruit and VCC_GND boards. 3 years ago
Mike Causer 5bb14c4e46 esp32/boards/LOLIN_S2_MINI: Add image to board.json. 3 years ago
Jim Mussared 910e9f9111 esp32: Add specific deploy_s2.md instructions for esp32-s2. 3 years ago
Jim Mussared ab754d5924 tools/autobuild: Add script to generate website board metadata. 3 years ago
Jim Mussared e359b077dd ports: Add board.json for all boards. 3 years ago
Jim Mussared 9519484c56 extmod/nimble: Remove workaround for OS_ENOMEM. 3 years ago
Jim Mussared 948e3289bf extmod/nimble: Update to NimBLE v1.4. 3 years ago
Jim Mussared 1244d7f0bd lib/mynewt-nimble: Switch to the MicroPython fork of NimBLE. 3 years ago
Jim Mussared 43467b9c71 extmod/modbluetooth: Add connection interval to gap_connect. 3 years ago
Damien George 64e4bae129 tools/ci.sh: Use a specific ESP IDF v4.4 commit. 3 years ago
robert-hh 9f6604eb27 mimxrt: Enable the platform module. 3 years ago
robert-hh 4f89c38a6a mimxrt: Optimize the runtime speed. 3 years ago
robert-hh 90b45efa6a mimxrt/boards/make-pins.py: Allow empty lines and comments in pins.csv. 3 years ago
robert-hh 6754213a9d mimxrt/modmachine: Implement soft_reset() and unique_id() functions. 3 years ago
robert-hh a12e318948 mimxrt/mpconfigport.h: Enable f-strings. 3 years ago
robert-hh dc8be7ccad tools/autobuild: Add the MIMXRT1010_EVK board to autobuild. 3 years ago
robert-hh c827d4b7ab mimxrt: Extend the help() message and README.md. 3 years ago
robert-hh e7572776c3 mimxrt: Add dht_readinto() to the mimxrt module, and freeze dht.py. 3 years ago
robert-hh 99221cd118 mimxrt: Fix cycle counter for time.ticks_cpu() and machine.bitstream(). 3 years ago