summaryrefslogtreecommitdiff
path: root/extmod
AgeCommit message (Expand)Author
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
2024-11-13extmod/network_ppp: Allow stream=None to suspend PPP.Daniël van de Giessen
2024-11-13extmod/network_ppp: Add stream config parameter.Daniël van de Giessen
2024-11-13extmod/modlwip: Don't allow writing to a TCP socket that is connecting.Damien George
2024-11-05extmod/nimble: Remove asserts of ediv_rand_present and adjust comments.Damien George
2024-11-04extmod/modlwip: Fix IGMP address type when IPv6 is enabled.Damien George
2024-10-25extmod/modtls_mbedtls: Support alternate sign callbacks in Python.iabdalkader
2024-10-25extmod/modtls_mbedtls: Add a thread-global ptr for current SSL context.iabdalkader
2024-10-23extmod/network_wiznet5k: Reset mDNS when interface is brought up.Jared Hancock
2024-10-22extmod/modframebuf: Fix FrameBuffer size check for stride corner-cases.Corran Webster
2024-10-09extmod/vfs_posix_file: Skip flush of tty handles in msvc debug builds.stijn
2024-09-26extmod/vfs_blockdev: Implement common helper for read and write.Angus Gratton
2024-09-26extmod/vfs_blockdev: Check block device function positive results.Angus Gratton
2024-09-06extmod/libmetal: Fix libmetal rules for mkdir dependencies.iabdalkader
2024-09-06extmod/modlwip: Fix compile error for lwIP with SLIP support.cajt
2024-08-29extmod/network_ppp_lwip: Add network.PPP via lwIP.Damien George
2024-08-29extmod: Update make and cmake scripts to work with latest lwIP.Damien George
2024-08-26extmod/network_wiznet5k: Add support for IPv6.Jared Hancock
2024-08-26extmod/modtls_mbedtls: Optimise the DER certificate parsing fix.Angus Gratton
2024-08-14py: Add new cstack API for stack checking, with limit margin macro.Angus Gratton
2024-08-13extmod/modtls_mbedtls: Fix DER parsing and calculation of key/cert len.Peter Züger
2024-08-08extmod/modopenamp: Use mp_event_* functions for poll/wait.iabdalkader
2024-08-08extmod/modopenamp: Fix Endpoint callback required arg.iabdalkader
2024-08-08extmod/modopenamp: Add support for building Open-AMP on device side.iabdalkader
2024-08-08extmod/modopenamp_remoteproc: Fix entry point address int overflow.iabdalkader
2024-08-08extmod/libmetal: Remove source file listed twice in sources.iabdalkader
2024-07-23extmod/vfs: Fix buffer overflow of string comparison in umount.Junwha
2024-07-23extmod/vfs_fat: Set default volume label on mkfs if it's defined.Terence Stenvold
2024-07-22extmod/moductypes: Validate the descriptor tuple.stijn
2024-07-22extmod/modbtree: Add checks for already-closed database.Michael Vornovitsky
2024-07-20extmod/modos: Include os.sep entry if MICROPY_VFS is enabled.Damien George