-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Rework of nrf54l/soc.c to get rid of noup commits #20478
base: main
Are you sure you want to change the base?
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, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 6f9afea232ec6238b6b682c2013777570741058e more detailssdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (22)
Outputs:ToolchainVersion: 4cff34261a Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR at this link. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
61683ff
to
7bd5eac
Compare
Update in nrf54l/soc.c to get rid of TFM specific changes. Signed-off-by: Krzysztof Chruściński <[email protected]>
Add errno.h to the kernel.h used for TFM builds. Signed-off-by: Krzysztof Chruściński <[email protected]>
7bd5eac
to
6f9afea
Compare
Since you changed how the frequency is set for 54l15 do you mind to update this: sdk-nrf/modules/trusted-firmware-m/Kconfig Line 329 in 1883f06
to get the current values in this PR as well? |
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.
s/TFM/TF-M/
Rework of zephyr nrf54l/soc.c file to get rid of TFM specific changes. Extended
kernel.h
used for TFM build to get rid of compilation errors.