summaryrefslogtreecommitdiff
path: root/extmod
AgeCommit message (Expand)Author
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
2021-02-13extmod/uasyncio: Add asyncio.current_task().Jim Mussared
2021-02-12extmod/btstack: Enable SYNC_EVENTS, PAIRING_BONDING by default.Damien George
2021-02-12extmod/btstack: Add stub functions for passkey, l2cap bindings.Damien George
2021-02-12extmod/btstack: Add HCI trace debugging option in btstack_hci_uart.Damien George
2021-02-11extmod/vfs_posix_file: Allow closing an already closed file.Damien George
2021-01-30extmod/nimble: Improve the flow control for l2cap recv path.Jim Mussared
2021-01-29extmod/modonewire: Use pin_od_high/pin_od_low instead of pin_write.Damien George
2021-01-29extmod/modframebuf: Change int to unsigned int in format methods args.Damien George
2021-01-29extmod/vfs: Check block 0 and 1 when auto-detecting littlefs.Damien George
2021-01-22extmod/modbluetooth: Add ble.hci_cmd(ogf, ocf, req, resp) function.Jim Mussared
2020-12-23extmod/nimble: Don't assert on save-IRK failure.Jim Mussared
2020-12-23extmod/nimble: Reset NimBLE BSS in mp_bluetooth_init.Jim Mussared
2020-12-17extmod/vfs: Raise OSError(ENODEV) if mounting bdev without a filesystem.Oliver Joos
2020-12-14extmod/modubinascii: Update code, docs for hexlify now CPython has sep.Damien George
2020-12-02extmod/nimble: Generate and persist a unique IRK.Jim Mussared
2020-12-02extmod/modbluetooth: Add support for passkey authentication.Jim Mussared
2020-12-02extmod/modbluetooth: Simplify synchronous invoke_irq_handler signature.Jim Mussared
2020-12-02extmod/modbluetooth: Add support for bonding (key persistence).Jim Mussared
2020-12-02extmod/modbluetooth: Add gap_pair(conn_handle) func to intiate pairing.Jim Mussared
2020-12-02extmod/modbluetooth: Allow configuration of pairing/bonding parameters.Jim Mussared
2020-12-02extmod/modbluetooth: Add _IRQ_ENCRYPTION_UPDATE event.Andrew Leech
2020-12-02extmod/modbluetooth: Add compile-config flag to enable pairing/bonding.Jim Mussared
2020-12-02extmod/modbluetooth: Allow user-specified reason in read request IRQ.Jim Mussared
2020-12-02extmod/modbluetooth: Allow setting char/desc enc/auth options.Andrew Leech
2020-12-02extmod/modbluetooth: Add _IRQ_CONNECTION_UPDATE event.Andrew Leech
2020-12-02extmod/nimble: Fail read if the characteristic is too big.Jim Mussared
2020-12-02extmod/uasyncio: Fix cancellation handling of wait_for.Damien George
2020-12-02extmod/uasyncio: Add Task.done() method.Damien George
2020-12-02extmod/uasyncio: Delay calling Loop.call_exception_handler by 1 loop.Damien George
2020-11-24extmod/nimble/modbluetooth_nimble: Fix build when l2cap unavailable.Jim Mussared
2020-11-24extmod/modbluetooth: Add API for L2CAP channels.Jim Mussared
2020-11-23extmod/machine_i2c: Add init protocol method for generic I2C bindings.Damien George
2020-11-13extmod/nimble: Make stm32 and unix NimBLE ports use synchronous events.Jim Mussared
2020-11-13extmod/modbluetooth: Re-instate optional no-ringbuf modbluetooth.Jim Mussared
2020-11-13extmod/nimble: Poll startup directly rather than using NimBLE sem.Jim Mussared
2020-11-13extmod/modbluetooth: Combine gattc-data-available callbacks into one.Jim Mussared