Commit de709df
samples: nrf_rpc: entropy_nrf53: Lower serialization init priority
Lower the serialization initialization priority to the APPLICATION
level. Upstream Zephyr PR #89072 moved part of the nRF53
initializations to the soc_late_init_hook(), which is executed after the
POST_KERNEL initializations. Apparently there was something important
for IPC to work, as the cores failed to communicate if the serialization
was initialized at POST_KERNEL level.
Signed-off-by: Robert Lubos <[email protected]>1 parent 20195f1 commit de709df
File tree
2 files changed
+2
-2
lines changed- samples/nrf_rpc/entropy_nrf53
- remote/src
- src
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
295 | | - | |
| 295 | + | |
0 commit comments