summaryrefslogtreecommitdiff
path: root/extmod
AgeCommit message (Expand)Author
2023-11-01lib/littlefs: Update LittleFS to v2.8.1.Daniƫl van de Giessen
2023-10-31extmod: Remove empty utime_mphal.h file.Damien George
2023-10-27extmod/network_ninaw10: Fix select flags handling in socket poll.iabdalkader
2023-10-26extmod/modmachine: Consolidate mem, i2c and spi headers to modmachine.h.Damien George
2023-10-26extmod/modmachine: Consolidate simple machine headers into modmachine.h.Damien George
2023-10-26extmod/modmachine: Clean up decls of machine types to use common ones.Damien George
2023-10-26extmod/machine_uart: Factor ports' UART Python bindings to common code.Damien George
2023-10-23extmod/machine_adc: Factor ports' ADC Python bindings to common code.Damien George
2023-10-20extmod/machine_i2s: Factor comments, some enums and macros.Damien George
2023-10-20extmod/machine_i2s: Factor init_helper argument parsing.Damien George
2023-10-20extmod/machine_i2s: Factor print function.Damien George
2023-10-20extmod/machine_i2s: Factor I2S.irq method.Damien George
2023-10-20extmod/machine_i2s: Factor I2S.shift method.Damien George
2023-10-20extmod/machine_i2s: Factor stream and ring-buf code.Damien George
2023-10-20extmod/machine_i2s: Factor ports' I2S Python bindings to common code.Damien George
2023-10-20extmod/machine_pwm: Remove header file and move decls to .c file.Damien George
2023-10-20extmod/machine_wdt: Factor ports' WDT Python bindings to common code.Damien George
2023-10-20extmod/network_ninaw10: Raise an error if nina_ioctl fails.iabdalkader
2023-10-19extmod/vfs_posix: Fix getcwd() on non-root VFS.Christian Walther
2023-10-19extmod/vfs_posix: Fix relative paths on non-root VFS.Christian Walther
2023-10-19extmod/vfs_posix: Fix relative root path.Christian Walther
2023-10-16extmod/modframebuf: Remove FrameBuffer1 from natmod build.Jim Mussared
2023-10-16extmod/modframebuf: Fix FrameBuffer get-buffer implementation.Jim Mussared
2023-10-16extmod/modframebuf: Validate FrameBuffer bounds against input buffer.Jim Mussared
2023-10-13extmod/asyncio: Emit errors to stderr, not stdout.Matthias Urlichs
2023-10-12extmod/moductypes: Validate that uctypes.struct addr argument is an int.Damien George
2023-10-12py/builtinevex: Handle invalid filenames for execfile.Jim Mussared
2023-10-05extmod/vfs_posix_file: Fix flush handling in msvc builds.stijn
2023-10-04extmod/modnetwork: Forward if.config(hostname) to network.hostname.Jim Mussared
2023-10-04extmod/modnetwork: Increase max hostname length to 32.Jim Mussared
2023-10-03all: Fix various spelling mistakes found by codespell 2.2.6.Damien George
2023-10-02extmod/asyncio/stream.py: Fix cancellation handling of start_server.Jim Mussared
2023-09-29extmod/btstack/btstack_hci_uart: Trigger a poll after UART data is sent.Damien George
2023-09-29extmod/asyncio/event.py: Fix ThreadSafeFlag.ioctl return.Jim Mussared
2023-09-29extmod/modssl_axtls: Only close underlying socket once if it was used.Damien George
2023-09-14extmod/network_esp_hosted: Add ESP-Hosted networking interface.iabdalkader
2023-09-14drivers/esp-hosted: Add host driver for ESP-Hosted firmware.iabdalkader
2023-09-12extmod/modlwip: Fix setting of IP option SOF_BROADCAST.Damien George
2023-09-03extmod/modssl_mbedtls: Ignore err ERR_SSL_RECEIVED_NEW_SESSION_TICKET.Mirko Vogt
2023-09-03extmod/modssl_mbedtls: Call func psa_crypto_init if PSA is used.Mirko Vogt
2023-09-01extmod/{modlwip,modsocket}: Add support for SO_BROADCAST socket option.Wang Xuancong
2023-09-01extmod/vfs_posix_file: Implement sys.std*.buffer objects.stephanelsmith
2023-09-01extmod/vfs_posix_file: Fix flush handling on macOS.stephanelsmith
2023-09-01extmod/moddeflate: Change default window size.Jim Mussared
2023-08-30extmod/modssl_mbedtls: Clear sock member if error creating SSLSocket.Damien George
2023-08-15all: Remove query-variants make target.Jim Mussared
2023-08-15esp32/Makefile: Implement `make submodules` to match other ports.Jim Mussared
2023-08-14extmod/modselect: Properly track number of poll objects that are fd's.Damien George
2023-08-09extmod/modssl_mbedtls: Fix ioctl of a socket in closed/error state.Damien George
2023-08-09extmod/modssl_mbedtls: Reject ioctls that are not supported.Damien George