679 Commits (3436223630751c770c04b2dca35ef0002143f033)

Author SHA1 Message Date
Jim Mussared e873d352ad extmod/modbluetooth: Simplify management of pre-allocated event data. 5 years ago
Jim Mussared 438c0dc2a4 extmod/modbluetooh_nimble: Fix UUID conversion for 16 and 32 bit values. 5 years ago
Jim Mussared 2ae755d9e1 extmod/modbluetooth_nimble: Make gap_scan_stop no-op if no scan ongoing. 5 years ago
Jim Mussared d19c6d0519 extmod/modbluetooth: Create UUID from bytes and allow comparison ops. 5 years ago
Jim Mussared 334ba01c90 extmod/modbluetooth: Prioritise non-scan-result events. 5 years ago
Damien George 799b6d1e0c extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports. 5 years ago
Damien George 9b27069e2f extmod/vfs: Add autodetect of littlefs filesystem when mounting. 5 years ago
Damien George c13f9f209d all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x). 5 years ago
Damien George 2ee9e1a4ed extmod/modbtree: Make FILEVTABLE const to put it in ROM. 5 years ago
Damien George 40ea1915fc extmod/nimble: Factor out stm32-specific HCI UART RX/TX code. 5 years ago
Damien George 78145b98ef extmod/nimble: Remove unneeded nimble_sprintf wrapper function. 5 years ago
Damien George 9dd9f9ff06 extmod/modussl_mbedtls: Check for invalid key/cert data. 5 years ago
Damien George 07ea81fbc5 extmod/modussl_mbedtls: Fix getpeercert to return None if no cert avail. 5 years ago
Damien George 26d8fd2c0a extmod/modlwip: Unconditionally return POLLHUP/POLLERR when polling. 5 years ago
Damien George feaa251674 extmod/modlwip: Make socket poll return POLLNVAL in case of bad file. 5 years ago
Damien George 71401d5065 extmod/modlwip: Unconditionally return POLLHUP when polling new socket. 5 years ago
Damien George 660a61a388 extmod/vfs_lfs: Allow compiling in VfsLfs1 and VfsLfs2 separately. 5 years ago
Jim Mussared d16a27da51 extmod/modbluetooth: Add gatts_set_buffer. 5 years ago
Damien George 4cf054a130 extmod/vfs: Add MP_BLOCKDEV_IOCTL_BLOCK_ERASE constant. 5 years ago
Damien George cfe1c5abf8 extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx. 5 years ago
Damien George a099505420 extmod: Add VFS littlefs bindings. 5 years ago
Damien George 98beea9ced extmod/vfs_blockdev: Add extended read/write methods. 5 years ago
Damien George e1c7b1cb43 extmod/vfs_blockdev: Factor out block device interface code. 5 years ago
Damien George 9aabb6c01b extmod: Factor out block-device struct to make independent of fatfs. 5 years ago
Jim Mussared b02d7e612d extmod/modbluetooth: Rename module to "ubluetooth". 5 years ago
Jim Mussared 2c1f269918 extmod/modbluetooth_nimble: Use `data_alloc` length to truncate writes. 5 years ago
Jim Mussared f34e16dbc6 extmod/modbluetooth: Persist reference to NimBLE service instances. 5 years ago
Jim Mussared 56fc3edf98 extmod/modbluetooth: Make UUID support the buffer protocol. 5 years ago
Jim Mussared ebf8332104 extmod/re1.5: Support escaping within RE classes. 5 years ago
Damien George 8f7f671236 extmod/modbluetooth: In gap_advertise only accept None to stop adv. 5 years ago
Jim Mussared 36502bdfdc extmod/modbluetooth: Make gap_disconnect not raise when disconnected. 5 years ago
Jim Mussared 423e67d0a0 extmod/modbluetooth: Improve ringbuf handling. 5 years ago
Jim Mussared cb73103f57 extmod/modbluetooth: Fix order of params to IRQ_GATTS_WRITE event. 5 years ago
Jim Mussared ba16a22991 extmod/modbluetooth: Clear gap_advertise payload when data is empty. 5 years ago
Jim Mussared 418f12c5f5 extmod/modbluetooth: Increase maximum connections from 1 to 4. 5 years ago
Jim Mussared 76f474129e extmod/modbluetooth: Use us instead of ms for advertising interval. 5 years ago
Jim Mussared b65cc387cd extmod/modbluetooth: Allow config of scan interval/window. 5 years ago
Jim Mussared 902bb4ceae stm32: Extract port-specific Nimble implementation. 5 years ago
Andrew Leech eb1b6858a2 extmod/modbluetooth: Allow MP_BLUETOOTH_MAX_ATTR_SIZE in board config. 5 years ago
Andrew Leech 5dc592d117 extmod/modbluetooth_nimble: Use random addr if public isn't available. 5 years ago
Jim Mussared 497dae45e7 extmod/modbluetooth_nimble: Implement modbluetooth API with Nimble. 5 years ago
Jim Mussared 16f8ceeaaa extmod/modbluetooth: Add low-level Python BLE API. 5 years ago
Damien George 07f6644a38 extmod/nimble: Add nimble bindings. 5 years ago
Bob Fanger bff2771da1 extmod/vfs_posix: Include stdio.h for declaration of function 'rename'. 5 years ago
Damien George 24c3e9b283 py/modstruct: Fix struct.pack_into with unaligned offset of native type. 5 years ago
Tom McDermott 1022f9cc35 py/modstruct: Fix struct.unpack with unaligned offset of native type. 5 years ago
Damien George 519746cae4 extmod/crypto-algorithms: Add source to header and populate copyright. 5 years ago
Damien George 2dfa69efbb extmod/modujson: Support passing bytes/bytearray to json.loads. 5 years ago
Damien George 0cc8910bc5 extmod: Give vars/funcs unique names so STATIC can be set to nothing. 5 years ago
Damien George 3327dfc16e extmod/moducryptolib: Use "static" not "STATIC" for inline functions. 5 years ago