1182 Commits (1a5c9b9da4f16f5f7bd91c3420022d4ec0e6fa1a)

Author SHA1 Message Date
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
Damien George 26cc647fce extmod/utime_mphal: Provide a general mktime function. 2 years ago
Jim Mussared 67fb0beddb extmod/btstack/modbluetooth_btstack: Add default services. 2 years ago
Jim Mussared a42a8022d8 extmod/modbluetooth: Make all HCI transports trace in the same format. 2 years ago
Jim Mussared e6de6656f4 extmod/nimble: Fix flags for descriptor registration. 2 years ago
Jim Mussared bb4ee06d98 extmod/btstack: Add support for CCCD to allow client subscriptions. 2 years ago
Jim Mussared a2df439dd3 extmod/btstack: Fix MTU handling. 2 years ago
Jim Mussared a6aa7397d8 extmod/btstack: Include value handle in client read/write events. 2 years ago
Jim Mussared 256f47e2f8 extmod/btstack: Fix indicate/notify queuing. 2 years ago