summaryrefslogtreecommitdiff
path: root/extmod
AgeCommit message (Expand)Author
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
2024-07-20extmod/modmachine: Use sys.exit as implementation of machine.soft_reset.Damien George
2024-07-20shared/runtime/pyexec: Make a raised SystemExit always do a forced exit.Damien George
2024-07-15extmod/modre: Rename re_exec to re_exec_helper to avoid clash on BSD.Owen
2024-07-12extmod/machine_spi: Support firstbit=LSB for machine.SoftSPI.robert-hh
2024-07-12extmod/network_nina: Fix the AP security mode constants.iabdalkader
2024-07-11extmod/modmachine: Allow more than one argument to machine.freq().robert-hh
2024-07-04all: Use new mp_obj_new_str_from_cstr() function.Jon Foster
2024-07-02extmod/mbedtls: Enable GCM and ECDHE-RSA in common mbedtls config.Sylvain Zimmer
2024-07-02extmod/machine_usb_device: Add USBDevice.remote_wakeup method.Felix Dörre
2024-06-27extmod/extmod.mk: Disable maybe-uninitialized warnings in libm_dbl.Damien George
2024-06-20extmod/modasyncio: Add support for a callback on TaskQueue push.Damien George
2024-06-17extmod/modplatform: Add picolibc to the recognised libcs list.Alessandro Gatti
2024-06-08extmod/modlwip: Consolidate socket.accept timeout logic.Damien George
2024-06-08extmod/modlwip: Make socket.connect raise ETIMEDOUT on non-zero timeout.Damien George
2024-06-04extmod/network_lwip: Allow using the CIDR notation for addr4.robert-hh
2024-06-04extmod/network_ninaw10: Implement the ipconfig methods for ninaw10.robert-hh
2024-05-27extmod/modos: Only sync FAT filesystems using disk_ioctl.Damien George
2024-05-23extmod/modlwip: Use Nagle algorithm and add support for TCP_NODELAY.Jared Hancock
2024-05-07extmod/network_wiznet5k: Properly enable socket buffers for W5100(S).Jared Hancock
2024-04-24extmod/modasyncio: Make mp_asyncio_context variable public.Damien George
2024-03-29extmod/modopenamp: Use metal logging functions exclusively.iabdalkader
2024-03-29extmod/modopenamp: Set a default log handler for ports.iabdalkader
2024-03-28extmod/modtls_axtls: Add verify_mode and CERT_NONE constant.Damien George
2024-03-28examples/natmod/framebuf: Enable FrameBuffer.poly method.Damien George
2024-03-28extmod: Add interface and security constants at WLAN class level.iabdalkader