commit | 6c7380183e88effa1a9efccbbb40575a80b98d51 | [log] [tgz] |
---|---|---|
author | Erwan Gouriou <erwan.gouriou@linaro.org> | Wed Oct 07 11:04:06 2020 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Nov 19 12:35:01 2020 +0100 |
tree | a48cbbd98b2ed6ff2eafbf71ee5cab299d006074 | |
parent | 596cad8231d8816e5f3d5d03cfb559e02a27120b [diff] |
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>