zephyr/drivers/bluetooth
Erwan Gouriou 6c7380183e drivers/bluetooth: ipm_stm32: Wake up C2 at init
When C2 is powered on, flash erase/write operation requires C1
to share a flash mutex with C2. This can only be done if IPM
communication is set up (SHCI).
Instead of configuring C2 (BLE controller) at on ble open,
do it at driver start up.
This allows flash operations before ble_open.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2020-11-19 12:35:01 +01:00
..
hci drivers/bluetooth: ipm_stm32: Wake up C2 at init 2020-11-19 12:35:01 +01:00
CMakeLists.txt drivers: Bluetooth: Generalize IC-specific setup hook 2019-04-19 12:21:21 +02:00
Kconfig kconfig: Remove some redundant single-item menus and ifs 2019-12-21 10:26:54 -05:00
util.h device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00