summaryrefslogtreecommitdiff
path: root/extmod
AgeCommit message (Expand)Author
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
2025-05-09extmod/moductypes: Refactor string literal as array initializer.Angus Gratton
2025-05-08rp2,extmod/cyw43: Move the LWIP responder fix into common CYW43 config.Angus Gratton
2025-05-08extmod,alif,mimxrt,rp2,stm32: Create common cyw43 driver config header.Angus Gratton
2025-05-07lib/littlefs: Reuse existing CRC32 function to save space.Daniël van de Giessen
2025-05-07extmod/asyncio: Fix early exit of asyncio scheduler.Yoctopuce dev
2025-04-22drivers/esp-hosted: Rename Bluetooth HCI backend driver.iabdalkader
2025-04-22extmod/modbluetooth: Use newer mp_map_slot_is_filled function.Andrew Leech
2025-04-22extmod/machine_usb_device: Add exception text wrappers.Andrew Leech
2025-04-08extmod/extmod.mk: Switch from drivers/cyw43/cywbt to lib/cyw43-drivers.Damien George
2025-04-08extmod/extmod.mk: Add cyw43_spi.c to list of sources.Damien George
2025-03-27rp2,esp32,extmod: Implement UPDATE_SUBMODULES in CMake.Angus Gratton
2025-03-27extmod/vfs_rom: Implement minimal VfsRom.getcwd() method.Damien George
2025-03-27extmod/vfs: Return mount table from no-args vfs.mount call.Anson Mansfield
2025-03-27extmod/vfs: Refactor mp_vfs_mount to enable no-args mount overload.Anson Mansfield
2025-03-27extmod/moddeflate: Keep DeflateIO state consistent on window alloc fail.Damien George
2025-03-12extmod/network_cyw43: Add WPA3 security constants.Damien George
2025-03-06extmod/vfs: Add mp_vfs_mount_romfs_protected() helper.Damien George
2025-03-06extmod/modvfs: Add vfs.rom_ioctl function and its ioctl constants.Damien George
2025-02-26extmod/vfs_rom: Add bounds checking for all filesystem accesses.Damien George
2025-02-25all: Upgrade codespell to v2.4.1.Christian Clauss
2025-02-14extmod/modtls_mbedtls: Wire in support for DTLS.Keenan Johnson
2025-02-14extmod/lwip-include: Increase number of lwIP timers when mDNS enabled.Thomas Watson
2025-02-11extmod/vfs_rom: Remove ability to create VfsRom from an address.Damien George
2025-02-11extmod/modmarshal: Add new marshal module.Damien George
2025-02-03extmod/mbedtls: Try GC before failing to setup socket on esp32, unix.Angus Gratton
2025-01-29extmod/lwip-include: Factor common lwIP config into lwipopts_common.h.Damien George
2025-01-29extmod/modlwip: Fix incorrect peer address for IPv6.Jared Hancock
2025-01-17lib/mbedtls: Update to mbedtls v3.6.2.Glenn Strauss
2025-01-02extmod/moddeflate: Add missing size_t cast.Yoctopuce
2025-01-02extmod/modsocket: Add missing static in private function definitions.Yoctopuce
2024-12-23extmod/vfs_reader: Add support for opening a memory-mappable file.Damien George
2024-12-23extmod/vfs_rom: Add VfsRom filesystem object.Damien George
2024-12-20extmod/vfs: Guard mutating fs functions with MICROPY_VFS_WRITABLE.Damien George
2024-12-18extmod/moductypes: Fix large return values of addressof and INT_MAYBE.Damien George
2024-12-10extmod/modplatform: Distinguish RISC-V 64 from RISC-V 32.Alessandro Gatti
2024-12-10extmod/extmod.mk: Fix libmetal build prefix.iabdalkader
2024-11-30extmod/modplatform: Add Android to the recognised platforms list.Alessandro Gatti
2024-11-30extmod/modplatform: Add Clang to the known compilers list.Alessandro Gatti
2024-11-30extmod/modplatform: Distinguish AArch64 from AArch32.Alessandro Gatti
2024-11-28extmod/modframebuf: Fix 0 radius bug in FrameBuffer.ellipse.Corran Webster
2024-11-20extmod/network_cyw43: Allow configuring active AP interface.Angus Gratton
2024-11-20extmod/network_cyw43: Fix uninitialised variable in status('stations').Damien George
2024-11-20extmod/network_cyw43: Fix isconnected() result on AP interface.Angus Gratton
2024-11-13extmod/vfs_blockdev: Support bool return from Python read/write blocks.Damien George