micropython/extmod
Damien George 8ce69288e9 extmod/modbluetooth: Remove limit on data coming from gattc data input.
This removes the limit on data coming in from a BLE.gattc_read() request,
or a notify with payload (coming in to a central).  In both cases the data
coming in to the BLE callback is now limited only by the available data in
the ringbuf, whereas before it was capped at (default hard coded) 20 bytes.
2019-12-02 23:27:25 +11:00
..
axtls-include
crypto-algorithms extmod/crypto-algorithms: Add source to header and populate copyright. 2019-08-22 17:20:16 +10:00
lwip-include
nimble extmod/nimble: Factor out stm32-specific HCI UART RX/TX code. 2019-11-01 12:41:37 +11:00
re1.5 extmod/re1.5: Support escaping within RE classes. 2019-10-18 12:20:32 +11:00
uzlib
extmod.mk extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports. 2019-11-11 11:37:38 +11:00
machine_i2c.c
machine_i2c.h
machine_mem.c
machine_mem.h
machine_pinbase.c
machine_pinbase.h
machine_pulse.c
machine_pulse.h
machine_signal.c
machine_signal.h
machine_spi.c
machine_spi.h
misc.h
modbluetooth.c extmod/modbluetooth: Remove limit on data coming from gattc data input. 2019-12-02 23:27:25 +11:00
modbluetooth.h extmod/modbluetooth: Remove limit on data coming from gattc data input. 2019-12-02 23:27:25 +11:00
modbluetooth_nimble.c extmod/modbluetooth: Remove limit on data coming from gattc data input. 2019-12-02 23:27:25 +11:00
modbluetooth_nimble.h stm32: Extract port-specific Nimble implementation. 2019-10-08 14:40:35 +11:00
modbtree.c extmod/modbtree: Make FILEVTABLE const to put it in ROM. 2019-11-01 17:25:40 +11:00
modframebuf.c
modlwip.c extmod/modlwip: Unconditionally return POLLHUP/POLLERR when polling. 2019-10-31 13:37:51 +11:00
modonewire.c
modubinascii.c
modubinascii.h
moducryptolib.c extmod/moducryptolib: Use "static" not "STATIC" for inline functions. 2019-08-20 15:21:09 +10:00
moductypes.c all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x). 2019-11-05 11:35:45 +11:00
moduhashlib.c
moduheapq.c all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x). 2019-11-05 11:35:45 +11:00
modujson.c extmod/modujson: Support passing bytes/bytearray to json.loads. 2019-08-22 15:32:26 +10:00
modurandom.c
modure.c extmod/modure: Make regex dump-code debugging feature optional. 2019-08-19 16:43:00 +10:00
moduselect.c
modussl_axtls.c extmod: Give vars/funcs unique names so STATIC can be set to nothing. 2019-08-20 15:21:09 +10:00
modussl_mbedtls.c extmod/modussl_mbedtls: Check for invalid key/cert data. 2019-10-31 16:22:42 +11:00
modutimeq.c all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x). 2019-11-05 11:35:45 +11:00
moduwebsocket.c
moduwebsocket.h
moduzlib.c
modwebrepl.c
network_cyw43.c all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x). 2019-11-05 11:35:45 +11:00
network_cyw43.h
uos_dupterm.c
utime_mphal.c
utime_mphal.h
vfs.c extmod/vfs: Add autodetect of littlefs filesystem when mounting. 2019-11-06 12:15:34 +11:00
vfs.h extmod/vfs: Add MP_BLOCKDEV_IOCTL_BLOCK_ERASE constant. 2019-10-29 14:17:29 +11:00
vfs_blockdev.c extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx. 2019-10-29 14:17:29 +11:00
vfs_fat.c extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx. 2019-10-29 14:17:29 +11:00
vfs_fat.h extmod: Factor out block-device struct to make independent of fatfs. 2019-10-29 12:12:37 +11:00
vfs_fat_diskio.c extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx. 2019-10-29 14:17:29 +11:00
vfs_fat_file.c extmod: Give vars/funcs unique names so STATIC can be set to nothing. 2019-08-20 15:21:09 +10:00
vfs_lfs.c extmod/vfs_lfs: Fix bug when passing no args to constructor and mkfs. 2019-11-26 00:08:57 +11:00
vfs_lfs.h extmod: Add VFS littlefs bindings. 2019-10-29 14:17:29 +11:00
vfs_lfsx.c extmod/vfs_lfs: Pass flag along to ioctl when init'ing bdev for lfs. 2019-11-26 00:07:42 +11:00
vfs_lfsx_file.c extmod: Add VFS littlefs bindings. 2019-10-29 14:17:29 +11:00
vfs_posix.c extmod/vfs_posix: Include stdio.h for declaration of function 'rename'. 2019-09-23 15:14:42 +10:00
vfs_posix.h
vfs_posix_file.c all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x). 2019-11-05 11:35:45 +11:00
vfs_reader.c
virtpin.c
virtpin.h