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
build-system: propagate nRF54L15 NSIB to L05 & L10 SoC's
Added patch which allows usage same NSIB implementation as nRF54l15 on
nRF54l05 and nRF54l10 also.
Signed-off-by: Andrzej Puzdrowski <[email protected]>
if (${image_name}_CONFIG_SOC_SERIES_NRF91X OR${image_name}_CONFIG_SOC_NRF5340_CPUAPP OR${image_name}_CONFIG_SOC_NRF54L15_CPUAPP)
546
+
if (${image_name}_CONFIG_SOC_SERIES_NRF91X OR${image_name}_CONFIG_SOC_NRF5340_CPUAPP OR${image_name}_CONFIG_SOC_NRF54L15_CPUAPPOR${image_name}_CONFIG_SOC_NRF54L05_CPUAPP OR${image_name}_CONFIG_SOC_NRF54L10_CPUAPP)
0 commit comments