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-nrfxlib: upmerge #17243

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-nrfxlib#1464

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Sep 9, 2024

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

Name Old Revision New Revision Diff
nrfxlib nrfconnect/sdk-nrfxlib@84e2649 nrfconnect/sdk-nrfxlib@9330967 (main) nrfconnect/[email protected]

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

@github-actions github-actions bot added the changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. label Sep 9, 2024
@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
Copy link
Contributor Author

NordicBuilder commented Sep 10, 2024

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 9097bd5ca7637127bd4f0da07fa14152c8aaee84
nrfxlib: PR head: 93309673d14e3c4bf406ea73d55435354eeca75e

more details

sdk-nrf:

PR head: 9097bd5ca7637127bd4f0da07fa14152c8aaee84
merge base: f7258d0ad63ff6f736b08f60b9d4c2e28398de68
target head (main): f7258d0ad63ff6f736b08f60b9d4c2e28398de68
Diff

nrfxlib:

PR head: 93309673d14e3c4bf406ea73d55435354eeca75e
merge base: 84e2649fd9b2edab85d40c32ed8d16c8d16031cd
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 (90)
nrfxlib
│  ├── README.rst
│  ├── crypto
│  │  ├── nrf_cc310_mbedcrypto
│  │  │  ├── include
│  │  │  │  ├── mbedtls
│  │  │  │  │  │ ecp_alt.h
│  │  ├── nrf_cc310_platform
│  │  │  ├── src
│  │  │  │  │ nrf_cc3xx_platform_mutex_zephyr.c
│  │  ├── nrf_cc312_mbedcrypto
│  │  │  ├── include
│  │  │  │  ├── mbedtls
│  │  │  │  │  │ ecp_alt.h
│  │  ├── nrf_cc312_platform
│  │  │  ├── src
│  │  │  │  │ nrf_cc3xx_platform_mutex_zephyr.c
│  ├── nrf_802154
│  │  ├── doc
│  │  │  │ rd_limitations.rst
│  ├── nrf_dm
│  │  │ Kconfig
│  ├── nrf_wifi
│  │  ├── README.rst
│  │  ├── bus_if
│  │  │  ├── bal
│  │  │  │  ├── inc
│  │  │  │  │  ├── bal_api.h
│  │  │  │  │  ├── bal_ops.h
│  │  │  │  │  │ bal_structs.h
│  │  │  │  ├── src
│  │  │  │  │  │ bal.c
│  │  │  ├── bus
│  │  │  │  ├── qspi
│  │  │  │  │  ├── inc
│  │  │  │  │  │  │ qspi.h
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ qspi.c
│  │  │  │  ├── spi
│  │  │  │  │  ├── inc
│  │  │  │  │  │  │ spi.h
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ spi.c
│  │  ├── doc
│  │  │  ├── API
│  │  │  │  ├── fmac.rst
│  │  │  │  ├── fmac
│  │  │  │  │  ├── low_api_common.rst
│  │  │  │  │  ├── low_api_radio_test.rst
│  │  │  │  │  │ low_api_wifi.rst
│  │  │  │  │ fw_if.rst
│  │  │  ├── api.rst
│  │  │  ├── layers.rst
│  │  │  ├── layers
│  │  │  │  │ overview.rst
│  │  ├── fw_bins
│  │  │  ├── default
│  │  │  │  │ nrf70.bin
│  │  │  ├── radio_test
│  │  │  │  │ nrf70.bin
│  │  │  ├── scan_only
│  │  │  │  │ nrf70.bin
│  │  │  ├── system_with_raw
│  │  │  │  │ nrf70.bin
│  │  ├── fw_if
│  │  │  ├── umac_if
│  │  │  │  ├── inc
│  │  │  │  │  ├── default
│  │  │  │  │  │  ├── fmac_api.h
│  │  │  │  │  │  │ fmac_structs.h
│  │  │  │  │  ├── fmac_ap.h
│  │  │  │  │  ├── fmac_api_common.h
│  │  │  │  │  ├── fmac_bb.h
│  │  │  │  │  ├── fmac_cmd.h
│  │  │  │  │  ├── fmac_event.h
│  │  │  │  │  ├── fmac_peer.h
│  │  │  │  │  ├── fmac_rx.h
│  │  │  │  │  ├── fmac_structs_common.h
│  │  │  │  │  ├── fmac_tx.h
│  │  │  │  │  ├── fmac_util.h
│  │  │  │  │  ├── fmac_vif.h
│  │  │  │  │  ├── fw
│  │  │  │  │  │  ├── host_rpu_common_if.h
│  │  │  │  │  │  ├── host_rpu_data_if.h
│  │  │  │  │  │  ├── host_rpu_sys_if.h
│  │  │  │  │  │  ├── host_rpu_umac_if.h
│  │  │  │  │  │  ├── lmac_if_common.h
│  │  │  │  │  │  │ patch_info.h
│  │  │  │  │  ├── radio_test
│  │  │  │  │  │  ├── fmac_api.h
│  │  │  │  │  │  │ fmac_structs.h
│  │  │  │  ├── src
│  │  │  │  │  ├── cmd.c
│  │  │  │  │  ├── default
│  │  │  │  │  │  │ fmac_api.c
│  │  │  │  │  ├── event.c
│  │  │  │  │  ├── fmac_ap.c
│  │  │  │  │  ├── fmac_api_common.c
│  │  │  │  │  ├── fmac_peer.c
│  │  │  │  │  ├── fmac_util.c
│  │  │  │  │  ├── fmac_vif.c
│  │  │  │  │  ├── radio_test
│  │  │  │  │  │  │ fmac_api.c
│  │  │  │  │  ├── rx.c
│  │  │  │  │  │ tx.c
│  │  ├── hw_if
│  │  │  ├── hal
│  │  │  │  ├── inc
│  │  │  │  │  ├── fw
│  │  │  │  │  │  ├── pack_def.h
│  │  │  │  │  │  ├── phy_rf_params.h
│  │  │  │  │  │  │ rpu_if.h
│  │  │  │  │  ├── hal_api.h
│  │  │  │  │  ├── hal_common.h
│  │  │  │  │  ├── hal_fw_patch_loader.h
│  │  │  │  │  ├── hal_interrupt.h
│  │  │  │  │  ├── hal_mem.h
│  │  │  │  │  ├── hal_reg.h
│  │  │  │  │  ├── hal_structs.h
│  │  │  │  │  │ pal.h
│  │  │  │  ├── src
│  │  │  │  │  ├── hal_api.c
│  │  │  │  │  ├── hal_fw_patch_loader.c
│  │  │  │  │  ├── hal_interrupt.c
│  │  │  │  │  ├── hal_mem.c
│  │  │  │  │  ├── hal_reg.c
│  │  │  │  │  ├── hpqm.c
│  │  │  │  │  │ pal.c
│  │  ├── os_if
│  │  │  ├── inc
│  │  │  │  ├── osal_api.h
│  │  │  │  ├── osal_ops.h
│  │  │  │  │ osal_structs.h
│  │  │  ├── src
│  │  │  │  │ osal.c
│  │  ├── utils
│  │  │  ├── inc
│  │  │  │  ├── list.h
│  │  │  │  ├── queue.h
│  │  │  │  │ util.h
│  │  │  ├── src
│  │  │  │  ├── list.c
│  │  │  │  ├── queue.c
│  │  │  │  │ util.c
│  ├── softdevice_controller
│  │  │ CHANGELOG.rst
west.yml

Outputs:

Toolchain

Version: 9583beca34
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:9583beca34_81ed5a52d6

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ❌ Build twister
    • sdk-nrf test count: 1291
  • ❌ Integration tests
    • ❌ test-fw-nrfconnect-chip
    • ❌ test-fw-nrfconnect-nrf-iot_cloud
    • ❌ test-fw-nrfconnect-nrf_crypto
    • ❌ test-fw-nrfconnect-rs
    • ❌ test-fw-nrfconnect-fem
    • ❌ test-fw-nrfconnect-tfm
    • ❌ test-fw-nrfconnect-thread
    • ❌ test-sdk-find-my
    • ❌ test-sdk-sidewalk
    • ❌ test-sdk-wifi
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-boot
    • test-fw-nrfconnect-nfc
    • 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-proprietary_esb
    • test-fw-nrfconnect-ps
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-zigbee
    • test-low-level
    • test-sdk-audio
    • test-sdk-dfu
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-secdom-samples-public

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

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-nrfxlib-1464 branch 3 times, most recently from b1e8ec5 to 2191f12 Compare September 11, 2024 10:33
@NordicBuilder NordicBuilder requested a review from a team as a code owner September 23, 2024 10:49
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-nrfxlib-1464 branch 7 times, most recently from ac46315 to 8141281 Compare September 27, 2024 14:16
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-nrfxlib-1464 branch 4 times, most recently from 8dba140 to 475c1cd Compare October 4, 2024 08:48
Automatically created by Github Action

Signed-off-by: Nordic Builder <[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. manifest manifest-nrfxlib
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant