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