index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-09-11
all: Bump version to 1.26.1.
v1.26.1
origin/v1.26-release
Damien George
2025-09-11
tools/mpremote: Don't apply Espressif DTR/RTS quirk to TinyUSB CDC dev.
Angus Gratton
2025-09-11
shared/tinyusb/mp_usbd_cdc: Rewrite USB CDC TX loop.
Angus Gratton
2025-09-11
shared/tinyusb: Fix hang from new tx_overwritabe_if_not_connected flag.
Angus Gratton
2025-09-11
esp32: Add IDF Component Lockfiles to git repo.
Angus Gratton
2025-09-11
tools: Add an environment variable MICROPY_MAINTAINER_BUILD.
Angus Gratton
2025-09-11
esp32: Update esp_tinyusb component to v1.7.6.
Angus Gratton
2025-08-09
all: Bump version to 1.26.0.
v1.26.0
Damien George
2025-08-07
esp32/machine_timer: Fix machine.Timer() tick frequency on ESP32C2,C6.
Angus Gratton
2025-08-07
esp32/machine_timer: Enable timer clock source for ESP32C6.
Angus Gratton
2025-08-07
ports: Allow MICROPY_PY_MACHINE_I2C_TARGET to be disabled by board cfg.
Damien George
2025-08-04
renesas-ra/mpconfigport: Enable MICROPY_TIME_SUPPORT_Y1969_AND_BEFORE.
Damien George
2025-08-04
lib/micropython-lib: Update submodule to latest.
Damien George
2025-08-03
py/parse: Fix missing nlr_pop call in complex path of binary_op_maybe.
Jeff Epler
2025-08-02
github/workflows: Add a CI job to build ESP32-C2 and ESP32-C6 boards.
Damien George
2025-08-02
esp32/mpconfigport: Disable I2CTarget on ESP32-C6 to reduce code size.
Damien George
2025-08-02
rp2/rp2_flash: Add binary info for ROMFS.
Phil Howard
2025-08-02
docs/reference/mpremote: Document location of config file.
Jos Verlinde
2025-08-02
tools/mpremote: Locate config.py location across different host OSes.
Jos Verlinde
2025-08-02
tools/mpremote: Add platformdirs dependency to requirements.txt.
Jos Verlinde
2025-08-02
tests/extmod_hardware: Add basic tests for machine.Counter and Encoder.
Angus Gratton
2025-08-02
docs/library/machine: Add docs for Counter and Encoder.
Jonathan Hogg
2025-08-01
esp32/modules/machine.py: Add Counter and Encoder classes.
Jonathan Hogg
2025-08-01
docs/esp32: Add documentation for esp32.PCNT.
Jonathan Hogg
2025-08-01
esp32/modesp32: Add esp32.PCNT class.
Jonathan Hogg
2025-08-01
docs/library: Document the new machine.I2CTarget class.
Damien George
2025-08-01
tests/multi_extmod: Add I2CTarget multi tests.
Damien George
2025-08-01
tests/extmod_hardware: Add self unittest for I2CTarget.
Damien George
2025-08-01
esp32/machine_i2c_target: Implement I2CTarget class.
Damien George
2025-08-01
esp32/machine_i2c: Factor default pin macros to header file.
Damien George
2025-08-01
samd/machine_i2c_target: Support I2C target mode.
robert-hh
2025-08-01
mimxrt/machine_i2c_target: Support I2C target mode.
robert-hh
2025-08-01
alif/machine_i2c: Allow changing I2C SCL/SDA pins.
Damien George
2025-08-01
alif/machine_i2c_target: Implement I2CTarget class.
Damien George
2025-08-01
zephyr/machine_i2c_target: Implement I2CTarget class.
Damien George
2025-08-01
rp2/machine_i2c_target: Implement I2CTarget class.
Damien George
2025-08-01
rp2/machine_i2c: Factor default pin macros to header file.
Damien George
2025-08-01
stm32/machine_i2c_target: Implement I2CTarget class.
Damien George
2025-08-01
stm32/i2cslave: Account for slow addr_match callback.
Damien George
2025-08-01
stm32/i2cslave: Support i2c_slave_process_tx_end callback on F4.
Damien George
2025-08-01
stm32/i2cslave: Add functions to read/write I2C data.
Damien George
2025-08-01
stm32/i2cslave: Change irq handler name to i2c_slave_irq_handler.
Damien George
2025-08-01
stm32/i2c: Move I2C IRQ handlers from stm32_it.c to i2c.c.
Damien George
2025-08-01
extmod/machine_i2c_target: Add new machine.I2CTarget class.
Damien George
2025-08-01
docs/library/btree: Fix method links to explicitly specify class.
Koudai Aono
2025-08-01
rp2/rp2_pio: Fix use of PIO2 in prog data structure.
root
2025-08-01
rp2/CMakeLists.txt: Fix flash size check logic.
Dryw Wade
2025-08-01
docs/library/rp2.StateMachine: Add a note about PIO in and jmp pins.
Damien George
2025-08-01
rp2/rp2_pio: Configure jmp_pin for PIO use if it's isolation is set.
Damien George
2025-08-01
tools/mpremote: Update ESPxxx detection for USB-CDC ports.
Jos Verlinde
[next]