Skip to content
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

manifest: sdk-zephyr: drivers: audio: dmic_nrfx_pdm: Add multi-instance PDM and support for prescaler #17765

Conversation

NordicBuilder
Copy link
Contributor

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

@NordicBuilder NordicBuilder requested a review from a team as a code owner October 9, 2024 07:33
@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 Oct 9, 2024
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Oct 9, 2024

The following west manifest projects have been modified in this Pull Request:

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@8ceab93 nrfconnect/sdk-zephyr#2088 nrfconnect/sdk-zephyr#2088/files

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

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Oct 9, 2024

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 980ce716b54f0dc444f3dac818c21a7eeea8f158
zephyr: PR head: 376a2ac52b303587725cc0ea00265bb7d7975950

more details

sdk-nrf:

PR head: 980ce716b54f0dc444f3dac818c21a7eeea8f158
merge base: 214da5d26d11945473b56bf766e0854eb8ef3a63
target head (main): d2898421d5aec25d26f5a57087b2e3dcea14bc66
Diff

zephyr:

PR head: 376a2ac52b303587725cc0ea00265bb7d7975950
merge base: 8ceab93c866d584201621703dee15a77107e7363
target head (main): 2542e3cfe5c425efbed5c35d446ca8a80b19015f
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 (13)
west.yml
zephyr
│  ├── drivers
│  │  ├── audio
│  │  │  ├── Kconfig.dmic_pdm_nrfx
│  │  │  │ dmic_nrfx_pdm.c
│  ├── modules
│  │  ├── hal_nordic
│  │  │  ├── nrfx
│  │  │  │  ├── Kconfig
│  │  │  │  ├── nrfx_config.h
│  │  │  │  ├── nrfx_config_common.h
│  │  │  │  │ nrfx_config_nrf5340_application.h
│  ├── samples
│  │  ├── drivers
│  │  │  ├── audio
│  │  │  │  ├── dmic
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │ sample.yaml
│  ├── soc
│  │  ├── nordic
│  │  │  ├── common
│  │  │  │  │ Kconfig.peripherals
│  │  │  │ validate_base_addresses.c
│  ├── subsys
│  │  ├── dfu
│  │  │  ├── Kconfig
│  │  │  ├── img_util
│  │  │  │  │ flash_img.c

Outputs:

Toolchain

Version: 3dd8985b56
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:3dd8985b56_912848a074

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 1109
    • sdk-zephyr test count: 6259
  • ✅ Integration tests
    • ✅ test-sdk-audio
    • ✅ test-fw-nrfconnect-boot
    • ✅ 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
    • ✅ test-fw-nrfconnect-zigbee
    • ✅ test-sdk-find-my
    • ✅ test-sdk-sidewalk
    • ✅ test-low-level
    • ✅ test-sdk-mcuboot
Disabled integration tests
    • 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-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_mosh
    • test-fw-nrfconnect-nrf-iot_nrf_provisioning
    • test-fw-nrfconnect-nrf-iot_positioning
    • 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-proprietary_esb
    • test-fw-nrfconnect-ps
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-tfm
    • test-sdk-dfu
    • test-sdk-pmic-samples
    • test-sdk-wifi
    • test-secdom-samples-public

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

@NordicBuilder
Copy link
Contributor Author

You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds.

Note: This comment is automatically posted by the Documentation Publishing GitHub Action.

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2088 branch 5 times, most recently from b380fb5 to 3d28c69 Compare October 17, 2024 06:17
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2088 branch 3 times, most recently from 58d9ce4 to 1309536 Compare October 18, 2024 06:01
@mstasiaknordic mstasiaknordic force-pushed the auto-manifest-sdk-zephyr-2088 branch 3 times, most recently from 4b73ca0 to eb87cb4 Compare October 18, 2024 10:41
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2088 branch 2 times, most recently from 1c389c3 to 008f238 Compare October 21, 2024 06:13
@mstasiaknordic mstasiaknordic force-pushed the auto-manifest-sdk-zephyr-2088 branch 2 times, most recently from 3431887 to 45a9e28 Compare October 21, 2024 10:28
@DatGizmo DatGizmo force-pushed the auto-manifest-sdk-zephyr-2088 branch from eaca2e2 to cdef66b Compare October 22, 2024 06:54
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
@rlubos
Copy link
Contributor

rlubos commented Oct 23, 2024

Will update SHA elsewhere.

@rlubos rlubos closed this Oct 23, 2024
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. DNM manifest manifest-zephyr
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants