summaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)Author
2025-12-08esp32/main: Update esp_hosted component to latest version 2.7.0.Damien George
2025-12-08esp32/boards: Enable ESP32P4_REV_MIN_0 option for P4 boards.Damien George
2025-12-08stm32/boards/NUCLEO_G474RE: Restore disabled modules on g474re.Steve Sanbeg
2025-12-07stm32/system_stm32: Fix clock config for STM32G4.Yuuki NAGAO
2025-12-03esp32: Don't disable component manager when updating submodules.Angus Gratton
2025-12-03esp32/boards/ESP32_GENERIC_P4: Add variants to board.json and .md files.Damien George
2025-12-03esp32: Fix board images for ESP32_GENERIC_[C2|C5|P4].Angus Gratton
2025-12-02rp2/mpconfigport: Enable MD5, SHA1 and cryptolib on all boards.Damien George
2025-12-02rp2/rp2_pio: Fix support for pin wrapping and RP2350B upper-bank pins.Anson Mansfield
2025-12-01rp2/rp2_dma: Properly close DMA channels.Dryw Wade
2025-12-01rp2: Add HSTX alternate function.Dryw Wade
2025-12-01rp2/main: Add guard around machine_i2s_init0().David Lechner
2025-12-01rp2/boards/WEACTSTUDIO_RP2350B_CORE: Add board.pinout.Matt Trentini
2025-12-01esp32/boards/SOLDERED_NULA_MINI: Add new board definition.Josip Šimun Kuči
2025-12-01esp32/mphalport: Enable D-cache flushing on P4 for native code.Damien George
2025-12-01esp32/usb_serial_jtag: Flush usb_serial_jtag TXFIFO from ISR.Angus Gratton
2025-12-01esp32/boards/ESP32_GENERIC_P4: Add board definition for ESP32P4.Vincent1-python
2025-12-01esp32: Add support for ESP32-P4.Vincent1-python
2025-11-30esp32: Support building with network and/or bluetooth disabled.Angus Gratton
2025-11-30stm32/usbd_conf: Fix build for boards with USB disabled.Damien George
2025-11-29stm32/rtc: Make sure RTC is using LSE on N6 MCUs.Damien George
2025-11-29stm32: Fix init sequence of USB hardware and TinyUSB stack.Damien George
2025-11-29stm32/usbd_conf: Clean up USBD hardware initialization functions.Damien George
2025-11-29stm32/boards/WEACTSTUDIO_MINI_STM32H743: Add WeAct H743VI board support.Yuuki NAGAO
2025-11-27stm32/boards/STM32F469DISC: Add board.json file.Damien George
2025-11-27stm32/boards/STM32F469DISC: Add new board definition files.Mike Tolkachev
2025-11-27stm32: Add support for STM32F469xx MCUs.Mike Tolkachev
2025-11-27stm32/mpconfigboard_common: Define TinyUSB MCU type for N6.iabdalkader
2025-11-26zephyr: Add support for GC split-heap.Vdragon
2025-11-26zephyr: Allow a custom dts.Vdragon
2025-11-26unix/modsocket: Add IP ADD and DROP MEMBERSHIP to socket constants.Alex Tran
2025-11-25esp32,docs: Add constants and documentation for espnow data rates.Angus Gratton
2025-11-25esp32/modespnow: Fix espnow rate setting.Angus Gratton
2025-11-25esp32/README: Update the README details to account for newer chips.Angus Gratton
2025-11-24nrf/drivers/usb: Provide macros for nrf errata.Damien George
2025-11-22unix: Enable exit code handling for sys.exit().Andrew Leech
2025-11-22shared/runtime/pyexec: Call mp_hal_stdio_mode_orig/raw as appropriate.Damien George
2025-11-22unix/main: Replace execute_from_lexer with pyexec in do_file and do_str.Andrew Leech
2025-11-22unix: Enable compile-only mode with shared pyexec REPL.Andrew Leech
2025-11-22unix/main: Use standard pyexec REPL for unix and windows ports.Andrew Leech
2025-11-21rp2: Fix RP2350 and RP2350B pin alt functions.Phil Howard
2025-11-20zephyr/modules: Add Zephyr FileSystem support to _boot.py.Vdragon
2025-11-20zephyr/boards: Setup rpi_pico to use Zephyr FS instead of MPY FS.Vdragon
2025-11-20zephyr/CMakeLists.txt: Fix FS config options being ignored.Vdragon
2025-11-20zephyr: Introduce Zephyr native filesystem VFS interface.Vdragon
2025-11-20stm32/boards/OPENMV_N6: Enable RGMII Ethernet.Damien George
2025-11-20stm32/network_lan: Allow a board to configure the default LAN PHY.Damien George
2025-11-20stm32/eth: Implement zero-copy of lwIP pbufs for TX path.Damien George
2025-11-20stm32/eth: Don't pad eth_dma_t struct on H5 and N6 MCUs.Damien George
2025-11-20stm32/eth: Move DMA TX/RX index variables to normal RAM.Damien George