summaryrefslogtreecommitdiff
path: root/extmod
AgeCommit message (Expand)Author
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
2023-04-27all: Fix spelling mistakes based on codespell check.Damien George
2023-04-27extmod/modutime: Provide a generic time module.Damien George
2023-04-27extmod/utime_mphal: Provide a general mktime function.Damien George
2023-04-26extmod/btstack/modbluetooth_btstack: Add default services.Jim Mussared
2023-04-26extmod/modbluetooth: Make all HCI transports trace in the same format.Jim Mussared
2023-04-26extmod/nimble: Fix flags for descriptor registration.Jim Mussared
2023-04-26extmod/btstack: Add support for CCCD to allow client subscriptions.Jim Mussared
2023-04-26extmod/btstack: Fix MTU handling.Jim Mussared
2023-04-26extmod/btstack: Include value handle in client read/write events.Jim Mussared
2023-04-26extmod/btstack: Fix indicate/notify queuing.Jim Mussared
2023-04-26extmod/modbluetooth: Merge gatts_notify/indicate implementation.Jim Mussared
2023-04-22extmod/btstack: Switch to use hci_dump_init instead of hci_dump_open.Damien George
2023-04-05extmod/network_ninaw10: Add missing raw socket type to socket().iabdalkader
2023-04-04extmod/network_cyw43: Add support to get STA RSSI using status() method.Oliver Joos
2023-04-04extmod/network_cyw43: Fix setting hostname using config() method.Oliver Joos
2023-04-04extmod/network_ninaw10: Check socket types when creating new sockets.iabdalkader
2023-03-21extmod/vfs_posix: Do not filter '..*' in ilistdir when filtering '..'.Jeremy Rand
2023-03-01extmod/network_cyw43: Use CYW43_CHANNEL_NONE for default arg in connect.Damien George
2023-03-01stm32: Update to use the open-source lib version of cyw43-driver.Jim Mussared
2023-03-01extmod/modnetwork: Allow more extensive port-specific customisation.Jim Mussared
2023-03-01extmod/modnetwork: Add network.hostname() and network.country().Jim Mussared
2023-02-21extmod/modbtree: Move system includes within MICROPY_PY_BTREE guard.Damien George
2023-02-15extmod/utime_mphal: Fix comment re delta range check in time_ticks_add.Damien George
2023-02-02top: Update Python formatting to black "2023 stable style".Jim Mussared
2023-01-12extmod/axtls-include: Add back needed header files for building axTLS.Florian Weimer
2022-12-20extmod/network_cyw43: Fix handling of networks with open security.Damien George
2022-12-15extmod/modussl_mbedtls: Fix support for ioctl(MP_STREAM_POLL).Damien Tournoud
2022-12-15extmod/modnetwork: Use a type protocol to implement NIC functions.Jim Mussared
2022-12-14extmod/uasyncio: Fix syntax of generator functions.Damien Tournoud
2022-12-09extmod/modframebuf: Fix crash in FrameBuffer scrolling beyond extents.TPReal
2022-11-18extmod/moduplatform: Fix MSVC x86_64 check.David Lechner