Skip to content

manifest: sdk-zephyr: [nrf fromtree] tests: drivers: spi: spi_loopback: configure spi laten… #22855

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

Merged

Conversation

NordicBuilder
Copy link
Contributor

Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#2966

@NordicBuilder NordicBuilder requested review from a team as code owners June 18, 2025 06:21
@github-actions github-actions bot added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Jun 18, 2025
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Jun 18, 2025

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@360c80c nrfconnect/sdk-zephyr@095611f nrfconnect/sdk-zephyr@360c80ca..095611ff

All manifest checks OK

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

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Jun 18, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 148c2d8bd21c3ead2991d3b7769e86545f6c132c
zephyr: PR head: 095611fffb22b6a3c74303e85b810f5d51219489

more details

sdk-nrf:

PR head: 148c2d8bd21c3ead2991d3b7769e86545f6c132c
merge base: e39855b1d4494e4cd9b16a2b39110f4c701d10b4
target head (main): 526671c135b6eb0fe6ee724e82fb4612ac8843aa
Diff

zephyr:

PR head: 095611fffb22b6a3c74303e85b810f5d51219489
merge base: 360c80ca62377e4dba04669569f47c148890864d
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 (15)
west.yml
zephyr
│  ├── boards
│  │  ├── nordic
│  │  │  ├── nrf54h20dk
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp_iron.dts
│  │  │  │  │ nrf54h20dk_nrf54h20_cpurad_iron.dts
│  ├── drivers
│  │  ├── spi
│  │  │  │ Kconfig.nrfx
│  ├── modules
│  │  ├── Kconfig.mcuboot
│  │  ├── hal_nordic
│  │  │  ├── nrfx
│  │  │  │  ├── Kconfig
│  │  │  │  │ nrfx_kconfig.h
│  ├── soc
│  │  ├── nordic
│  │  │  ├── common
│  │  │  │  │ Kconfig.peripherals
│  │  │  ├── nrf54h
│  │  │  │  │ soc.c
│  │  │  │ validate_base_addresses.c
│  ├── tests
│  │  ├── drivers
│  │  │  ├── spi
│  │  │  │  ├── spi_loopback
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.conf
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpurad.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ spi.c

Outputs:

Toolchain

Version:
Build docker image:

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

  • ◻️ Toolchain
  • ◻️ Build twister
  • ◻️ Integration tests
    • ◻️ test-sdk-audio
    • ◻️ test-fw-nrfconnect-chip
    • ◻️ test-fw-nrfconnect-nfc
    • ◻️ test-fw-nrfconnect-nrf-iot_cloud
    • ◻️ test-fw-nrfconnect-rs
    • ◻️ test-fw-nrfconnect-fem
    • ◻️ test-fw-nrfconnect-thread-main
    • ◻️ test-sdk-find-my
    • ◻️ test-low-level
    • ⚠️ test-sdk-dfu
Disabled integration tests
    • test-fw-nrfconnect-nrf_lrcs_mosh
    • test-fw-nrfconnect-nrf_lrcs_positioning
    • desktop52_verification
    • doc-internal
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-boot
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-nrf-iot_thingy91
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-ps-main
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-tfm
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-sdk-wifi
    • test-secdom-samples-public

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

Copy link

You can find the documentation preview for this PR here.

Automatically created by Github Action

Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2966 branch from 880a96a to 148c2d8 Compare June 18, 2025 08:44
@NordicBuilder NordicBuilder removed the DNM label Jun 18, 2025
@nordic-piks nordic-piks merged commit 265ef24 into nrfconnect:main Jun 18, 2025
14 of 15 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. manifest manifest-zephyr
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants