commit | 75de21b3d67e149041c3ce8b6049b9cdf4afbc86 | [log] [tgz] |
---|---|---|
author | Rubin Gerritsen <rubin.gerritsen@nordicsemi.no> | Sat Dec 05 21:38:51 2020 +0100 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Tue Dec 08 12:41:21 2020 +0200 |
tree | 9b85e68f1dc3b479d55d2e3628f0969db9e010d5 | |
parent | 3c2c1d85b00482fef824115fae702456264099ab [diff] |
drivers: bluetooth: Add timeout to rpmsg init Previously, when opening the Bluetooth driver on the app core of nRF53, the application could hang forever. This would happen if the network core was not flashed or flashed with the wrong firmware. This commit improves the user experience timing out if the net core is not replying. 3 seconds is considered to be more than enough to boot the network core. Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>