summaryrefslogtreecommitdiff
path: root/extmod
AgeCommit message (Expand)Author
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
2021-06-23stm32: Provide a custom BTstack runloop that integrates with soft timer.Damien George
2021-06-17extmod/nimble: Remove TODO comment about notify_custom freeing om.Damien George
2021-06-16extmod/uasyncio: Fix race with cancelled task waiting on finished task.Damien George
2021-06-15extmod/uasyncio: Add readinto() method to Stream class.Mike Teachman
2021-06-08extmod/uasyncio: Fix start_server and wait_closed race condition.Miguel Grinberg
2021-05-30extmod/modurandom: Support an argument of bits=0 to getrandbits.Damien George
2021-05-30extmod/modurandom: Add error message when getrandbits has bad value.Macarthur Inbody
2021-05-26extmod/moduhashlib: Put hash obj in final state after digest is called.Damien George
2021-05-06extmod/moductypes: Fix size and offset calculation for ARRAY of FLOAT32.Damien George
2021-05-06extmod/moductypes: Replace numbers with macro constants.Damien George
2021-05-06extmod/moductypes: Remove double blank lines and debugging printf's.Damien George
2021-05-06extmod: Remove old comments used for auto-doc generation.Damien George
2021-04-30all: Rename mp_keyboard_interrupt to mp_sched_keyboard_interrupt.Damien George
2021-04-23extmod/uasyncio: Use .errno instead of .args[0] for OSError exceptions.Damien George
2021-04-09extmod/extmod.cmake: Add support to build btree module with CMake.Damien George
2021-04-06extmod/re1.5: Check and report byte overflow errors in _compilecode.Jeff Epler
2021-03-16extmod/modbluetooth: Free temp arrays in gatts register services.Damien George
2021-03-14extmod/extmod.cmake: Add modonewire.c to MICROPY_SOURCE_EXTMOD list.Damien George
2021-02-19extmod/modbluetooth: Separate enabling of "client" from "central".Jim Mussared
2021-02-17extmod/btstack: Use MICROPY_HW_BLE_UART_BAUDRATE for first UART init.Damien George
2021-02-17extmod/modussl: Fix ussl read/recv/send/write errors when non-blocking.Thorsten von Eicken
2021-02-17extmod/modbluetooth: Allow NimBLE to use Zephyr static address.Jim Mussared
2021-02-17extmod/nimble/hal/hal_uart: Fix HCI_TRACE format specifiers.Jim Mussared
2021-02-16extmod/uasyncio: Add ThreadSafeFlag.Jim Mussared
2021-02-16extmod/moduselect: Fix unsigned/signed comparison for timeout!=-1.Jim Mussared
2021-02-16extmod/nimble: Ensure handle is set on read error.Jim Mussared
2021-02-15py,extmod: Add core cmake rule files.Damien George