summaryrefslogtreecommitdiff
path: root/extmod
AgeCommit message (Expand)Author
2021-11-18extmod/uplatform: Use generic custom platform string.stijn
2021-11-18extmod/uplatform: Remove unused definitions.stijn
2021-11-17extmod/uasyncio: Fix gather returning exceptions from a cancelled task.Damien George
2021-11-13drivers/ninaw10: Add ublox Nina-W10 WiFi/BT module driver.iabdalkader
2021-10-26extmod/nimble: Remove workaround for OS_ENOMEM.Jim Mussared
2021-10-26extmod/nimble: Update to NimBLE v1.4.Jim Mussared
2021-10-26extmod/modbluetooth: Add connection interval to gap_connect.Jim Mussared
2021-10-19extmod/vfs_posix_file: Support MP_STREAM_POLL in vfs_posix_file_ioctl.Andrew Leech
2021-09-24extmod/moduplatform: Improve implementation for PC ports.stijn
2021-09-19extmod: Add platform module.iabdalkader
2021-09-19rp2: Add framework for networking.iabdalkader
2021-09-19extmod/nimble: Add nimble CMake fragment file.iabdalkader
2021-09-19extmod/mpbthci.h: Add mp_bluetooth_hci_uart_any prototype.iabdalkader
2021-09-15extmod/modnetwork: Remove modnetwork socket u_state member.iabdalkader
2021-09-15extmod/modnetwork: Remove STM32 references.iabdalkader
2021-09-15extmod/network_cyw43: Make consistent use of STA and AP constants.Damien George
2021-09-15extmod/modnetwork: Define network interfaces in port config files.iabdalkader
2021-09-15extmod/modusocket: Add read/write stream methods to socket object.iabdalkader
2021-09-15extmod/modnetwork: Add extended socket state.iabdalkader
2021-09-15extmod/modnetwork: Add STA_IF and AP_IF constants.iabdalkader
2021-09-15extmod: Move modnetwork and modusocket from stm32 to extmod.iabdalkader
2021-09-04extmod/machine_pwm: Factor out machine.PWM bindings to common code.Damien George
2021-09-02extmod/modonewire: Make _onewire module configurable via macro option.Damien George
2021-09-02extmod/machine_spi: Make SoftSPI configurable via macro option.Damien George
2021-09-02extmod/machine_i2c: Make SoftI2C configurable via macro option.Damien George
2021-08-31drivers/cyw43: Make wifi join fail if interface is not active.Damien George
2021-08-25extmod/modframebuf: Enable blit between different formats via a palette.Peter Hinch
2021-08-19extmod: Add machine.bitstream.Jim Mussared
2021-08-14extmod/modbluetooth: Add send_update arg to gatts_write.Jim Mussared
2021-08-13extmod/modlwip: Fix close and clean up of UDP and raw sockets.Damien George
2021-08-07extmod/modujson: Add support for dump/dumps separators keyword-argument.Peter Züger
2021-07-31extmod/uasyncio: In open_connection use address info in socket creation.oclyke
2021-07-23extmod/nimble: Add "memory stalling" mechanism for l2cap_send.Jim Mussared
2021-07-23extmod/nimble: Allow modbluetooth binding to hook "sent HCI packet".Jim Mussared
2021-07-23extmod/modbluetooth: Clamp MTU values to 32->UINT16_MAX.Jim Mussared
2021-07-22extmod/utime: Always invoke mp_hal_delay_ms when >= to 0ms.Josh Lloyd
2021-07-17extmod/btstack/btstack.mk: Use -Wno-implicit-fallthrough, not =0.Damien George
2021-07-17extmod/nimble: Fix leak in l2cap_send if send-while-stalled.Jim Mussared
2021-07-17extmod/moduselect: Conditionally compile select().David Lechner
2021-07-15py: Introduce and use mp_raise_type_arg helper.Damien George
2021-07-12all: Update to point to files in new shared/ directory.Damien George
2021-07-12extmod: Update for move of crypto-algorithms, re1.5, uzlib to lib.Damien George
2021-07-12lib/crypto-algorithms: Move crypto-algorithms code from extmod to lib.Damien George
2021-07-12lib/uzlib: Move uzlib code from extmod to lib.Damien George
2021-07-12lib/re1.5: Move re1.5 code from extmod to lib.Damien George
2021-07-08extmod/axtls-include: Add axtls_os_port.h to customise axTLS.Damien George
2021-06-26extmod/uasyncio: Get addr and bind server socket before creating task.Damien George
2021-06-24all: Fix signed shifts and NULL access errors from -fsanitize=undefined.Jeff Epler
2021-06-23extmod/btstack: Check that BLE is active before performing operations.Damien George
2021-06-23extmod/btstack: Add missing call to mp_bluetooth_hci_uart_deinit.Damien George