21 Commits (0852acfc744720cc75db9c592f947c28bd2d7e42)

Author SHA1 Message Date
Damien George 6f872f81d6 extmod: Fix modbluetooth and modwebrepl to build in nanbox mode. 5 years ago
Damien George 84958a8fe1 extmod/modbluetooth: Allow setting ringbuf size via BLE.config(rxbuf=). 5 years ago
Damien George 7aeafe2ae9 extmod/modbluetooth: Add optional 4th arg to gattc_write for write mode. 5 years ago
Damien George 40cc7ec677 stm32/mpconfigport.h: Use IRQ_PRI_PENDSV to protect bluetooth ringbuf. 5 years ago
Damien George 8ce69288e9 extmod/modbluetooth: Remove limit on data coming from gattc data input. 5 years ago
Damien George d6e051082a extmod/modbluetooth: Simplify how BLE IRQ callback is scheduled. 5 years ago
Jim Mussared e873d352ad extmod/modbluetooth: Simplify management of pre-allocated event data. 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
Jim Mussared d16a27da51 extmod/modbluetooth: Add gatts_set_buffer. 5 years ago
Jim Mussared b02d7e612d extmod/modbluetooth: Rename module to "ubluetooth". 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
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 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 16f8ceeaaa extmod/modbluetooth: Add low-level Python BLE API. 5 years ago