We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a09f80e commit bddd3aeCopy full SHA for bddd3ae
mpsl/Kconfig
@@ -36,9 +36,9 @@ config MPSL_LIB_DIR
36
default "nrf54l_ns" if SOC_SERIES_NRF54LX && TRUSTED_EXECUTION_NONSECURE
37
default "nrf54l" if SOC_SERIES_NRF54LX && !TRUSTED_EXECUTION_NONSECURE
38
default "nrf71" if SOC_SERIES_NRF71X
39
- default "bsim_nrf52" if SOC_SERIES_BSIM_NRF52X
40
- default "bsim_nrf53" if SOC_SERIES_BSIM_NRF53X
41
- default "bsim_nrf54l" if SOC_SERIES_BSIM_NRF54LX
+ default "nrf52_bsim" if SOC_SERIES_BSIM_NRF52X
+ default "nrf53_bsim" if SOC_SERIES_BSIM_NRF53X
+ default "nrf54l_bsim" if SOC_SERIES_BSIM_NRF54LX
42
help
43
Hidden helper option to calculate the library path
44
0 commit comments