-
Notifications
You must be signed in to change notification settings - Fork 1.3k
MANIFEST: Update to include nrf pinctrl power domain refactor #23276
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 to include nrf pinctrl power domain refactor #23276
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 061809c0aac73e7c296a45006731bdaddd0a8ada more detailssdk-nrf:
mcuboot:
zephyr:
Github labels
List of changed files detected by CI (55)
Outputs:ToolchainVersion: 684b32e022 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 2 projects with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
You can find the documentation preview for this PR here. |
Memory footprint analysis revealed the following potential issuesapplications.hpf.gpio.icmsg[nrf54l15dk/nrf54l15/cpuflpr]: High RAM usage: 9090[B] - link (cc: @nrfconnect/ncs-ll-ursus) Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-23276/12) |
e157f5a
to
585c672
Compare
Update manifest to include nrf pinctrl power domain refactor and mcuboot fix for nrf54h20 iron varient. Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
Manual handling of global power domains using gpd has been made redundant by power domain and pinctrl refactoring, and gpd has thus been removed. Remove gpd handling from mspi driver, as this is automatically done by pinctrl_apply_state() now. Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
585c672
to
061809c
Compare
Update manifest to include nrf pinctrl power domain refactor