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
bluetooth: rpc: move serialization SYS_INIT to APPLICATION level
Having it at POST_KERNEL level appears to cause issues on nrf54h20,
possibly due to the application core now starting the radio core in
soc_late_init_hook() which is after POST_KERNEL. Changing the level
to APPLICATION makes it so the radio core has been booted when this
hook executes.
Signed-off-by: Jonathan Nilsen <[email protected]>
0 commit comments