summaryrefslogtreecommitdiff
path: root/extmod
AgeCommit message (Expand)Author
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
2020-11-13extmod/modbluetooth: Make UUID type accessible outside modbluetooth.c.Jim Mussared
2020-11-13extmod/machine_mem: Only allow integers in machine.memX subscript.Arrowana
2020-11-11extmod/moductypes: Fix storing to (U)INT64 arrays on 32-bit archs.Damien George
2020-11-05extmod/nimble/nimble.mk: Add -Wno-old-style-declaration.Jim Mussared
2020-11-05extmod/btstack/btstack.mk: Add -Wimplicit-fallthrough=0.Jim Mussared
2020-10-29extmod/modurandom: Support urandom.seed() without an argument.Damien George
2020-10-29extmod/vfs_lfs: Support mounting LFS filesystems in read-only mode.Damien George
2020-10-22py, extmod: Introduce and use MP_FALLTHROUGH macro.Emil Renner Berthing
2020-10-22extmod: Disable -Wmissing-field-initializers for lfs2.Emil Renner Berthing
2020-10-22py, extmod: Add explicit initializers for default values.Emil Renner Berthing
2020-10-01extmod/utime_mphal: Add generic utime.time_ns() function.Damien George
2020-10-01ports: Support legacy soft I2C/SPI construction via id=-1 arg.Damien George
2020-10-01extmod/machine_spi: Remove "id" arg in SoftSPI constructor.Damien George
2020-10-01extmod/machine_i2c: Remove "id" arg in SoftI2C constructor.Damien George
2020-10-01extmod/machine_i2c: Rename type to SoftI2C and add custom print method.Damien George
2020-09-30extmod/modure: Allow \\ in re.sub replacements.Andrew Leech
2020-09-25extmod/modbluetooth: Change module-owned bytes objects to memoryview.Damien George
2020-09-23extmod/vfs: Fix lookup of entry in root dir so it fails correctly.Damien George
2020-09-18all: Rename absolute time-based functions to include "epoch".Damien George
2020-09-18extmod/modbluetooth: Implement MTU.Jim Mussared
2020-09-15extmod/modbluetooth: Print UUIDs correctly.Jim Mussared
2020-09-15extmod/modbluetooth: Make BLE.irq() method positional only.Jim Mussared
2020-09-15extmod/modbluetooth: Fix handling of optional data/uuid args.Jim Mussared
2020-09-11extmod/modussl_axtls: Reduce size of code that makes exception.Damien George
2020-09-08extmod/nimble: Add timeout for HCI sync on startup.Jim Mussared
2020-09-08extmod/btstack: Detect HCI UART init failure.Jim Mussared
2020-09-08extmod/btstack: Add btstack support for _IRQ_GATTS_READ_REQUEST.Andrew Leech
2020-09-08extmod/modbluetooth: Allow using mp_hal_get_mac as a static address.Jim Mussared
2020-09-08extmod/modbluetooth: Implement configuration of address modes.Jim Mussared
2020-09-08unix: Implement BLE H4 HCI UART for btstack/nimble.Jim Mussared
2020-09-08extmod/nimble: Implement NimBLE mutex.Jim Mussared
2020-09-08extmod/nimble: Make nimble_malloc work with allocated size.Jim Mussared
2020-09-08extmod/nimble: Set struct alignment correctly on 64-bit arch.Jim Mussared
2020-09-08extmod/modbluetooth: Refactor stack/hci/driver/port bindings.Jim Mussared
2020-09-08extmod/modbluetooth: Rename logging macro to be just DEBUG_printf.Jim Mussared
2020-09-04all: Rename "sys" module to "usys".stijn
2020-09-01extmod/vfs: Add option to use 1970 as Epoch.Damien George