File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ function(nrfxlib_calculate_lib_path lib_path)
4848 set (arch_soc_dir ${arch_soc_dir} _cpuapp)
4949 elseif (DEFINED CONFIG_SOC_NRF5340_CPUNET)
5050 set (arch_soc_dir ${arch_soc_dir} _cpunet)
51+ elseif (DEFINED CONFIG_SOC_NRF54LS05B_ENGA_CPUAPP)
52+ set (arch_soc_dir "nrf54ls" )
5153 elseif (DEFINED CONFIG_SOC_NRF54L15_CPUAPP OR DEFINED CONFIG_SOC_NRF54LM20A_ENGA_CPUAPP
5254 OR DEFINED CONFIG_SOC_NRF54L10_CPUAPP OR DEFINED CONFIG_SOC_NRF54L05_CPUAPP
5355 OR DEFINED CONFIG_SOC_NRF54LV10A_ENGA_CPUAPP)
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ config MPSL_LIB_DIR
3434 default "nrf52" if SOC_SERIES_NRF52X
3535 default "nrf53" if SOC_NRF5340_CPUNET
3636 default "nrf54h" if SOC_NRF54H20_CPURAD
37+ default "nrf54ls" if SOC_NRF54LS05B_ENGA_CPUAPP
3738 default "nrf54l_ns" if SOC_SERIES_NRF54LX && TRUSTED_EXECUTION_NONSECURE
3839 default "nrf54l" if SOC_SERIES_NRF54LX && !TRUSTED_EXECUTION_NONSECURE
3940 default "nrf71" if SOC_SERIES_NRF71X
You can’t perform that action at this time.
0 commit comments