Skip to content

Conversation

mstasiaknordic
Copy link
Contributor

Manifest updated.

@mstasiaknordic mstasiaknordic requested review from a team as code owners September 30, 2025 12:43
@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
nrfx https://github.com/nrfconnect/nrfx/commit/98167a75a6ed8eb530c4e2977118619b51fd75b0 (4.0-dev) https://github.com/nrfconnect/nrfx/pull/936 nrfconnect/nrfx#936/files
zephyr nrfconnect/sdk-zephyr@c475e9f (collab-nrfx-4.0) nrfconnect/sdk-zephyr#3332 nrfconnect/sdk-zephyr#3332/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 Sep 30, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 3bb9cb9381826fc49a134d42a996a6a62792d792
zephyr: PR head: 9d6f7cbeda19be2596d8751c62640eb403da7fb1

more details

sdk-nrf:

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

zephyr:

PR head: 9d6f7cbeda19be2596d8751c62640eb403da7fb1
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 (12)
tests
│  ├── drivers
│  │  ├── nrfx_integration_test
│  │  │  │ Kconfig
west.yml
zephyr
│  ├── drivers
│  │  ├── spi
│  │  │  ├── Kconfig.nrfx
│  │  │  │ spi_nrfx_spim.c
│  ├── modules
│  │  ├── hal_nordic
│  │  │  ├── nrfx
│  │  │  │  ├── Kconfig
│  │  │  │  ├── nrfx_glue.c
│  │  │  │  ├── nrfx_kconfig.h
│  │  │  │  │ nrfx_log.h
│  ├── samples
│  │  ├── boards
│  │  │  ├── nordic
│  │  │  │  ├── nrfx_prs
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  ├── soc
│  │  ├── nordic
│  │  │  ├── common
│  │  │  │  │ Kconfig.peripherals
│  │  │  ├── nrf52
│  │  │  │  │ Kconfig

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

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

@mstasiaknordic mstasiaknordic changed the title anifest: update collab-nrfx-4.0 to have spi_nrfx_spim reworked manifest: update collab-nrfx-4.0 to have spi_nrfx_spim reworked Sep 30, 2025
@mstasiaknordic mstasiaknordic added the CI-all-test Run All integration tests label Sep 30, 2025
Removed instance specific SPIM config symbols.

Signed-off-by: Michał Stasiak <[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 manifest manifest-nrfx manifest-zephyr
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants