Skip to content

Conversation

masz-nordic
Copy link
Contributor

With changes in include paths.

With changes in include paths.

Signed-off-by: Marcin Szymczyk <[email protected]>
@masz-nordic masz-nordic requested review from a team as code owners October 2, 2025 14:15
@masz-nordic masz-nordic added the CI-all-test Run All integration tests label Oct 2, 2025
@NordicBuilder NordicBuilder added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Oct 2, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Oct 2, 2025

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

Name Old Revision New Revision Diff
nrfx https://github.com/nrfconnect/nrfx/commit/98167a75a6ed8eb530c4e2977118619b51fd75b0 (4.0-dev) https://github.com/nrfconnect/nrfx/pull/977 nrfconnect/nrfx#977/files
zephyr nrfconnect/sdk-zephyr@c475e9f (collab-nrfx-4.0) nrfconnect/sdk-zephyr#3355 nrfconnect/sdk-zephyr#3355/files

DNM label due to: 2 projects with PR revision

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

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Oct 2, 2025

CI Information

To view the history of this post, clich the 'edited' button above
Build number: 3

Inputs:

Sources:

sdk-nrf: PR head: f43e99075204f24f6ee28f5aeef92155890dcbe4
zephyr: PR head: 54915e8c3b4828f4fff488746bd80c45375c7855

more details

sdk-nrf:

PR head: f43e99075204f24f6ee28f5aeef92155890dcbe4
merge base: 1cd9d5de2c2692c2a8e9e956545755e0d1091a22
target head (collab-nrfx-4.0): 1cd9d5de2c2692c2a8e9e956545755e0d1091a22
Diff

zephyr:

PR head: 54915e8c3b4828f4fff488746bd80c45375c7855
merge base: c475e9f2c9eedd5aef47e2e0a36eb02d05e87a7f
target head (collab-nrfx-4.0): c475e9f2c9eedd5aef47e2e0a36eb02d05e87a7f
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 (59)
include
│  ├── esb.h
│  ├── tfm
│  │  │ tfm_builtin_key_ids.h
lib
│  ├── fem_al
│  │  │ fem_al.c
│  ├── flash_patch
│  │  │ flash_patch.c
│  ├── fprotect
│  │  ├── fprotect_bprot.c
│  │  ├── fprotect_rram.c
│  │  │ fprotect_spu.c
│  ├── hw_unique_key
│  │  │ hw_unique_key_cc3xx_kmu.c
│  ├── nrf_modem_lib
│  │  │ nrf_modem_os.c
modules
│  ├── nrfxlib
│  │  ├── nrf_802154
│  │  │  ├── sl
│  │  │  │  ├── platform
│  │  │  │  │  │ nrf_802154_hp_timer.c
│  ├── trusted-firmware-m
│  │  ├── tfm_boards
│  │  │  ├── board
│  │  │  │  │ RTE_Device.h
│  │  │  ├── services
│  │  │  │  ├── include
│  │  │  │  │  │ tfm_platform_user_memory_ranges.h
│  │  │  ├── src
│  │  │  │  │ log_memory_protection.c
samples
│  ├── bluetooth
│  │  ├── direct_test_mode
│  │  │  ├── src
│  │  │  │  ├── dtm.c
│  │  │  │  │ dtm_hw.c
│  ├── crypto
│  │  ├── psa_tls
│  │  │  ├── src
│  │  │  │  ├── main.c
│  │  │  │  ├── non-secure
│  │  │  │  │  ├── psa_tls_credentials_client.c
│  │  │  │  │  │ psa_tls_credentials_server.c
│  │  │  │  ├── psa_dtls_functions_client.c
│  │  │  │  ├── psa_dtls_functions_server.c
│  │  │  │  ├── psa_tls_common.c
│  │  │  │  ├── psa_tls_functions_client.c
│  │  │  │  ├── psa_tls_functions_server.c
│  │  │  │  ├── secure
│  │  │  │  │  ├── psa_tls_credentials_client.c
│  │  │  │  │  │ psa_tls_credentials_server.c
│  ├── esb
│  │  ├── esb_monitor
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── esb_prx
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── esb_ptx
│  │  │  ├── src
│  │  │  │  │ main.c
│  ├── nrf5340
│  │  ├── empty_app_core
│  │  │  ├── README.rst
│  │  │  ├── src
│  │  │  │  │ main.c
│  ├── peripheral
│  │  ├── radio_test
│  │  │  ├── src
│  │  │  │  ├── main.c
│  │  │  │  │ radio_test.c
subsys
│  ├── bootloader
│  │  ├── bl_crypto
│  │  │  │ bl_crypto_cc310_common.c
│  │  ├── bl_storage
│  │  │  │ bl_storage.c
│  ├── esb
│  │  │ esb.c
│  ├── nfc
│  │  ├── lib
│  │  │  │ platform.c
│  ├── nrf_security
│  │  ├── src
│  │  │  ├── drivers
│  │  │  │  ├── cracen
│  │  │  │  │  ├── common
│  │  │  │  │  │  ├── include
│  │  │  │  │  │  │  ├── security
│  │  │  │  │  │  │  │  │ cracen.h
│  │  │  │  │  ├── cracenpsa
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ lib_kmu.c
│  │  │  │  │  ├── sxsymcrypt
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ hw.h
west.yml
zephyr
│  ├── boards
│  │  ├── native
│  │  │  ├── nrf_bsim
│  │  │  │  ├── soc
│  │  │  │  │  │ soc_secure.h
│  ├── drivers
│  │  ├── clock_control
│  │  │  │ clock_control_nrf.c
│  │  ├── flash
│  │  │  ├── nrf_qspi_nor.c
│  │  │  │ soc_flash_nrf.c
│  │  ├── mspi
│  │  │  │ mspi_dw_vendor_specific.h
│  │  ├── usb
│  │  │  ├── common
│  │  │  │  ├── nrf_usbd_common
│  │  │  │  │  │ nrf_usbd_common_errata.h
│  │  │  ├── udc
│  │  │  │  │ udc_dwc2_vendor_quirks.h
│  ├── modules
│  │  ├── hal_nordic
│  │  │  ├── nrfx
│  │  │  │  │ CMakeLists.txt
│  │  ├── nrf_wifi
│  │  │  ├── bus
│  │  │  │  │ qspi_if.c
│  │  ├── trusted-firmware-m
│  │  │  ├── nordic
│  │  │  │  ├── include
│  │  │  │  │  │ tfm_read_ranges.h
│  ├── soc
│  │  ├── nordic
│  │  │  ├── common
│  │  │  │  ├── soc_secure.c
│  │  │  │  │ soc_secure.h
│  │  │  ├── ironside
│  │  │  │  ├── include
│  │  │  │  │  ├── nrf_ironside
│  │  │  │  │  │  │ cpuconf.h
│  │  │  ├── nrf53
│  │  │  │  │ soc.c
│  │  │  ├── nrf54l
│  │  │  │  │ soc.c
│  │  │  │ validate_binding_headers.c
│  ├── subsys
│  │  ├── bluetooth
│  │  │  ├── controller
│  │  │  │  ├── ll_sw
│  │  │  │  │  ├── nordic
│  │  │  │  │  │  ├── hal
│  │  │  │  │  │  │  ├── nrf5
│  │  │  │  │  │  │  │  ├── radio
│  │  │  │  │  │  │  │  │  ├── radio_nrf52810.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf52832.h
│  │  │  │  │  │  │  │  │  │ radio_nrf52840.h

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
    • ❌ test-sdk-audio
    • ❌ desktop52_verification
    • ❌ test-fw-nrfconnect-apps
    • ❌ test-fw-nrfconnect-ble_mesh
    • ❌ test-fw-nrfconnect-ble_samples
    • ❌ test-fw-nrfconnect-chip
    • ❌ test-fw-nrfconnect-nfc
    • ❌ test-fw-nrfconnect-nrf-iot_cloud
    • ❌ test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • ❌ test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • ❌ test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • ❌ test-fw-nrfconnect-nrf-iot_samples
    • ❌ test-fw-nrfconnect-nrf-iot_lwm2m
    • ❌ test-fw-nrfconnect-nrf-iot_thingy91
    • ❌ test-fw-nrfconnect-nrf_crypto
    • ❌ test-fw-nrfconnect-proprietary_esb
    • ❌ test-fw-nrfconnect-rpc
    • ❌ test-fw-nrfconnect-rs
    • ❌ test-fw-nrfconnect-fem
    • ❌ test-fw-nrfconnect-tfm
    • ❌ test-fw-nrfconnect-thread-main
    • ❌ test-sdk-find-my
    • ❌ test-fw-nrfconnect-nrf_lrcs_mosh
    • ❌ test-fw-nrfconnect-nrf_lrcs_positioning
    • ❌ test-sdk-wifi
    • ❌ test-low-level
    • ❌ test-sdk-pmic-samples
    • ❌ test-sdk-mcuboot
    • ❌ test-sdk-dfu
    • ❌ test-fw-nrfconnect-ps-main
    • ❌ test-secdom-samples-public
    • ⚠️ test_ble_nrf_config
    • ⚠️ test-fw-nrfconnect-nrf_lrcs_mosh

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

@masz-nordic masz-nordic requested a review from a team as a code owner October 2, 2025 14:34
Include nrfx instead of MDK.

Signed-off-by: Marcin Szymczyk <[email protected]>
@masz-nordic masz-nordic requested review from a team as code owners October 3, 2025 10:05
@NordicBuilder NordicBuilder added the doc-required PR must not be merged without tech writer approval. label Oct 3, 2025
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 doc-required PR must not be merged without tech writer approval. manifest manifest-nrfx manifest-zephyr
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants