aboutsummaryrefslogtreecommitdiff
path: root/extmod
AgeCommit message (Expand)Author
2019-12-04stm32/mpconfigport.h: Use IRQ_PRI_PENDSV to protect bluetooth ringbuf.Damien George
2019-12-02extmod/modbluetooth: Remove limit on data coming from gattc data input.Damien George
2019-12-02extmod/modbluetooth: Simplify how BLE IRQ callback is scheduled.Damien George
2019-11-26extmod/vfs_lfs: Fix bug when passing no args to constructor and mkfs.Damien George
2019-11-26extmod/vfs_lfs: Pass flag along to ioctl when init'ing bdev for lfs.Damien George
2019-11-25extmod/modbluetooth: Simplify management of pre-allocated event data.Jim Mussared
2019-11-25extmod/modbluetooh_nimble: Fix UUID conversion for 16 and 32 bit values.Jim Mussared
2019-11-25extmod/modbluetooth_nimble: Make gap_scan_stop no-op if no scan ongoing.Jim Mussared
2019-11-25extmod/modbluetooth: Create UUID from bytes and allow comparison ops.Jim Mussared
2019-11-21extmod/modbluetooth: Prioritise non-scan-result events.Jim Mussared
2019-11-11extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports.Damien George
2019-11-06extmod/vfs: Add autodetect of littlefs filesystem when mounting.Damien George
2019-11-05all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x).Damien George
2019-11-01extmod/modbtree: Make FILEVTABLE const to put it in ROM.Damien George
2019-11-01extmod/nimble: Factor out stm32-specific HCI UART RX/TX code.Damien George
2019-11-01extmod/nimble: Remove unneeded nimble_sprintf wrapper function.Damien George
2019-10-31extmod/modussl_mbedtls: Check for invalid key/cert data.Damien George
2019-10-31extmod/modussl_mbedtls: Fix getpeercert to return None if no cert avail.Damien George
2019-10-31extmod/modlwip: Unconditionally return POLLHUP/POLLERR when polling.Damien George
2019-10-31extmod/modlwip: Make socket poll return POLLNVAL in case of bad file.Damien George
2019-10-31extmod/modlwip: Unconditionally return POLLHUP when polling new socket.Damien George
2019-10-30extmod/vfs_lfs: Allow compiling in VfsLfs1 and VfsLfs2 separately.Damien George
2019-10-29extmod/modbluetooth: Add gatts_set_buffer.Jim Mussared
2019-10-29extmod/vfs: Add MP_BLOCKDEV_IOCTL_BLOCK_ERASE constant.Damien George
2019-10-29extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx.Damien George
2019-10-29extmod: Add VFS littlefs bindings.Damien George
2019-10-29extmod/vfs_blockdev: Add extended read/write methods.Damien George
2019-10-29extmod/vfs_blockdev: Factor out block device interface code.Damien George
2019-10-29extmod: Factor out block-device struct to make independent of fatfs.Damien George
2019-10-22extmod/modbluetooth: Rename module to "ubluetooth".Jim Mussared
2019-10-22extmod/modbluetooth_nimble: Use `data_alloc` length to truncate writes.Jim Mussared
2019-10-22extmod/modbluetooth: Persist reference to NimBLE service instances.Jim Mussared
2019-10-22extmod/modbluetooth: Make UUID support the buffer protocol.Jim Mussared
2019-10-18extmod/re1.5: Support escaping within RE classes.Jim Mussared
2019-10-15extmod/modbluetooth: In gap_advertise only accept None to stop adv.Damien George
2019-10-15extmod/modbluetooth: Make gap_disconnect not raise when disconnected.Jim Mussared
2019-10-15extmod/modbluetooth: Improve ringbuf handling.Jim Mussared
2019-10-15extmod/modbluetooth: Fix order of params to IRQ_GATTS_WRITE event.Jim Mussared
2019-10-15extmod/modbluetooth: Clear gap_advertise payload when data is empty.Jim Mussared
2019-10-15extmod/modbluetooth: Increase maximum connections from 1 to 4.Jim Mussared
2019-10-11extmod/modbluetooth: Use us instead of ms for advertising interval.Jim Mussared
2019-10-11extmod/modbluetooth: Allow config of scan interval/window.Jim Mussared
2019-10-08stm32: Extract port-specific Nimble implementation.Jim Mussared
2019-10-01extmod/modbluetooth: Allow MP_BLUETOOTH_MAX_ATTR_SIZE in board config.Andrew Leech
2019-10-01extmod/modbluetooth_nimble: Use random addr if public isn't available.Andrew Leech
2019-10-01extmod/modbluetooth_nimble: Implement modbluetooth API with Nimble.Jim Mussared
2019-10-01extmod/modbluetooth: Add low-level Python BLE API.Jim Mussared
2019-10-01extmod/nimble: Add nimble bindings.Damien George
2019-09-23extmod/vfs_posix: Include stdio.h for declaration of function 'rename'.Bob Fanger
2019-09-02py/modstruct: Fix struct.pack_into with unaligned offset of native type.Damien George