micropython/extmod/nimble
Daniël van de Giessen 58a596f4a9 extmod/nimble: Check for active before setting address mode.
`BLE().config(addr_mode=...)` is not safe to call if the NimBLE stack is
not yet active (because it tries to acquire mutexes which should be
initialized first).

Signed-off-by: Daniël van de Giessen <daniel@dvdgiessen.nl>
2024-03-15 12:59:58 +11:00
..
bsp extmod/nimble: Add nimble bindings. 2019-10-01 09:51:02 +10:00
hal all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
logcfg extmod/modbluetooth: Refactor stack/hci/driver/port bindings. 2020-09-08 11:41:31 +10:00
nimble all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
syscfg extmod/nimble: Do not set GAP device name after sync. 2023-12-22 16:07:02 +11:00
modbluetooth_nimble.c extmod/nimble: Check for active before setting address mode. 2024-03-15 12:59:58 +11:00
modbluetooth_nimble.h extmod/modbluetooth: Replace def_handle with end_handle in char IRQ. 2022-09-09 11:24:24 +10:00
nimble.cmake extmod/nimble: Add nimble CMake fragment file. 2021-09-19 23:02:16 +10:00
nimble.mk extmod: Make extmod.mk self-contained. 2022-10-11 23:31:49 +11:00