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