-
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
sdfw_services: psa_crypto: use new tags for pointer-to-const members #19808
base: main
Are you sure you want to change the base?
sdfw_services: psa_crypto: use new tags for pointer-to-const members #19808
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 493459fc660d9f6789fde161fe7d95337c6f1857 more detailssdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (28)
Outputs:ToolchainVersion: b77d8c1312 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
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 Publish GitHub Action. |
Automatically created by Github Action Signed-off-by: Nordic Builder <[email protected]>
Regenerate code using the current zcbor version. Signed-off-by: Jonathan Nilsen <[email protected]>
baa7f3e
to
dfb802b
Compare
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. |
This lets the server loosen the required permissions when validating pointers-to-const parameters so that only read permissions are required for these. Note that this CDDL update is not backwards compatible, and the service version is bumped to 2. Ref: NCSDK-31182 Signed-off-by: Jonathan Nilsen <[email protected]>
dfb802b
to
493459f
Compare
Relevant changes are in the second commit.
The first commit is just regenerating zcbor code.
Rebased on top of #19583 which is needed to fix an unrelated compilation issue.