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