summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2025-11-20stm32/eth: Make TX and RX buffer sizes a multiple of 8.Damien George
2025-11-20stm32/eth: Add support for gigabit RGMII peripheral interface.Damien George
2025-11-20stm32/eth_phy: Add support for RTL8211 inititialization.Damien George
2025-11-20stm32/eth_phy: Move PHY initialization to a dedicated function.Damien George
2025-11-20stm32/eth_phy: Add support for RTL8211 ETH PHY.Damien George
2025-11-20stm32/eth_phy: Add support for 1000Mbit PHY.Damien George
2025-11-20stm32/boards/NUCLEO_N657X0: Enable Ethernet.Damien George
2025-11-20stm32/lwip_inc: Further increase N6 lwIP memory.Damien George
2025-11-20stm32/lwip_inc: Include HAL header to get MCU define.Damien George
2025-11-20stm32/eth: Add support for Ethernet on N6 MCUs.Damien George
2025-11-19alif/tinyusb_port: Add missing license header.iabdalkader
2025-11-19ports: Guard calls to machine_*_deinit_all() with #if where appropriate.garywill
2025-11-19rp2/pendsv: Fix PendSV_Handler dispatch check when threading enabled.Peter Harper
2025-11-19tests/extmod_hardware/machine_encoder.py: Use target_wiring for encoder.Ihor Nehrutsa
2025-11-19tests/extmod_hardware/machine_encoder.py: Fix initial rotation count.Ihor Nehrutsa
2025-11-19tests/import: Remove .py.exp files where they match CPython.Damien George
2025-11-19tests/import: Make import_override and pkg7 tests behave under CPython.Damien George
2025-11-19tests/extmod/machine_i2s_rate.py: Adjust pins when running on ESP32-C3.Jos Verlinde
2025-11-19esp32: Fix USB Zero Length Packet issue with patched tinyusb.Angus Gratton
2025-11-19esp32: Remove dependency on esp_tinyusb.Angus Gratton
2025-11-19esp32: Take global dependencies out of mpconfigport.h.Angus Gratton
2025-11-19esp32: Fix USB deinit/reinit path via soft reset.Angus Gratton
2025-11-19shared/tinyusb/mp_usbd: Reorder the mp_usbd_init/deinit functions.Angus Gratton
2025-11-17lib/littlefs: Update LittleFS to v2.11.2.Daniƫl van de Giessen
2025-11-17tools/ci.sh: Build ESP32_GENERIC_C5 as part of esp32 CI.Damien George
2025-11-17esp32/boards: Add ESP32_GENERIC_C5 board definition.yuan_mo
2025-11-17esp32: Add support for ESP32-C5 SoCs.yuan_mo
2025-11-17esp32/esp32_rmt: Update RMT module to use the new RMT API.Elvis Pfutzenreuter
2025-11-13esp32/boards: Add Silicognition ManT1S board definition.Patrick Van Oosterwijck
2025-11-13esp32/modesp32: Add esp32.wake_on_gpio() function.Meir Armon
2025-11-06tests/serial_test.py: Allow up to 2 seconds between bytes.Angus Gratton
2025-11-05top: Include tools/cc1 in ruff search path.Damien George
2025-11-05tools/cc1: Fix ruff lint check with list length.Damien George
2025-11-05tools/cc1: Apply ruff formatting to cc1 script.Christian Clauss
2025-11-04shared/runtime: Set exit code according to the SystemExit exception.John Smith
2025-11-04unix/modtime: Add type casting for mktime return value.Yanfeng Liu
2025-11-04py/emitnative: Generate shorter RV32 code for exception handling.Alessandro Gatti
2025-11-03py/objcode: Remove `mp_obj_code_t.lnotab` field from v2 preview.Anson Mansfield
2025-11-03py/asmrv32: Generate better comparison sequences.Alessandro Gatti
2025-11-03py/asmrv32: Refactor register-indexed load/store emitters.Alessandro Gatti
2025-11-03py/emitinlinerv32: Refactor load/store opcodes validation.Alessandro Gatti
2025-11-03py/emitinlinerv32: Refactor opcode arguments validation.Alessandro Gatti
2025-10-31stm32/usb: Add VBUS sensing configuration for TinyUSB on F4/F7.Andrew Leech