-
Notifications
You must be signed in to change notification settings - Fork 1.4k
manifest: update collab-nrfx-4.0 to have wdt_nrfx reworked #24779
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: update collab-nrfx-4.0 to have wdt_nrfx reworked #24779
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: 262d07f3ab277cff126cbbbd720608968bc2a981 more detailssdk-nrf:
mcuboot:
zephyr:
Github labels
List of changed files detected by CI (58)Outputs:ToolchainVersion: 2b2cd9579a Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
1020010 to
aa79ade
Compare
a1ec3eb to
1e432b3
Compare
1e432b3 to
e93f249
Compare
| select NRFX_UARTE137 if HAS_HW_NRF_UARTE137 | ||
| select NRFX_USBD if HAS_HW_NRF_USBD | ||
| select NRFX_USBREG if HAS_HW_NRF_USBREG | ||
| select NRFX_WDT0 if HAS_HW_NRF_WDT0 |
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.
Could be replaced with select NRFX_WDT if HAS_HW_NRF_WDT0 || HAS_HW_NRF_WDT1 ..., like it was done here: d858ed6 / But can also stay as it is.
6c6b0bb to
bc847a0
Compare
bc847a0 to
b106a11
Compare
|
Rebased |
85f42eb to
8e9a0a2
Compare
Manifest updated. Also updated sdk-mcuboot to nrfx_wdt changes. Signed-off-by: Michał Stasiak <[email protected]>
Removed instance specific WDT config symbols. Signed-off-by: Michał Stasiak <[email protected]>
Temporarily add tests that do not build due to branch collab-nrfx-4.0 not being rebased on main. Signed-off-by: Magdalena Pastula <[email protected]>
8e9a0a2 to
262d07f
Compare
e55a464
into
nrfconnect:collab-nrfx-4.0
Manifest updated.
test-sdk-nrf: collab-nrfx-4.0