index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
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
path:
root
/
extmod
Age
Commit message (
Expand
)
Author
2025-08-01
extmod/machine_i2c_target: Add new machine.I2CTarget class.
Damien George
2025-07-31
extmod/modtls_mbedtls: Do gc_collect and retry ssl_init on any error.
Damien George
2025-07-25
extmod/modlwip: Print timeout with correct format string.
Jeff Epler
2025-07-24
extmod/vfs_posix: Add MICROPY_VFS_POSIX_WRITABLE option.
Jeff Epler
2025-07-24
extmod/vfs_posix: Add additional readonly checks.
Jeff Epler
2025-07-23
extmod/vfs_lfsx: Allow overriding the LFS2 on-disk version format.
Andrew Leech
2025-07-23
extmod/mbedtls: Undefine ARRAY_SIZE if defined by platform.
Angus Gratton
2025-07-23
extmod/mbedtls: Implement recommended DTLS features, make optional.
Angus Gratton
2025-07-23
extmod/mbedtls: Implement DTLS HelloVerify cookie support.
Angus Gratton
2025-07-17
extmod/network_lwip: Add sys_untimeout_all_with_arg helper function.
Damien George
2025-07-09
shared/timeutils: Standardize supported date range on all platforms.
Yoctopuce dev
2025-06-26
extmod/modlwip: Fix crash when calling recv on listening socket.
Andrew Leech
2025-06-13
esp8266/modmachine: Use common machine_time_pulse_us implementation.
Damien George
2025-06-13
extmod/machine_pulse: Optimise time_pulse_us for code size.
Damien George
2025-06-10
extmod/modre: Use specific error message if regex is too complex.
Jeff Epler
2025-06-10
extmod/modnetwork: Consolidate definition of common drivers.
Andrew Leech
2025-06-04
extmod/modframebuf: Add support for blit'ing read-only data.
Damien George
2025-06-04
extmod/modbluetooth: Add timeout to deinit.
Andrew Leech
2025-06-03
extmod/modlwip: Add optional flags argument for recv and recvfrom.
Angus Gratton
2025-05-20
extmod/network_cyw43: Disconnect STA if making inactive.
Angus Gratton
2025-05-19
extmod/modjson: Detect unterminated composite entities.
Alessandro Gatti
2025-05-15
extmod/vfs_lfsx: Fix errno value raised from chdir.
Damien George
2025-05-15
esp32/network_ppp: Restructure to match extmod/network_ppp_lwip.
Daniël van de Giessen
2025-05-13
all: Rename the "NORETURN" macro to "MP_NORETURN".
Alessandro Gatti
2025-05-12
extmod/modlwip: Implement a queue of incoming UDP/raw packets.
Damien George
2025-05-09
extmod/moductypes: Refactor string literal as array initializer.
Angus Gratton
2025-05-08
rp2,extmod/cyw43: Move the LWIP responder fix into common CYW43 config.
Angus Gratton
2025-05-08
extmod,alif,mimxrt,rp2,stm32: Create common cyw43 driver config header.
Angus Gratton
2025-05-07
lib/littlefs: Reuse existing CRC32 function to save space.
Daniël van de Giessen
2025-05-07
extmod/asyncio: Fix early exit of asyncio scheduler.
Yoctopuce dev
2025-04-22
drivers/esp-hosted: Rename Bluetooth HCI backend driver.
iabdalkader
2025-04-22
extmod/modbluetooth: Use newer mp_map_slot_is_filled function.
Andrew Leech
2025-04-22
extmod/machine_usb_device: Add exception text wrappers.
Andrew Leech
2025-04-08
extmod/extmod.mk: Switch from drivers/cyw43/cywbt to lib/cyw43-drivers.
Damien George
2025-04-08
extmod/extmod.mk: Add cyw43_spi.c to list of sources.
Damien George
2025-03-27
rp2,esp32,extmod: Implement UPDATE_SUBMODULES in CMake.
Angus Gratton
2025-03-27
extmod/vfs_rom: Implement minimal VfsRom.getcwd() method.
Damien George
2025-03-27
extmod/vfs: Return mount table from no-args vfs.mount call.
Anson Mansfield
2025-03-27
extmod/vfs: Refactor mp_vfs_mount to enable no-args mount overload.
Anson Mansfield
2025-03-27
extmod/moddeflate: Keep DeflateIO state consistent on window alloc fail.
Damien George
2025-03-12
extmod/network_cyw43: Add WPA3 security constants.
Damien George
2025-03-06
extmod/vfs: Add mp_vfs_mount_romfs_protected() helper.
Damien George
2025-03-06
extmod/modvfs: Add vfs.rom_ioctl function and its ioctl constants.
Damien George
2025-02-26
extmod/vfs_rom: Add bounds checking for all filesystem accesses.
Damien George
2025-02-25
all: Upgrade codespell to v2.4.1.
Christian Clauss
2025-02-14
extmod/modtls_mbedtls: Wire in support for DTLS.
Keenan Johnson
2025-02-14
extmod/lwip-include: Increase number of lwIP timers when mDNS enabled.
Thomas Watson
2025-02-11
extmod/vfs_rom: Remove ability to create VfsRom from an address.
Damien George
2025-02-11
extmod/modmarshal: Add new marshal module.
Damien George
2025-02-03
extmod/mbedtls: Try GC before failing to setup socket on esp32, unix.
Angus Gratton
[next]