Skip to content

manifest: sdk-zephyr: USB UAC2 cherry-picks #23193

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#3032

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

NordicBuilder commented Jul 8, 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@16bd613 (main) nrfconnect/sdk-zephyr@8ffbe72b..16bd613b

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 8, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: d6d9d923ac68abdb561c4e9809dc55bee9bfdb75
zephyr: PR head: 16bd613b68580b8efbfdd08d6019e957df0c9eb7

more details

sdk-nrf:

PR head: d6d9d923ac68abdb561c4e9809dc55bee9bfdb75
merge base: cc61e40059fa23525e3c2668331b6b3b5eacd4be
target head (main): cc61e40059fa23525e3c2668331b6b3b5eacd4be
Diff

zephyr:

PR head: 16bd613b68580b8efbfdd08d6019e957df0c9eb7
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 (48)
west.yml
zephyr
│  ├── drivers
│  │  ├── clock_control
│  │  │  │ clock_control_nrf.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
│  │  │  ├── udc
│  │  │  │  │ prj.conf
│  │  ├── subsys
│  │  │  ├── usb
│  │  │  │  ├── device_next
│  │  │  │  │  │ prj.conf

Outputs:

Toolchain

Version: 684b32e022
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:684b32e022_bba2ea5f2e

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 194
    • sdk-zephyr test count: 2199
  • ✅ Integration tests
    • ✅ test-sdk-audio
    • ✅ 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-nfc
    • 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 8, 2025

You can find the documentation preview for this PR here.

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-3032 branch 4 times, most recently from 06d6714 to fd6b8d7 Compare July 9, 2025 07:40
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Jul 9, 2025

Memory footprint analysis revealed the following potential issues

applications.nrf_desktop.zdebug.uart[nrf54lm20dk/nrf54lm20a/cpuapp]: ROM size increased by 2422[B] in comparison to the main[cbcbcfb] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug_fast_pair.gmouse[nrf52840gmouse/nrf52840]: ROM size increased by 616[B] in comparison to the main[cbcbcfb] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug_mcuboot_smp[nrf52840dk/nrf52840]: ROM size increased by 588[B] in comparison to the main[cbcbcfb] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebugwithshell[nrf52840dk/nrf52840]: ROM size increased by 560[B] in comparison to the main[cbcbcfb] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zrelease[nrf54lm20pdk@0.2.0.csp/nrf54lm20a/cpuapp]: ROM size increased by 1378[B] in comparison to the main[cbcbcfb] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug.uart[nrf54lm20pdk@0.2.0.csp/nrf54lm20a/cpuapp]: ROM size increased by 2414[B] in comparison to the main[cbcbcfb] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug.uart[nrf54lm20pdk@0.2.0/nrf54lm20a/cpuapp]: ROM size increased by 2414[B] in comparison to the main[cbcbcfb] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug[nrf52840gmouse/nrf52840]: ROM size increased by 556[B] in comparison to the main[cbcbcfb] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zrelease[nrf54lm20pdk@0.2.0/nrf54lm20a/cpuapp]: ROM size increased by 1378[B] in comparison to the main[cbcbcfb] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug_keyboard[nrf52840dk/nrf52840]: ROM size increased by 512[B] in comparison to the main[cbcbcfb] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug_nrf21540ek[nrf52840dk/nrf52840]: ROM size increased by 516[B] in comparison to the main[cbcbcfb] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug_wwcb[nrf52840dk/nrf52840]: ROM size increased by 604[B] in comparison to the main[cbcbcfb] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zrelease[nrf54lm20dk/nrf54lm20a/cpuapp]: ROM size increased by 1386[B] in comparison to the main[cbcbcfb] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)

Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-23193/16)

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-3032 branch 5 times, most recently from d7cd6cb to 8c9c362 Compare July 14, 2025 14:00
Automatically created by Github Action

Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-3032 branch from 8c9c362 to d6d9d92 Compare July 15, 2025 11:14
@NordicBuilder NordicBuilder removed the DNM label Jul 15, 2025
@jfischer-no jfischer-no merged commit 940a3bf into nrfconnect:main Jul 15, 2025
13 of 14 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