aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-20all: Bump version to 1.22.2.v1.22.2v1.22-releaseDamien George
2024-02-16esp32: Increase NimBLE task stack size and overflow detection headroom.Damien George
2024-02-16esp32/mpnimbleport: Release the GIL while doing NimBLE port deinit.Damien George
2024-02-16extmod/btstack: Reset pending_value_handle before calling read-done cb.Damien George
2024-02-16extmod/btstack: Reset pending_value_handle before calling write-done cb.Damien George
2024-02-16renesas-ra/ra/ra_i2c: Fix 1 byte and 2 bytes read issue.Takeo Takahashi
2024-02-16py/compile: Fix potential Py-stack overflow in try-finally with return.Damien George
2024-02-16rp2: Change machine.I2S and rp2.DMA to use shared DMA IRQ handlers.Damien George
2024-02-16extmod/modssl_mbedtls: Fix cipher iteration in SSLContext.get_ciphers.Damien George
2024-02-16mimxrt/modmachine: Fix deepsleep wakeup pin ifdef.Kwabena W. Agyeman
2024-02-16extmod/asyncio: Support gather of tasks that finish early.Damien George
2024-02-16renesas-ra/boards/ARDUINO_PORTENTA_C33: Fix the RTC clock source.iabdalkader
2024-02-16renesas-ra/ra: Fix SysTick clock source.iabdalkader
2024-02-16rp2/machine_uart: Fix event wait in uart.flush() and uart.read().robert-hh
2024-02-16rp2/rp2_dma: Fix fetching 'write' buffers for writing not reading.Nicko van Someren
2024-01-05all: Bump version to 1.22.1.v1.22.1Damien George
2024-01-05rp2/mpthreadport: Fix race with IRQ when entering atomic section.Damien George
2024-01-05rp2/mutex_extra: Implement additional mutex functions.Damien George
2024-01-05rp2/rp2_flash: Lockout second core only when doing flash erase/write.Damien George
2023-12-27all: Bump version to 1.22.0.v1.22.0Damien George
2023-12-22extmod/nimble: Do not set GAP device name after sync.Daniël van de Giessen
2023-12-22lib/micropython-lib: Update submodule to latest.Damien George
2023-12-22rp2/rp2_dma: Introduce a new rp2.DMA class for control over DMA xfers.Nicko van Someren
2023-12-22nrf/main: Add /flash and /flash/lib to sys.path.Sebastian Romero
2023-12-22py/mkrules.mk: Fix dependency file generation for compiler wrappers.Peter Züger
2023-12-22extmod/vfs_lfs: Fix lfs cache_size calculation.Peter Züger
2023-12-22ports: Fix sys.stdout.buffer.write() return value.Maarten van der Schrieck
2023-12-22extmod/os_dupterm: Let mp_os_dupterm_tx_strn() return num bytes written.Maarten van der Schrieck
2023-12-21tools/manifestfile.py: Add support for external libraries.Jim Mussared
2023-12-21esp32/mpconfigport: Enable MICROPY_PY_HASHLIB_MD5.IhorNehrutsa
2023-12-21extmod/modhashlib: Support MD5 with mbedtls 3.x.IhorNehrutsa
2023-12-21tools/ci.sh: Set `ulimit -n` for unix CI.Jim Mussared
2023-12-21extmod/modselect: Handle growing the pollfds allocation correctly.Jim Mussared
2023-12-20stm32/mboot: Add support for Microsoft WCID.Damien George
2023-12-20stm32/mboot: Expand device descriptor to make it easier to understand.Damien George
2023-12-20stm32/mboot: Guard use of tx_pending with USE_USB_POLLING option.Damien George
2023-12-20stm32/usbdev: Optionally pass through vendor requests to Setup function.Damien George
2023-12-20extmod/asyncio: Remove non-working Stream __aenter__/__aexit__ methods.Damien George
2023-12-19esp32: Add MICROPY_GC_INITIAL_HEAP_SIZE option and tune it.Damien George
2023-12-19py/gc: Improve calculation of new heap size in split-heap-auto mode.Damien George
2023-12-18rp2/boards: Add SIL_RP2040_SHIM board by Silicognition LLC.Patrick Van Oosterwijck
2023-12-18rp2/boards: Add support for Pololu 3pi+ and Zumo robots.Paul Grayson
2023-12-18rp2: Add new NO_DEFAULT_PINS config options for i2c, spi, and uart.Paul Grayson
2023-12-18rp2/mpconfigport: Enable MICROPY_PY_OS_DUPTERM_NOTIFY.Damien George
2023-12-18extmod/os_dupterm: Prevent recursive execution of mp_os_dupterm_rx_chr.Damien George
2023-12-18extmod/modos: Factor os.dupterm_notify() function to common extmod code.Damien George
2023-12-14py/makeqstrdefs.py: Stop generating temporary intermediate file.Trent Piepho
2023-12-15extmod/modonewire: Improve write timings for better reliability.Elias Wimmer
2023-12-15extmod/modonewire: Adopt Maxim recommended read timings.Patrick Van Oosterwijck
2023-12-15github/workflows: Bump actions/upload-artifact from 3 to 4.dependabot[bot]