-
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
manifest: sdk-zephyr: [nrf fromlist] modules: hal_nordic: bump regtool to 9.0.0 #21130
base: main
Are you sure you want to change the base?
manifest: sdk-zephyr: [nrf fromlist] modules: hal_nordic: bump regtool to 9.0.0 #21130
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: e54e7c4ef498d30fd356cb13671235d6e58eb2d4 more detailssdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (4)
Outputs:ToolchainVersion: 7dbe0e2658 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR here. |
5bec9b1
to
225dc20
Compare
294793f
to
9a55547
Compare
9a55547
to
3ab1e4b
Compare
Added support for VPR GPIOs and a more concise output print. This version also contains a large cleanup of the package and removes several features that are not used by NCS. Ref: NCSDK-32438 Signed-off-by: Jonathan Nilsen <jonathan.nilsen@nordicsemi.no>
Automatically created by Github Action Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
3ab1e4b
to
e54e7c4
Compare
@@ -65,7 +65,7 @@ manifest: | |||
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html | |||
- name: zephyr | |||
repo-path: sdk-zephyr | |||
revision: 60cd202d25ddbf615f9e542e91eb2b4effb06bcf |
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.
This will require sdk-zephyr to be merged first, then this sdk-nrf PR will need to be updated with the new sha and then merged once that is green. In this time window you can't bump sdk-zephyr reference through any other PR as it will lack the nrf-regtool 9.0.0 version in the toolchain, only this one will have it, making it a blocker for all sdk-zephyr manifest changes. Is this is needed because of the major bump of nrf-regtool?
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.
Good point, and not really, I can create a separate PR for the requirements bump to circumvent this
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.
DNM before #21152
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#2663