summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-08-10all: Bump version to 1.27.0-preview.v1.27.0-previewDamien George
2025-08-09all: Bump version to 1.26.0.v1.26.0Damien George
2025-08-07esp32/machine_timer: Fix machine.Timer() tick frequency on ESP32C2,C6.Angus Gratton
2025-08-07esp32/machine_timer: Enable timer clock source for ESP32C6.Angus Gratton
2025-08-07ports: Allow MICROPY_PY_MACHINE_I2C_TARGET to be disabled by board cfg.Damien George
2025-08-04renesas-ra/mpconfigport: Enable MICROPY_TIME_SUPPORT_Y1969_AND_BEFORE.Damien George
2025-08-04lib/micropython-lib: Update submodule to latest.Damien George
2025-08-03py/parse: Fix missing nlr_pop call in complex path of binary_op_maybe.Jeff Epler
2025-08-02github/workflows: Add a CI job to build ESP32-C2 and ESP32-C6 boards.Damien George
2025-08-02esp32/mpconfigport: Disable I2CTarget on ESP32-C6 to reduce code size.Damien George
2025-08-02rp2/rp2_flash: Add binary info for ROMFS.Phil Howard
2025-08-02docs/reference/mpremote: Document location of config file.Jos Verlinde
2025-08-02tools/mpremote: Locate config.py location across different host OSes.Jos Verlinde
2025-08-02tools/mpremote: Add platformdirs dependency to requirements.txt.Jos Verlinde
2025-08-02tests/extmod_hardware: Add basic tests for machine.Counter and Encoder.Angus Gratton
2025-08-02docs/library/machine: Add docs for Counter and Encoder.Jonathan Hogg
2025-08-01esp32/modules/machine.py: Add Counter and Encoder classes.Jonathan Hogg
2025-08-01docs/esp32: Add documentation for esp32.PCNT.Jonathan Hogg
2025-08-01esp32/modesp32: Add esp32.PCNT class.Jonathan Hogg
2025-08-01docs/library: Document the new machine.I2CTarget class.Damien George
2025-08-01tests/multi_extmod: Add I2CTarget multi tests.Damien George
2025-08-01tests/extmod_hardware: Add self unittest for I2CTarget.Damien George
2025-08-01esp32/machine_i2c_target: Implement I2CTarget class.Damien George
2025-08-01esp32/machine_i2c: Factor default pin macros to header file.Damien George
2025-08-01samd/machine_i2c_target: Support I2C target mode.robert-hh
2025-08-01mimxrt/machine_i2c_target: Support I2C target mode.robert-hh
2025-08-01alif/machine_i2c: Allow changing I2C SCL/SDA pins.Damien George
2025-08-01alif/machine_i2c_target: Implement I2CTarget class.Damien George
2025-08-01zephyr/machine_i2c_target: Implement I2CTarget class.Damien George
2025-08-01rp2/machine_i2c_target: Implement I2CTarget class.Damien George
2025-08-01rp2/machine_i2c: Factor default pin macros to header file.Damien George
2025-08-01stm32/machine_i2c_target: Implement I2CTarget class.Damien George
2025-08-01stm32/i2cslave: Account for slow addr_match callback.Damien George
2025-08-01stm32/i2cslave: Support i2c_slave_process_tx_end callback on F4.Damien George
2025-08-01stm32/i2cslave: Add functions to read/write I2C data.Damien George
2025-08-01stm32/i2cslave: Change irq handler name to i2c_slave_irq_handler.Damien George
2025-08-01stm32/i2c: Move I2C IRQ handlers from stm32_it.c to i2c.c.Damien George
2025-08-01extmod/machine_i2c_target: Add new machine.I2CTarget class.Damien George
2025-08-01docs/library/btree: Fix method links to explicitly specify class.Koudai Aono
2025-08-01rp2/rp2_pio: Fix use of PIO2 in prog data structure.root
2025-08-01rp2/CMakeLists.txt: Fix flash size check logic.Dryw Wade
2025-08-01docs/library/rp2.StateMachine: Add a note about PIO in and jmp pins.Damien George
2025-08-01rp2/rp2_pio: Configure jmp_pin for PIO use if it's isolation is set.Damien George
2025-08-01tools/mpremote: Update ESPxxx detection for USB-CDC ports.Jos Verlinde
2025-08-01tools/mpremote: Fix errno.ENOTBLK attribute error on Windows.Jos Verlinde
2025-08-01tests/micropython: Test that viper offset stores don't clobber base reg.Chris Webb
2025-08-01py/asmthumb: Don't corrupt base register in large offset store.Chris Webb
2025-08-01py/parse: Add support for math module constants and float folding.Yoctopuce dev
2025-08-01embed/port: Fix alloca include for Windows platforms.SiZiOUS
2025-08-01nrf/drivers/bluetooth: Change soft-device download URL to self hosted.Damien George