summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-30shared/tinyusb: Remove USBD_RHPORT constant.Angus Gratton
2025-11-30pyproject.toml: Update ruff configuration to target Python 3.8.Jos Verlinde
2025-11-30tools/ci.sh: Build all stm32 MCU families in stm32 CI functions.Damien George
2025-11-30tools/ci.sh: Install latest ARM toolchain for stm32 CI.Damien George
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-29shared/tinyusb: Add optional port-specific hook on USBD init.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-27github/workflows: Test mpy-cross debug emitter.Alessandro Gatti
2025-11-27py/compile: Allow NULL emitter table entries.Alessandro Gatti
2025-11-26zephyr: Add support for GC split-heap.Vdragon
2025-11-26zephyr: Allow a custom dts.Vdragon
2025-11-26docs/library: Add machine.DAC documentation.Matt Trentini
2025-11-26docs/library: Fix typos under I2CTarget irq method description.Alex Tran
2025-11-26docs/library: Document OrderedDict.popitem()'s CPython differences.Jos Verlinde
2025-11-26tools/ci.sh: Add zsh and fish shell completion support.Alessandro Gatti
2025-11-26unix/modsocket: Add IP ADD and DROP MEMBERSHIP to socket constants.Alex Tran
2025-11-26github/workflows: Bump actions/checkout from 5 to 6.dependabot[bot]
2025-11-25tests/multi_espnow: Add test case for espnow rate changes.Angus Gratton
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-24shared/tinyusb: Remove macro guard for tx_overwritabe_if_not_connected.Damien George
2025-11-24lib/tinyusb: Update to version 0.19.0-24.Damien George
2025-11-24nrf/drivers/usb: Provide macros for nrf errata.Damien George
2025-11-24tools/mpy-tool.py: Add Compiler Explorer JSON output.Anson Mansfield
2025-11-24shared/tinyusb: Add macro to override TinyUSB callbacks.iabdalkader
2025-11-22shared/runtime/pyexec: Set PYEXEC_FORCED_EXIT flag for SystemExit.Andrew Leech
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-22tests/run-tests.py: Add general newline normalization function.Andrew Leech
2025-11-22unix: Enable compile-only mode with shared pyexec REPL.Andrew Leech
2025-11-22shared/runtime/pyexec: Provide support for compile-only mode.Andrew Leech
2025-11-22shared/runtime/pyexec: Set __file__ for file input when enabled.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-21docs/library/os: Clarify ilistdir tuples size element.Alex Tran
2025-11-21py/objdict: Implement bool and len unary ops for dict views.Damien George
2025-11-21extmod/asyncio: Pass globals in __import__ call.Chris Liechti
2025-11-21py/builtinimport: Support relative import in custom __import__ callback.Chris Liechti
2025-11-20docs/mimxrt/pinout: Use Dxx pin identifiers for Teensy boards.robert-hh
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