-
Notifications
You must be signed in to change notification settings - Fork 1.4k
manifest: sdk-zephyr: [nrf fromtree] cmake: define linker argument for undefined symbol #24966
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
base: main
Are you sure you want to change the base?
manifest: sdk-zephyr: [nrf fromtree] cmake: define linker argument for undefined symbol #24966
Conversation
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: ee679e015ff910e332c487b8f5f44a1fcf6218ab more detailssdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (8)
Outputs:ToolchainVersion: 46667c6630 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR here. |
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.
Though what's the link between the sdk-zephyr
PR and the nrf_security
changes?
The nrf_security changes are related to NCS BM nrfconnect/sdk-nrf-bm#427 so this PR is making both changes needed, the sdk-zephyr change is needed to do the nrf_security change, which is needed for NCS BM |
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.
LGTM
Automatically created by Github Action Signed-off-by: Nordic Builder <[email protected]>
When multithreading is not enabled, the SW ISR table is not required and may be excluded from the build. Use direct ISRs when multithreading is not used. This is the case for NCS-BM. Signed-off-by: Bjarki Arge Andreasen <[email protected]>
3a09a97
to
ee679e0
Compare
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3382