summaryrefslogtreecommitdiffstatshomepage
path: root/extmod
Commit message (Expand)AuthorAge
* drivers/esp-hosted: Rename Bluetooth HCI backend driver.iabdalkader8 days
* extmod/modbluetooth: Use newer mp_map_slot_is_filled function.Andrew Leech8 days
* extmod/machine_usb_device: Add exception text wrappers.Andrew Leech8 days
* extmod/extmod.mk: Switch from drivers/cyw43/cywbt to lib/cyw43-drivers.Damien George2025-04-08
* extmod/extmod.mk: Add cyw43_spi.c to list of sources.Damien George2025-04-08
* rp2,esp32,extmod: Implement UPDATE_SUBMODULES in CMake.Angus Gratton2025-03-27
* extmod/vfs_rom: Implement minimal VfsRom.getcwd() method.Damien George2025-03-27
* extmod/vfs: Return mount table from no-args vfs.mount call.Anson Mansfield2025-03-27
* extmod/vfs: Refactor mp_vfs_mount to enable no-args mount overload.Anson Mansfield2025-03-27
* extmod/moddeflate: Keep DeflateIO state consistent on window alloc fail.Damien George2025-03-27
* extmod/network_cyw43: Add WPA3 security constants.Damien George2025-03-12
* extmod/vfs: Add mp_vfs_mount_romfs_protected() helper.Damien George2025-03-06
* extmod/modvfs: Add vfs.rom_ioctl function and its ioctl constants.Damien George2025-03-06
* extmod/vfs_rom: Add bounds checking for all filesystem accesses.Damien George2025-02-26
* all: Upgrade codespell to v2.4.1.Christian Clauss2025-02-25
* extmod/modtls_mbedtls: Wire in support for DTLS.Keenan Johnson2025-02-14
* extmod/lwip-include: Increase number of lwIP timers when mDNS enabled.Thomas Watson2025-02-14
* extmod/vfs_rom: Remove ability to create VfsRom from an address.Damien George2025-02-11
* extmod/modmarshal: Add new marshal module.Damien George2025-02-11
* extmod/mbedtls: Try GC before failing to setup socket on esp32, unix.Angus Gratton2025-02-03
* extmod/lwip-include: Factor common lwIP config into lwipopts_common.h.Damien George2025-01-29
* extmod/modlwip: Fix incorrect peer address for IPv6.Jared Hancock2025-01-29
* lib/mbedtls: Update to mbedtls v3.6.2.Glenn Strauss2025-01-17
* extmod/moddeflate: Add missing size_t cast.Yoctopuce2025-01-02
* extmod/modsocket: Add missing static in private function definitions.Yoctopuce2025-01-02
* extmod/vfs_reader: Add support for opening a memory-mappable file.Damien George2024-12-23
* extmod/vfs_rom: Add VfsRom filesystem object.Damien George2024-12-23
* extmod/vfs: Guard mutating fs functions with MICROPY_VFS_WRITABLE.Damien George2024-12-20
* extmod/moductypes: Fix large return values of addressof and INT_MAYBE.Damien George2024-12-18
* extmod/modplatform: Distinguish RISC-V 64 from RISC-V 32.Alessandro Gatti2024-12-10
* extmod/extmod.mk: Fix libmetal build prefix.iabdalkader2024-12-10
* extmod/modplatform: Add Android to the recognised platforms list.Alessandro Gatti2024-11-30
* extmod/modplatform: Add Clang to the known compilers list.Alessandro Gatti2024-11-30
* extmod/modplatform: Distinguish AArch64 from AArch32.Alessandro Gatti2024-11-30
* extmod/modframebuf: Fix 0 radius bug in FrameBuffer.ellipse.Corran Webster2024-11-28
* extmod/network_cyw43: Allow configuring active AP interface.Angus Gratton2024-11-20
* extmod/network_cyw43: Fix uninitialised variable in status('stations').Damien George2024-11-20
* extmod/network_cyw43: Fix isconnected() result on AP interface.Angus Gratton2024-11-20
* extmod/vfs_blockdev: Support bool return from Python read/write blocks.Damien George2024-11-13
* extmod/network_ppp: Allow stream=None to suspend PPP.Daniël van de Giessen2024-11-13
* extmod/network_ppp: Add stream config parameter.Daniël van de Giessen2024-11-13
* extmod/modlwip: Don't allow writing to a TCP socket that is connecting.Damien George2024-11-13
* extmod/nimble: Remove asserts of ediv_rand_present and adjust comments.Damien George2024-11-05
* extmod/modlwip: Fix IGMP address type when IPv6 is enabled.Damien George2024-11-04
* extmod/modtls_mbedtls: Support alternate sign callbacks in Python.iabdalkader2024-10-25
* extmod/modtls_mbedtls: Add a thread-global ptr for current SSL context.iabdalkader2024-10-25
* extmod/network_wiznet5k: Reset mDNS when interface is brought up.Jared Hancock2024-10-23
* extmod/modframebuf: Fix FrameBuffer size check for stride corner-cases.Corran Webster2024-10-22
* extmod/vfs_posix_file: Skip flush of tty handles in msvc debug builds.stijn2024-10-09
* extmod/vfs_blockdev: Implement common helper for read and write.Angus Gratton2024-09-26