1167 Commits (18caf49a7fab84f55fdf170eb5ca1c27206ccc76)

Author SHA1 Message Date
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
Jim Mussared bc9ec1cf71 extmod/modbluetooth: Merge gatts_notify/indicate implementation. 2 years ago
Damien George 9e6885ad82 extmod/btstack: Switch to use hci_dump_init instead of hci_dump_open. 2 years ago
iabdalkader b4a0390cbe extmod/network_ninaw10: Add missing raw socket type to socket(). 2 years ago
Oliver Joos f34af3e42e extmod/network_cyw43: Add support to get STA RSSI using status() method. 2 years ago
Oliver Joos 11b5ee0d7c extmod/network_cyw43: Fix setting hostname using config() method. 2 years ago
iabdalkader 3d46fe67bf extmod/network_ninaw10: Check socket types when creating new sockets. 2 years ago
Jeremy Rand d677023b3d extmod/vfs_posix: Do not filter '..*' in ilistdir when filtering '..'. 2 years ago
Damien George 36ae5d3e87 extmod/network_cyw43: Use CYW43_CHANNEL_NONE for default arg in connect. 2 years ago
Jim Mussared bad0098a49 stm32: Update to use the open-source lib version of cyw43-driver. 2 years ago
Jim Mussared f78464c12b extmod/modnetwork: Allow more extensive port-specific customisation. 2 years ago
Jim Mussared a377302623 extmod/modnetwork: Add network.hostname() and network.country(). 2 years ago
Damien George 95082693c3 extmod/modbtree: Move system includes within MICROPY_PY_BTREE guard. 2 years ago
Damien George fe330c74f4 extmod/utime_mphal: Fix comment re delta range check in time_ticks_add. 2 years ago
Jim Mussared 8b27482692 top: Update Python formatting to black "2023 stable style". 2 years ago
Florian Weimer f24cfd1a69 extmod/axtls-include: Add back needed header files for building axTLS. 2 years ago