summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-02all: Bump version to 1.23.0-preview.v1.23.0-previewDamien 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]
2023-12-15github/workflows: Bump actions/setup-python from 4 to 5.dependabot[bot]
2023-12-15github/workflows: Bump actions/github-script from 6 to 7.dependabot[bot]
2023-12-15py/makeqstrdefs.py: Don't skip output for stale hash file.Trent Piepho
2023-12-15py/mkrules.mk: List hash files as byproducts.Trent Piepho
2023-12-15py/modsys: Implement optional sys.intern.stijn
2023-12-14docs/library: Document SSLContext cert methods and asyncio support.Carlosgg
2023-12-14extmod/asyncio: Add ssl support with SSLContext.Carlosgg
2023-12-14extmod/modssl_mbedtls: Fix parsing of ciphers in set_ciphers method.Damien George
2023-12-12tests: Update SSL network tests to use SSLContext, and work on CPython.Damien George
2023-12-12extmod/modssl_mbedtls: Make SSLSocket.getpeercert() optional.Damien George
2023-12-12esp32: Re-enable custom mbedtls error string tables.Damien George
2023-12-12lib/mbedtls_errors: Update error list for latest esp32 mbedtls.Damien George
2023-12-12extmod/modssl_mbedtls: Add SSLContext certificate methods.Carlosgg
2023-12-11esp32: Change minimum supported IDF version to v5.0.4.IhorNehrutsa
2023-12-11esp32/boards/ESP32_GENERIC: Disable network.LAN and VM-opt on D2WD.Damien George
2023-12-11esp32/mpconfigport: Keep some funcs out of IRAM for ESP32-SPIRAM builds.Damien George
2023-12-11esp32/machine_i2s: Fix deprecated fields and constants.Ihor Nehrutsa
2023-12-11esp32/modmachine: Fix deprecated esp_pm_config_XXX_t.Ihor Nehrutsa