Skip to content

Conversation

masz-nordic
Copy link
Contributor

@masz-nordic masz-nordic commented Oct 2, 2025

With changes in include paths.

test-sdk-nrf: collab-nrfx-4.0

@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 https://github.com/nrfconnect/nrfx/pull/977 nrfconnect/nrfx#977/files
zephyr nrfconnect/sdk-zephyr@3acc99b (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: 4

Inputs:

Sources:

sdk-nrf: PR head: caf2b70c686c974086fd1d0f3b36b9d510b3039b
zephyr: PR head: 3dd240b0eddaacaa030d5a0fab04ee777fa97a41

more details

sdk-nrf:

PR head: caf2b70c686c974086fd1d0f3b36b9d510b3039b
merge base: 94b822f53df65d06ded18637325f7022d287ec69
target head (collab-nrfx-4.0): 94b822f53df65d06ded18637325f7022d287ec69
Diff

zephyr:

PR head: 3dd240b0eddaacaa030d5a0fab04ee777fa97a41
merge base: 3acc99b2018b0ace7a8b2922006cb2ffbd17b9d1
target head (collab-nrfx-4.0): 3acc99b2018b0ace7a8b2922006cb2ffbd17b9d1
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
    • ❌ desktop52_verification
    • ❌ test-fw-nrfconnect-apps
    • ❌ test-fw-nrfconnect-ble_samples
    • ❌ test-fw-nrfconnect-chip
    • ❌ test-fw-nrfconnect-nfc
    • ❌ 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-proprietary_esb
    • ❌ test-fw-nrfconnect-rpc
    • ❌ test-fw-nrfconnect-tfm
    • ❌ test-fw-nrfconnect-thread-main
    • ❌ test-fw-nrfconnect-nrf_lrcs_mosh
    • ❌ test-fw-nrfconnect-nrf_lrcs_positioning
    • ❌ test-sdk-wifi
    • ❌ test-low-level
    • ❌ test-sdk-pmic-samples
    • ❌ test-fw-nrfconnect-ps-main
    • ⚠️ test-sdk-audio
    • ⚠️ test_ble_nrf_config
    • ⚠️ test-fw-nrfconnect-nrf-iot_cloud
    • ⚠️ test-fw-nrfconnect-nrf_crypto
    • ⚠️ test-fw-nrfconnect-rs
    • ⚠️ test-fw-nrfconnect-fem
    • ⚠️ test-sdk-find-my
    • ⚠️ test-fw-nrfconnect-nrf_lrcs_mosh
    • ⚠️ test-sdk-mcuboot
    • ⚠️ test-sdk-dfu

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
@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
With changes in include paths.

Signed-off-by: Marcin Szymczyk <[email protected]>
Include nrfx instead of MDK.

Signed-off-by: Marcin Szymczyk <[email protected]>
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