summaryrefslogtreecommitdiffstatshomepage
path: root/py/objstringio.c
diff options
context:
space:
mode:
authorJim Mussared <jim.mussared@gmail.com>2020-10-28 13:06:45 +1100
committerDamien George <damien@micropython.org>2020-11-13 17:19:05 +1100
commit81e92d3d6e1a605a6115821ac24dcbc2546ba0f9 (patch)
treef640bf328a0364808b1946130e802621a554c239 /py/objstringio.c
parent6d9fdff8d07f3fa2a05eddb05e1a55754ae3542f (diff)
downloadmicropython-81e92d3d6e1a605a6115821ac24dcbc2546ba0f9.tar.gz
micropython-81e92d3d6e1a605a6115821ac24dcbc2546ba0f9.zip
extmod/modbluetooth: Re-instate optional no-ringbuf modbluetooth.
This requires that the event handlers are called from non-interrupt context (i.e. the MicroPython scheduler). This will allow the BLE stack (e.g. NimBLE) to run from the scheduler rather than an IRQ like PENDSV, and therefore be able to invoke Python callbacks directly/synchronously. This allows writing Python BLE handlers for events that require immediate response such as _IRQ_READ_REQUEST (which was previous a hard IRQ) and future events relating to pairing/bonding. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Diffstat (limited to 'py/objstringio.c')
0 files changed, 0 insertions, 0 deletions