1190 Commits (397697aa8368f45bd0794e22a25083e9e18e3cfe)

Author SHA1 Message Date
Damien George 8dbdac8c82 extmod/modlwip: Fix setting of IP option SOF_BROADCAST. 1 year ago
Mirko Vogt 65f0cb11af extmod/modssl_mbedtls: Ignore err ERR_SSL_RECEIVED_NEW_SESSION_TICKET. 1 year ago
Mirko Vogt 1b03518e37 extmod/modssl_mbedtls: Call func psa_crypto_init if PSA is used. 1 year ago
Wang Xuancong 25b89cbe94 extmod/{modlwip,modsocket}: Add support for SO_BROADCAST socket option. 1 year ago
stephanelsmith db06041d59 extmod/vfs_posix_file: Implement sys.std*.buffer objects. 1 year ago
stephanelsmith 1c047742a2 extmod/vfs_posix_file: Fix flush handling on macOS. 1 year ago
Jim Mussared 32db4c58f7 extmod/moddeflate: Change default window size. 1 year ago
Damien George 313068a5b3 extmod/modssl_mbedtls: Clear sock member if error creating SSLSocket. 1 year ago
Jim Mussared 9573d31071 all: Remove query-variants make target. 1 year ago
Jim Mussared ad123ed013 esp32/Makefile: Implement `make submodules` to match other ports. 1 year ago
Damien George f6af48416d extmod/modselect: Properly track number of poll objects that are fd's. 1 year ago
Damien George d529c20674 extmod/modssl_mbedtls: Fix ioctl of a socket in closed/error state. 1 year ago
Damien George 20d3a6b196 extmod/modssl_mbedtls: Reject ioctls that are not supported. 1 year ago
Damien George 3f417e8943 extmod/modselect: Remove undocumented support for flags arg to poll. 1 year ago
Damien George ef71028f77 extmod/modselect: Add optimisation to use system poll when possible. 1 year ago
Damien George ebc6556346 extmod/modselect: Factor low-level polling code into common function. 1 year ago
Damien George 7f2efb4144 extmod/modselect: Abstract out a poll_set_t struct and functions. 1 year ago
Damien George 22106bf2fa extmod/vfs_posix_file: Add poll support for missing ERR,HUP,NVAL values. 1 year ago
Jim Mussared 70c564324c extmod/modssl_mbedtls: Reference SSLContext from SSLSocket. 1 year ago
Jim Mussared 3533924c36 extmod/moddeflate: Add deflate module providing the DeflateIO class. 1 year ago
Jim Mussared 198311c780 py/stream: Add mp_stream___exit___obj that calls mp_stream_close. 1 year ago
Jim Mussared add1200343 all: Remove the zlib module. 1 year ago
Damien George e8a4c1dd53 extmod/modssl: Add SSLContext class. 1 year ago
Damien George 18caf49a7f extmod/modbtree: Undefine queue macros before including berkeley-db. 1 year ago
Damien George 402fdc40fb extmod/modplatform: Set MICROPY_PLATFORM_ARCH on riscv platforms. 1 year ago
Damien George e7ae3ad92d extmod: Update to support mbedtls 3.x. 2 years ago
Duncan Lowther ae77836370
extmod/modbinascii: Fix buffer length error. 1 year ago
Jim Mussared ca79b49619 extmod/asyncio/uasyncio.py: Add backwards-compatible uasyncio alias. 1 year ago
Jim Mussared 2fbc08c462 extmod/asyncio: Rename uasyncio to asyncio. 1 year ago
Peter Harper ba83f6d50c extmod/btstack: Fix marking of static addresses in set_random_address. 2 years ago
Peter Harper 35182a8688 extmod/btstack: Add cmake support for BTstack. 2 years ago
Jim Mussared a1fbb1980c extmod/modtimeq: Remove timeq module. 1 year ago
Jim Mussared 5fd042e7d1 all: Replace all uses of umodule in Python code. 2 years ago
Jim Mussared 2eba98f1e0 all: Use MP_REGISTER_EXTENSIBLE_MODULE for overrideable built-ins. 1 year ago
Jim Mussared 45ac651d1a all: Rename *umodule*.c to remove the "u" prefix. 2 years ago
Jim Mussared 0ceccd4cf8 all: Rename *umodule*.h to remove the "u" prefix. 2 years ago
Jim Mussared f5f9edf645 all: Rename UMODULE to MODULE in preprocessor/Makefile vars. 2 years ago
Jim Mussared 7f5d5c7271 all: Rename mod_umodule*, ^umodule* to remove the "u" prefix. 2 years ago
Jim Mussared 1bf2dcb15e all: Rename mp_umodule*, mp_module_umodule* to remove the "u" prefix. 2 years ago
Jim Mussared 30628d1bb7 all: Rename MP_QSTR_umodule to MP_QSTR_module everywhere. 2 years ago
Damien George 48ffd6596e py: Change MP_UNARY_OP_INT to MP_UNARY_OP_INT_MAYBE. 1 year ago
robert-hh 5a991b4290 extmod/moduos: Move os.sync() into extmod/moduos.c. 1 year ago
Chris Wilson 1ecc54888f extmod/extmod.mk: Suppress deprecated-non-prototype warning. 2 years ago
Mingjie Shen a9fc0343f0 extmod/vfs_lfsx: Fix offset used before range check. 2 years ago
Damien George a31e3de400 extmod/network_cyw43: Add power management constants. 2 years ago
Damien George 38243cd8e0 extmod/machine_pwm: Remove PWM_INIT and PWM_DUTY_U16_NS config options. 2 years ago
Christian Clauss 79e57473b2 all: Fix various Python coding inconsistencies found by ruff. 2 years ago
Carlosgg 7e0a38f7f7 lib/mbedtls: Update to mbedtls v2.28.1. 2 years ago
Damien George b1229efbd1 all: Fix spelling mistakes based on codespell check. 2 years ago
Damien George 9955553001 extmod/modutime: Provide a generic time module. 2 years ago