-
Notifications
You must be signed in to change notification settings - Fork 314
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
Upmerge 25-03-2024 #1279
Upmerge 25-03-2024 #1279
Conversation
fe691a2
to
d004aa4
Compare
@jciupis , conflicts, recent deploy or RD changed the content of SL, so so you need to rework commit named |
d004aa4
to
f572a2a
Compare
Cherry-picked 38b019c from #1278 to address nrfconnect/sdk-nrf#14626 (comment) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes to nrf_modem
LGTM.
Gazell libs are not found in compilation since they are using outdated SoC names: |
@magnev yes, it's a common problem for (probably) all the libraries in nrfxlib. Feel free to push changes required for the libraries you own to this PR or let me know what needs to be cherry-picked. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved wrt nrf_modem
part.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Gazell samples work on nRF52 DK, nRF52833 DK, nRF52840 DK, and nRF5340 DK.
056e799
to
40247c7
Compare
@gWacey please sign the CLA for all checks to pass |
27e1a17
to
9fc8a49
Compare
9fc8a49
to
314f415
Compare
314f415
to
6f4367d
Compare
04c4846
to
54e1bbe
Compare
fb00993
to
dbf698c
Compare
approved nrf_dm part. |
Please rebase on main and drop the commits moving the mpsl and softdevice controller libraries. We no longer use the value of |
HWMv2 brings updated SoC names. This commit aligns the nRF 802.15.4 SL libraries directories names to match them. Signed-off-by: Jędrzej Ciupis <[email protected]>
This commit updates the cmake configuration file to recognize the new SOC names defined with HWMv2. Signed-off-by: Mirko Covizzi <[email protected]>
The option is only supported on ARM architectures and causes Kconfig build errors when selected for POSIX architecture. Do not select it when building for simulated targets. Signed-off-by: Jędrzej Ciupis <[email protected]>
HWMv2 brings updated SoC names. This commit aligns the Gazell library directories names to match them. Signed-off-by: Magne Værnes <[email protected]>
HWMv2 brings updated SoC names. This commit aligns the LC3 library directories names to match them. Signed-off-by: Graham Wacey <[email protected]>
Aligns the nRF 802.15.4 SL directory name for nRF54H20 to the one introduced by HWMv2. Signed-off-by: Piotr Koziar <[email protected]>
Removes nRF 802.15.4 SL libraries for unsupported nRF54H20 SOC1. Signed-off-by: Piotr Koziar <[email protected]>
Adds the CPU cluster to boards that need this information where there are multiple of them Signed-off-by: Jamie McCrae <[email protected]>
Renames files to use the updated HWMv2 names Signed-off-by: Jamie McCrae <[email protected]>
Adds the CPU cluster to libraries for the nRF5340 Signed-off-by: Jamie McCrae <[email protected]>
dbf698c
to
f5a8f7f
Compare
@hermabe please check if the current contents of this PR meet your requirements. |
Looks correct to me. No changes to mpsl and softdevice controller library paths should be needed for the upmerge since we have separate configs now. I am able to build a sample on the sdk-nrf upmerge branch. |
HWMv2 brings updated SoC names. This commit aligns the libraries directories names to match them.