Skip to content

Conversation

@mstasiaknordic
Copy link
Contributor

@mstasiaknordic mstasiaknordic commented Sep 30, 2025

Manifest updated.

test-sdk-nrf: collab-nrfx-4.0

@mstasiaknordic mstasiaknordic requested review from a team as code owners September 30, 2025 09:18
@NordicBuilder NordicBuilder added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Sep 30, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Sep 30, 2025

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
mcuboot nrfconnect/sdk-mcuboot@40861fd nrfconnect/sdk-mcuboot#558 nrfconnect/sdk-mcuboot#558/files
nrfx https://github.com/nrfconnect/nrfx/commit/125d3e9fa2dcfd9fe3187d6f5e47e269e01023f1 https://github.com/nrfconnect/nrfx/commit/0746a590c62e039fd1e453b423d594f5fa57ddc9 (4.0-dev) nrfconnect/[email protected]
zephyr nrfconnect/sdk-zephyr@c3b37ac nrfconnect/sdk-zephyr@b9bf21a (collab-nrfx-4.0) nrfconnect/[email protected]

DNM label due to: 1 project with PR revision

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Sep 30, 2025

CI Information

To view the history of this post, click the 'edited' button above
Build number: 16

Inputs:

Sources:

sdk-nrf: PR head: 262d07f3ab277cff126cbbbd720608968bc2a981
mcuboot: PR head: 3c9344e48d852621ba4b04726081d848b81ed8ca
zephyr: PR head: b9bf21a1e92d9416dcf191c502c20c2b6b862e77

more details

sdk-nrf:

PR head: 262d07f3ab277cff126cbbbd720608968bc2a981
merge base: 2feb17e30a950c632d974e69cd5b561893ea2d97
target head (collab-nrfx-4.0): e55a46458bb9a721ec25f2bbc1b52156fcc538ba
Diff

mcuboot:

PR head: 3c9344e48d852621ba4b04726081d848b81ed8ca
merge base: 40861fd7351604d38af6345e56fe7422529561e6
target head (main): a8161d7dcccd9503c48678219dd535ebd24b7c3c
Diff

zephyr:

PR head: b9bf21a1e92d9416dcf191c502c20c2b6b862e77
merge base: c3b37acdd1d91054f7767fea38b907710849a852
Diff

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (58)
bootloader
│  ├── mcuboot
│  │  ├── boot
│  │  │  ├── bootutil
│  │  │  │  ├── include
│  │  │  │  │  ├── bootutil
│  │  │  │  │  │  ├── boot_hooks.h
│  │  │  │  │  │  ├── boot_request.h
│  │  │  │  │  │  │ image.h
│  │  │  │  ├── src
│  │  │  │  │  ├── bootutil_priv.h
│  │  │  │  │  ├── bootutil_public.c
│  │  │  │  │  ├── ed25519_psa.c
│  │  │  │  │  ├── encrypted_psa.c
│  │  │  │  │  │ loader.c
│  │  │  │  ├── zephyr
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ boot_request_retention.c
│  │  │  ├── zephyr
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── boards
│  │  │  │  │  ├── nrf54l15dk_ext_flash.conf
│  │  │  │  │  ├── nrf54l15dk_ext_flash.overlay
│  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp_ext_flash.overlay
│  │  │  │  │  │ thingy53_nrf5340_cpuapp.conf
│  │  │  │  ├── hooks_sample.c
│  │  │  │  ├── include
│  │  │  │  │  ├── io
│  │  │  │  │  │  │ io.h
│  │  │  │  │  ├── mcuboot_config
│  │  │  │  │  │  │ mcuboot_config.h
│  │  │  │  ├── io_bm.c
│  │  │  │  ├── main.c
│  │  │  │  ├── nrf54h20_custom_s2ram.S
│  │  │  │  ├── nrf54h20_custom_s2ram.c
│  │  │  │  ├── nrf_cleanup.c
│  │  │  │  ├── socs
│  │  │  │  │  ├── nrf54h20_cpuapp.conf
│  │  │  │  │  ├── nrf54l05_cpuapp.conf
│  │  │  │  │  │ nrf54l10_cpuapp.conf
│  │  │  │  ├── sysbuild
│  │  │  │  │  │ CMakeLists.txt
│  │  ├── docs
│  │  │  ├── design.md
│  │  │  │ imgtool.md
│  │  ├── scripts
│  │  │  ├── assemble.py
│  │  │  ├── imgtool
│  │  │  │  ├── boot_record.py
│  │  │  │  ├── dumpinfo.py
│  │  │  │  ├── image.py
│  │  │  │  ├── keys
│  │  │  │  │  ├── __init__.py
│  │  │  │  │  ├── ecdsa.py
│  │  │  │  │  ├── ecdsa_test.py
│  │  │  │  │  ├── ed25519.py
│  │  │  │  │  ├── ed25519_test.py
│  │  │  │  │  ├── general.py
│  │  │  │  │  ├── privatebytes.py
│  │  │  │  │  ├── rsa.py
│  │  │  │  │  ├── rsa_test.py
│  │  │  │  │  │ x25519.py
│  │  │  │  │ main.py
│  │  │  ├── setup.py
│  │  │  ├── tests
│  │  │  │  ├── test_commands.py
│  │  │  │  ├── test_compression.py
│  │  │  │  │ test_keys.py
scripts
│  ├── quarantine.yaml
│  │ quarantine_zephyr.yaml
tests
│  ├── drivers
│  │  ├── nrfx_integration_test
│  │  │  │ Kconfig
west.yml
zephyr
│  ├── drivers
│  │  ├── watchdog
│  │  │  ├── Kconfig.nrfx
│  │  │  │ wdt_nrfx.c
│  ├── modules
│  │  ├── hal_nordic
│  │  │  ├── nrfx
│  │  │  │  ├── Kconfig
│  │  │  │  │ nrfx_kconfig.h
│  ├── soc
│  │  ├── nordic
│  │  │  ├── common
│  │  │  │  │ Kconfig.peripherals
│  ├── tests
│  │  ├── drivers
│  │  │  ├── watchdog
│  │  │  │  ├── wdt_basic_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf52840dk_nrf52840_counter.conf

Outputs:

Toolchain

Version: 2b2cd9579a
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:2b2cd9579a_bba2ea5f2e

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ❌ Build twister
  • ❌ Integration tests
    • ❌ desktop52_verification
    • ❌ test-fw-nrfconnect-apps
    • ❌ test-fw-nrfconnect-ble_samples
    • ❌ test-fw-nrfconnect-nfc
    • ❌ test-fw-nrfconnect-nrf-iot_thingy91
    • ❌ test-fw-nrfconnect-rpc
    • ❌ test-sdk-wifi
    • ❌ test-low-level
    • ⚠️ test-sdk-audio
    • ⚠️ test-fw-nrfconnect-chip
    • ⚠️ test-fw-nrfconnect-nrf-iot_cloud
    • ⚠️ test-fw-nrfconnect-rs
    • ⚠️ test-fw-nrfconnect-fem
    • ⚠️ test-fw-nrfconnect-thread-main
    • ⚠️ test-sdk-find-my
    • ⚠️ test-sdk-mcuboot

Note: This message is automatically posted and updated by the CI

@mstasiaknordic mstasiaknordic requested a review from a team as a code owner September 30, 2025 11:25
@mstasiaknordic mstasiaknordic added the CI-all-test Run All integration tests label Oct 1, 2025
@mstasiaknordic mstasiaknordic force-pushed the nrfx_wdt_rework branch 3 times, most recently from a1ec3eb to 1e432b3 Compare October 21, 2025 08:58
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
Copy link
Contributor

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.

@magp-nordic magp-nordic force-pushed the nrfx_wdt_rework branch 2 times, most recently from 6c6b0bb to bc847a0 Compare October 29, 2025 13:30
@magp-nordic magp-nordic requested a review from a team as a code owner October 29, 2025 13:30
@magp-nordic
Copy link
Contributor

Rebased

@magp-nordic magp-nordic force-pushed the nrfx_wdt_rework branch 3 times, most recently from 85f42eb to 8e9a0a2 Compare October 30, 2025 09:55
mstasiaknordic and others added 3 commits October 30, 2025 12:47
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]>
@masz-nordic masz-nordic merged commit e55a464 into nrfconnect:collab-nrfx-4.0 Oct 30, 2025
9 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. CI-all-test Run All integration tests DNM manifest manifest-mcuboot manifest-nrfx manifest-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants