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
hal all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
logcfg
nimble all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
syscfg
modbluetooth_nimble.c extmod/nimble: Check for active before setting address mode. 2024-03-15 12:59:58 +11:00
modbluetooth_nimble.h
nimble.cmake
nimble.mk