Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake: nrfxlib_calculate_lib_path common lib for nRF54H20 and nRF54H20_ENGB_CPURAD #1551

Merged

Conversation

ankuns
Copy link
Contributor

@ankuns ankuns commented Oct 31, 2024

One library path is returned by nrfxlib_calculate_lib_path for both CONFIG_SOC_NRF54H20_CPURAD and CONFIG_SOC_NRF54H20_ENGB_CPURAD. The libraries for both version of the SoC are expected to be the same.

In case any user of this function needs a separate version (not recommended) of the library for CONFIG_SOC_NRF54L15_ENGA_CPUAPP, the result returned by this function should be updated by the calling cmake code.

Ref: KRKNWK-19614

One library path is returned by nrfxlib_calculate_lib_path for both
CONFIG_SOC_NRF54H20_CPURAD and CONFIG_SOC_NRF54H20_ENGB_CPURAD.
The libraries for both version of the SoC are expected to be the same.

In case any user of this function needs a separate version
(not recommended) of the library for CONFIG_SOC_NRF54L15_ENGA_CPUAPP,
the result returned by this function should be updated by the
calling cmake code.

Signed-off-by: Andrzej Kuros <[email protected]>
@ankuns ankuns force-pushed the calculate_nrfxlib_path_nrf54h20_engb branch from 70c270b to 64903e1 Compare October 31, 2024 16:31
@ankuns ankuns added this to the 2.8.0 milestone Oct 31, 2024
@nordicjm nordicjm merged commit c62f6d0 into nrfconnect:main Nov 4, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants