2335 Commits (43079aaf860cbc19d54cec1eca9d5897297b22ac)

Author SHA1 Message Date
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 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
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
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
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 e359b077dd ports: Add board.json for all boards. 3 years ago
Jim Mussared 43467b9c71 extmod/modbluetooth: Add connection interval to gap_connect. 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 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
robert-hh 06d1b02014 mimxrt/dma_channel: Fix the DMA channel management. 3 years ago
robert-hh 101d2ddea3 mimxrt/hal: Remove duplicate definitions from flexspi_hyper_flash.h. 3 years ago
robert-hh 68146aa197 mimxrt/boards: Fix the D14/D15 pin assignment of MIMXRT1050/60/64_EVK. 3 years ago
robert-hh c2e4759cfa mimxrt/modmachine: Implement machine.WDT() and machine.reset_cause(). 3 years ago
robert-hh 1866ed7e2e mimxrt/eth: Add LAN support and integrate the network module. 3 years ago
Philipp Ebensberger 7e62c9707a mimxrt/sdram: Add SDRAM support. 3 years ago
Damien George 30268c93dc stm32/pendsv: Allow a board to add entries for pendsv_schedule_dispatch. 3 years ago
Damien George 69522822de stm32/mpbthciport: Allow a board to hook BT HCI poll functions. 3 years ago
Damien George 5f2f9044ff stm32/usbd_cdc_interface: Allow a board to hook into USBD CDC RX events. 3 years ago
Andrew Leech cc42b7c88b unix/modusocket: Support MP_STREAM_POLL in unix socket_ioctl. 3 years ago
Damien George ba940250a5 esp32/usb: Improve speed of USB CDC output. 3 years ago
Damien George 549448e8bb esp32: Enable optimisations and move code to iRAM to boost performance. 3 years ago
iabdalkader eea6cd85b3 stm32/sdram: Enforce gcc opt, and use volatile and DSB in sdram_test. 3 years ago
Damien George ea186de4c5 esp32: Split out WLAN code from modnetwork.c to network_wlan.c. 3 years ago
Damien George f046b50ca5 esp32/main: Add option for a board to hook code into startup sequence. 3 years ago
leo chung 4fdf795efa esp32/mpthreadport: Fix TCB cleanup function so thread_mutex is ready. 3 years ago
Seon Rozenblum a39a596b79 esp32/machine_pin: Block out IO16 and IO17 when using SPIRAM on ESP32. 3 years ago
Seon Rozenblum 35fb90bd57 esp32/usb: Add USB host connection detection for CDC serial output. 3 years ago