summaryrefslogtreecommitdiff
path: root/extmod/webrepl/webrepl_setup.py
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2021-03-17 12:34:49 +1100
committerDamien George <damien@micropython.org>2022-07-22 17:38:15 +1000
commite05d0a6335be6a45f29f5d987091b858ad378cfa (patch)
treec444c2b8adea45d5e5b87a311f79b3d4ce849882 /extmod/webrepl/webrepl_setup.py
parent4cf9928902a1e4bca4edc433eeab6b8fdb1a5245 (diff)
extmod/modbluetooth: Add support for running sync irq on system thread.
If the Bluetooth stack runs on another OS thread then synchronous BLE irq callbacks, which block the Bluetooth stack until the callback to Python is complete, must coordinate with the main thread and configure the MicroPython thread-local-state. This commit adds MICROPY_PY_BLUETOOTH_USE_SYNC_EVENTS_WITH_INTERLOCK which can be enabled if the system has these requirements. Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'extmod/webrepl/webrepl_setup.py')
0 files changed, 0 insertions, 0 deletions