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