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 nRF54L15 and nRF54L15_ENGA #1459

Merged

Commits on Sep 5, 2024

  1. cmake: nrfxlib_calculate_lib_path common lib for nRF54L15 and nRF54L1…

    …5_ENGA
    
    One library path is returned by nrfxlib_calculate_lib_path for both
    CONFIG_SOC_NRF54L15_CPUAPP and CONFIG_SOC_NRF54L15_ENGA_CPUAPP.
    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 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    0832436 View commit details
    Browse the repository at this point in the history