modules: hal_norfic: rise 802.15.4 NET core init priority

Due to internal dependencies on other modules init priority
the 802.15.4 priority level must be increased. Former init
priority caused the module to be initialied before those
it depends on, so that lead to hard faults.

Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
This commit is contained in:
Piotr Pryga 2025-02-10 18:43:22 +01:00 committed by Fabio Baltieri
commit b5e7ac5ede

View file

@ -109,7 +109,7 @@ if NRF_802154_SER_RADIO
config NRF_802154_SER_RADIO_INIT_PRIO config NRF_802154_SER_RADIO_INIT_PRIO
int "nRF52 IEEE 802.15.4 serialization initialization priority" int "nRF52 IEEE 802.15.4 serialization initialization priority"
default 51 default 53
help help
Set the initialization priority number. Do not mess with it unless Set the initialization priority number. Do not mess with it unless
you know what you are doing. you know what you are doing.