You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[nrf fromlist] soc: nordic: nrf53: SOC_NRF53_CPUNET_ENABLE should not depend on !BT
This causes issues as we still want the net core to be set
up on initialisation if CONFIG_BT is enabled in many cases.
The previous changes in
zephyrproject-rtos/zephyr#74304
assumed that because this is also handled in
`bt_hci_transport_setup` that it shouldn't be done on
initialisation too.
Also, I think that
`bt_hci_transport_setup` should not be even controlling the
network core state like it is currently and should be
looked at being changed in a future PR.
Upstream PR: zephyrproject-rtos/zephyr#79875
Signed-off-by: Sean Madigan <[email protected]>
0 commit comments