Skip to content

manifest: sdk-zephyr: Spim custom frequencies downstream #23068

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

NordicBuilder
Copy link
Contributor

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

@NordicBuilder NordicBuilder requested review from a team as code owners July 1, 2025 12:02
@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 Jul 1, 2025
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Jul 1, 2025

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@8ffbe72 nrfconnect/sdk-zephyr@3649ff7 (main) nrfconnect/sdk-zephyr@8ffbe72b..3649ff7a

All manifest checks OK

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

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Jul 1, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: fbabaee742473b23df4ef824834e00042d054c53
zephyr: PR head: 3649ff7acfc6961e4ee6152b123f482c545aedbd

more details

sdk-nrf:

PR head: fbabaee742473b23df4ef824834e00042d054c53
merge base: 75430abaf1a5e2f33a25479a22783540cf15c849
target head (main): 759acee11f97ba180e6342e885b9afe6a10e7d46
Diff

zephyr:

PR head: 3649ff7acfc6961e4ee6152b123f482c545aedbd
merge base: 8ffbe72bf3ec73a606ea9c7c352ec037d1196aba
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 (52)
west.yml
zephyr
│  ├── drivers
│  │  ├── clock_control
│  │  │  │ clock_control_nrf.c
│  │  ├── spi
│  │  │  │ spi_nrfx_spim.c
│  │  ├── usb
│  │  │  ├── udc
│  │  │  │  ├── Kconfig
│  │  │  │  ├── udc_ambiq.c
│  │  │  │  ├── udc_common.h
│  │  │  │  ├── udc_dwc2.c
│  │  │  │  ├── udc_dwc2.h
│  │  │  │  ├── udc_dwc2_vendor_quirks.h
│  │  │  │  ├── udc_it82xx2.c
│  │  │  │  ├── udc_kinetis.c
│  │  │  │  ├── udc_max32.c
│  │  │  │  ├── udc_mcux_ehci.c
│  │  │  │  ├── udc_mcux_ip3511.c
│  │  │  │  ├── udc_nrf.c
│  │  │  │  ├── udc_numaker.c
│  │  │  │  ├── udc_renesas_ra.c
│  │  │  │  ├── udc_rpi_pico.c
│  │  │  │  ├── udc_sam0.c
│  │  │  │  ├── udc_skeleton.c
│  │  │  │  │ udc_stm32.c
│  ├── dts
│  │  ├── bindings
│  │  │  ├── usb
│  │  │  │  ├── uac2
│  │  │  │  │  │ zephyr,uac2-audio-streaming.yaml
│  ├── include
│  │  ├── zephyr
│  │  │  ├── drivers
│  │  │  │  ├── clock_control
│  │  │  │  │  │ nrf_clock_control.h
│  │  │  ├── kernel.h
│  │  │  ├── usb
│  │  │  │  ├── class
│  │  │  │  │  │ hid.h
│  │  │  │  ├── usb_ch9.h
│  │  │  │  │ usbd.h
│  ├── samples
│  │  ├── subsys
│  │  │  ├── usb
│  │  │  │  ├── uac2_explicit_feedback
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.conf
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── feedback_nrf.c
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── uac2_implicit_feedback
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.conf
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── feedback_nrf.c
│  │  │  │  │  │  │ main.c
│  ├── subsys
│  │  ├── usb
│  │  │  ├── device_next
│  │  │  │  ├── Kconfig
│  │  │  │  ├── app
│  │  │  │  │  ├── Kconfig.cdc_acm_serial
│  │  │  │  │  │ cdc_acm_serial.c
│  │  │  │  ├── class
│  │  │  │  │  ├── Kconfig.uac2
│  │  │  │  │  ├── usbd_uac2.c
│  │  │  │  │  │ usbd_uac2_macros.h
│  │  │  │  │ usbd_ch9.c
│  ├── tests
│  │  ├── drivers
│  │  │  ├── spi
│  │  │  │  ├── spi_controller_peripheral
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── 1m333333hz.overlay
│  │  │  │  │  │  │ 2m666666hz.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── udc
│  │  │  │  │ prj.conf
│  │  ├── subsys
│  │  │  ├── usb
│  │  │  │  ├── device_next
│  │  │  │  │  │ prj.conf

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-nfc
    • ◻️ test-fw-nrfconnect-nrf-iot_thingy91
    • ◻️ test-fw-nrfconnect-rs
    • ◻️ test-fw-nrfconnect-fem
    • ◻️ test-sdk-find-my
    • ◻️ test-low-level
Disabled integration tests
    • test-fw-nrfconnect-nrf_lrcs_mosh
    • test-fw-nrfconnect-nrf_lrcs_positioning
    • desktop52_verification
    • doc-internal
    • test_ble_nrf_config
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-chip
    • test-fw-nrfconnect-nrf-iot_cloud
    • 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_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-ps-main
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread-main
    • 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

github-actions bot commented Jul 1, 2025

You can find the documentation preview for this PR here.

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-3012 branch 4 times, most recently from 5a6cabe to 677b95b Compare July 8, 2025 10:12
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-3012 branch 2 times, most recently from 0011d1d to 6252ad2 Compare July 15, 2025 09:37
Automatically created by Github Action

Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-3012 branch from 6252ad2 to fbabaee Compare July 15, 2025 12:33
@NordicBuilder NordicBuilder removed the DNM label Jul 15, 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. manifest manifest-zephyr
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants