diff options
author | Damien George <damien@micropython.org> | 2022-09-21 13:22:27 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-09-22 11:49:58 +1000 |
commit | db668742a5986ab1de9c0474ef268c00fb1879e7 (patch) | |
tree | 584a3acb4e439b2b0201f508e3510724154c0604 /docs/esp8266 | |
parent | ed41d517466f329112529a20f9808f1c1724f759 (diff) |
extmod/modbluetooth: Do GATTC reassembly in protected uPy context.
The calls to m_new and m_del require an exclusive uPy (really a GC)
context. In particular these functions cannot be called directly from a
FreeRTOS task on esp32.
Fixes issue #9369.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'docs/esp8266')
0 files changed, 0 insertions, 0 deletions