summaryrefslogtreecommitdiff
path: root/extmod
AgeCommit message (Expand)Author
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
2023-08-07extmod/modselect: Remove undocumented support for flags arg to poll.Damien George
2023-08-07extmod/modselect: Add optimisation to use system poll when possible.Damien George
2023-08-07extmod/modselect: Factor low-level polling code into common function.Damien George
2023-08-07extmod/modselect: Abstract out a poll_set_t struct and functions.Damien George
2023-08-06extmod/vfs_posix_file: Add poll support for missing ERR,HUP,NVAL values.Damien George
2023-08-01extmod/modssl_mbedtls: Reference SSLContext from SSLSocket.Jim Mussared
2023-07-21extmod/moddeflate: Add deflate module providing the DeflateIO class.Jim Mussared
2023-07-21py/stream: Add mp_stream___exit___obj that calls mp_stream_close.Jim Mussared
2023-07-21all: Remove the zlib module.Jim Mussared
2023-06-26extmod/modssl: Add SSLContext class.Damien George
2023-06-23extmod/modbtree: Undefine queue macros before including berkeley-db.Damien George
2023-06-23extmod/modplatform: Set MICROPY_PLATFORM_ARCH on riscv platforms.Damien George
2023-06-23extmod: Update to support mbedtls 3.x.Damien George
2023-06-21extmod/modbinascii: Fix buffer length error.Duncan Lowther
2023-06-19extmod/asyncio/uasyncio.py: Add backwards-compatible uasyncio alias.Jim Mussared
2023-06-19extmod/asyncio: Rename uasyncio to asyncio.Jim Mussared
2023-06-14extmod/btstack: Fix marking of static addresses in set_random_address.Peter Harper
2023-06-14extmod/btstack: Add cmake support for BTstack.Peter Harper
2023-06-08extmod/modtimeq: Remove timeq module.Jim Mussared
2023-06-08all: Replace all uses of umodule in Python code.Jim Mussared
2023-06-08all: Use MP_REGISTER_EXTENSIBLE_MODULE for overrideable built-ins.Jim Mussared
2023-06-08all: Rename *umodule*.c to remove the "u" prefix.Jim Mussared
2023-06-08all: Rename *umodule*.h to remove the "u" prefix.Jim Mussared
2023-06-08all: Rename UMODULE to MODULE in preprocessor/Makefile vars.Jim Mussared
2023-06-08all: Rename mod_umodule*, ^umodule* to remove the "u" prefix.Jim Mussared
2023-06-08all: Rename mp_umodule*, mp_module_umodule* to remove the "u" prefix.Jim Mussared
2023-06-08all: Rename MP_QSTR_umodule to MP_QSTR_module everywhere.Jim Mussared
2023-06-01py: Change MP_UNARY_OP_INT to MP_UNARY_OP_INT_MAYBE.Damien George
2023-06-01extmod/moduos: Move os.sync() into extmod/moduos.c.robert-hh
2023-05-19extmod/extmod.mk: Suppress deprecated-non-prototype warning.Chris Wilson
2023-05-19extmod/vfs_lfsx: Fix offset used before range check.Mingjie Shen
2023-05-08extmod/network_cyw43: Add power management constants.Damien George
2023-05-04extmod/machine_pwm: Remove PWM_INIT and PWM_DUTY_U16_NS config options.Damien George
2023-05-02all: Fix various Python coding inconsistencies found by ruff.Christian Clauss
2023-04-30lib/mbedtls: Update to mbedtls v2.28.1.Carlosgg