summaryrefslogtreecommitdiff
path: root/extmod
AgeCommit message (Expand)Author
2025-11-30shared/tinyusb: Remove USBD_RHPORT constant.Angus Gratton
2025-11-21extmod/asyncio: Pass globals in __import__ call.Chris Liechti
2025-10-05extmod/modwebsocket: Save a few bytes of text by using bit checks.Jeff Epler
2025-10-05extmod/modwebsocket: Enable split frames and test them.Jeff Epler
2025-10-04all: Replace legacy name with MicroPython and MPy as applicable.Angus Gratton
2025-10-03extmod/asyncio: Add IPv6 support to start_server().Andrew Leech
2025-10-01extmod/vfs_blockdev: Check return type is an integer.Damien George
2025-09-28extmod/moductypes: Error if small ints are not big enough.Jeff Epler
2025-09-28extmod/modopenamp: Check that mp_vfs_open actually returned a stream.Jeff Epler
2025-09-28extmod/vfs_reader: Check that open() resulted in a file-like object.Jeff Epler
2025-09-25extmod/machine_timer: Support hard IRQ soft timer callbacks.Chris Webb
2025-09-11py/stream: Add a stream.readinto1() method for machine.UART.robert-hh
2025-09-11extmod/machine_uart: Return from read()/write() at the first timeout.robert-hh
2025-09-11extmod/modplatform: Expose CPU features/extensions.Alessandro Gatti
2025-09-10py/obj: Update with_finaliser version to match mp_obj_malloc_var.Anson Mansfield
2025-08-25esp32/network_ppp: Stop polling if PPP was disconnected.Daniël van de Giessen
2025-08-25esp32/network_ppp: Stop polling if stream becomes None.Daniël van de Giessen
2025-08-16extmod/modlwip: Remove unused include and functions.Thomas Watson
2025-08-15extmod/modtime: Move tuple creation to common localtime implementation.Damien George
2025-08-15extmod/modframebuf: Save code size in setpixel.Jeff Epler
2025-08-15extmod/modframebuf: Fix crash in scroll() for large inputs.Jeff Epler
2025-08-11extmod/modlwip: Support `family` specification in getaddrinfo.Jared Hancock
2025-08-11extmod/modre: Add support for start- and endpos.Jared Hancock
2025-08-11esp32/network_ppp: Correctly clean up PPP PCB after close.Daniël van de Giessen
2025-08-11esp32/network_ppp: Use non-thread-safe API inside status callback.Daniël van de Giessen
2025-08-01extmod/machine_i2c_target: Add new machine.I2CTarget class.Damien George
2025-07-31extmod/modtls_mbedtls: Do gc_collect and retry ssl_init on any error.Damien George
2025-07-25extmod/modlwip: Print timeout with correct format string.Jeff Epler
2025-07-24extmod/vfs_posix: Add MICROPY_VFS_POSIX_WRITABLE option.Jeff Epler
2025-07-24extmod/vfs_posix: Add additional readonly checks.Jeff Epler
2025-07-23extmod/vfs_lfsx: Allow overriding the LFS2 on-disk version format.Andrew Leech
2025-07-23extmod/mbedtls: Undefine ARRAY_SIZE if defined by platform.Angus Gratton
2025-07-23extmod/mbedtls: Implement recommended DTLS features, make optional.Angus Gratton
2025-07-23extmod/mbedtls: Implement DTLS HelloVerify cookie support.Angus Gratton
2025-07-17extmod/network_lwip: Add sys_untimeout_all_with_arg helper function.Damien George
2025-07-09shared/timeutils: Standardize supported date range on all platforms.Yoctopuce dev
2025-06-26extmod/modlwip: Fix crash when calling recv on listening socket.Andrew Leech
2025-06-13esp8266/modmachine: Use common machine_time_pulse_us implementation.Damien George
2025-06-13extmod/machine_pulse: Optimise time_pulse_us for code size.Damien George
2025-06-10extmod/modre: Use specific error message if regex is too complex.Jeff Epler
2025-06-10extmod/modnetwork: Consolidate definition of common drivers.Andrew Leech
2025-06-04extmod/modframebuf: Add support for blit'ing read-only data.Damien George
2025-06-04extmod/modbluetooth: Add timeout to deinit.Andrew Leech
2025-06-03extmod/modlwip: Add optional flags argument for recv and recvfrom.Angus Gratton
2025-05-20extmod/network_cyw43: Disconnect STA if making inactive.Angus Gratton
2025-05-19extmod/modjson: Detect unterminated composite entities.Alessandro Gatti
2025-05-15extmod/vfs_lfsx: Fix errno value raised from chdir.Damien George
2025-05-15esp32/network_ppp: Restructure to match extmod/network_ppp_lwip.Daniël van de Giessen
2025-05-13all: Rename the "NORETURN" macro to "MP_NORETURN".Alessandro Gatti
2025-05-12extmod/modlwip: Implement a queue of incoming UDP/raw packets.Damien George