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
path:
root
/
extmod
Age
Commit message (
Expand
)
Author
2025-11-30
shared/tinyusb: Remove USBD_RHPORT constant.
Angus Gratton
2025-11-21
extmod/asyncio: Pass globals in __import__ call.
Chris Liechti
2025-10-05
extmod/modwebsocket: Save a few bytes of text by using bit checks.
Jeff Epler
2025-10-05
extmod/modwebsocket: Enable split frames and test them.
Jeff Epler
2025-10-04
all: Replace legacy name with MicroPython and MPy as applicable.
Angus Gratton
2025-10-03
extmod/asyncio: Add IPv6 support to start_server().
Andrew Leech
2025-10-01
extmod/vfs_blockdev: Check return type is an integer.
Damien George
2025-09-28
extmod/moductypes: Error if small ints are not big enough.
Jeff Epler
2025-09-28
extmod/modopenamp: Check that mp_vfs_open actually returned a stream.
Jeff Epler
2025-09-28
extmod/vfs_reader: Check that open() resulted in a file-like object.
Jeff Epler
2025-09-25
extmod/machine_timer: Support hard IRQ soft timer callbacks.
Chris Webb
2025-09-11
py/stream: Add a stream.readinto1() method for machine.UART.
robert-hh
2025-09-11
extmod/machine_uart: Return from read()/write() at the first timeout.
robert-hh
2025-09-11
extmod/modplatform: Expose CPU features/extensions.
Alessandro Gatti
2025-09-10
py/obj: Update with_finaliser version to match mp_obj_malloc_var.
Anson Mansfield
2025-08-25
esp32/network_ppp: Stop polling if PPP was disconnected.
Daniël van de Giessen
2025-08-25
esp32/network_ppp: Stop polling if stream becomes None.
Daniël van de Giessen
2025-08-16
extmod/modlwip: Remove unused include and functions.
Thomas Watson
2025-08-15
extmod/modtime: Move tuple creation to common localtime implementation.
Damien George
2025-08-15
extmod/modframebuf: Save code size in setpixel.
Jeff Epler
2025-08-15
extmod/modframebuf: Fix crash in scroll() for large inputs.
Jeff Epler
2025-08-11
extmod/modlwip: Support `family` specification in getaddrinfo.
Jared Hancock
2025-08-11
extmod/modre: Add support for start- and endpos.
Jared Hancock
2025-08-11
esp32/network_ppp: Correctly clean up PPP PCB after close.
Daniël van de Giessen
2025-08-11
esp32/network_ppp: Use non-thread-safe API inside status callback.
Daniël van de Giessen
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
[next]