-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
manifest: update nrf_modem build system files #12648
Conversation
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
west.yml
Outdated
@@ -141,7 +141,7 @@ manifest: | |||
- name: nrfxlib | |||
repo-path: sdk-nrfxlib | |||
path: nrfxlib | |||
revision: 15307eb68e1d465550c80f8dd81e0b12ae44a78c | |||
revision: pull/1089/HEAD |
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.
You need to use lowercase head
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.
Thank you
aea896f
to
d61422d
Compare
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
Detailed information of selected test modules Note: This message is automatically posted and updated by the CI |
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
d61422d
to
e43533e
Compare
26442ed
to
04fff96
Compare
I do not think this change is visible to the user so I removed the |
west.yml
Outdated
@@ -141,7 +141,7 @@ manifest: | |||
- name: nrfxlib | |||
repo-path: sdk-nrfxlib | |||
path: nrfxlib | |||
revision: f8ceac162de19cbcee9652cb428b217b1cf85ab3 | |||
revision: pull/1089/head |
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.
6db09621d01fd246d21010adc6ac8bdcb2a0e16a
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.
Thank you
04fff96
to
6ba7420
Compare
Bring in build system updates. Update nrf_modem_lib Kconfig: - REQUIRES_FULL_LIBC is selected by NRF_MODEM - NRFX_IPC is select by NRF_MODEM - depend on TRUSTED_EXECUTION_NONSECURE Signed-off-by: Emanuele Di Santo <[email protected]>
6ba7420
to
60e2940
Compare
Bring in build system updates.