-
Notifications
You must be signed in to change notification settings - Fork 1.4k
manifest: Update Oberon #25304
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: Update Oberon #25304
Conversation
|
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 4cba24ae4098a3cdbdda66163bda40331356f192 more detailssdk-nrf:
oberon-psa-crypto:
Github labels
List of changed files detected by CI (2)Outputs:ToolchainVersion: df3cc9d822 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
93299ba to
aa88543
Compare
|
You can find the documentation preview for this PR here. |
317bf25 to
76d9972
Compare
| help | ||
| PSA crypto driver for the CRACEN HW peripheral. | ||
|
|
||
| config PSA_CRYPTO_DRIVER_IRONSIDE |
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.
Just a note that it makes sense to not have the _SE suffix here since it could act as a wrapper for different platforms with differente IronSide variants.
76d9972 to
aaa75b9
Compare
|
Is this PR abandoned in favor of #25368? please clarify |
Not quite. I understand that the Oberon patch needs more review time, so I was hoping to have the NCS changes merged first. This PR will be rebased soon. |
Bump the sdk-oberon-psa-crypto revision. Signed-off-by: Grzegorz Swiderski <[email protected]>
aaa75b9 to
4cba24a
Compare
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.
Pull Request Overview
This PR updates the oberon-psa-crypto module to point to a pull request reference instead of a specific commit hash, likely for testing or integration purposes before a formal release.
- Updates the
oberon-psa-cryptomodule revision from a commit SHA to a PR reference
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| path: modules/crypto/oberon-psa-crypto | ||
| repo-path: sdk-oberon-psa-crypto | ||
| revision: c79b47bcf201b543c20c74dafb32194e3ccc9677 | ||
| revision: pull/32/head |
Copilot
AI
Nov 7, 2025
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.
Using a pull request reference (pull/32/head) as a revision in a manifest file is not recommended for production or stable branches. PR references are mutable and can change as the PR is updated, leading to inconsistent builds. Consider using a specific commit SHA or a tagged release once the changes are finalized.
| revision: pull/32/head | |
| revision: <COMMIT_SHA> |
No description provided.