circuitpython/extmod/btstack
Jim Mussared 8119ec0765 extmod/modbluetooth: Don't hold atomic section during mp_sched_schedule.
Because, for example, on unix the atomic section isn't re-entrant, and
mp_sched_schedule() will try to re-acquire the atomic section.
2020-04-29 16:45:40 +10:00
..
btstack_config.h extmod/btstack: Add empty modbluetooth implementation. 2020-03-10 01:53:42 +11:00
btstack.mk stm32/Makefile: Rename SRC_LIB to LIB_SRC_C to match other ports. 2020-04-29 16:38:18 +10:00
modbluetooth_btstack.c extmod/modbluetooth: Don't hold atomic section during mp_sched_schedule. 2020-04-29 16:45:40 +10:00
modbluetooth_btstack.h extmod/btstack: Implement notifications/indications for GATT clients. 2020-03-10 01:53:42 +11:00