Skip to content

Conversation

@NordicBuilder
Copy link
Contributor

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

@NordicBuilder NordicBuilder requested review from a team as code owners October 27, 2025 11:43
@NordicBuilder NordicBuilder added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Oct 27, 2025
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Oct 27, 2025

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@fcb3e3b (main) nrfconnect/sdk-zephyr#3428 nrfconnect/sdk-zephyr#3428/files

DNM label due to: 1 project with PR revision

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

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Oct 27, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: fa42e627e439993c295ae2780f469be9db9a2b96
zephyr: PR head: 163d0de58f2a9717796d274e048aace9c54eaba0

more details

sdk-nrf:

PR head: fa42e627e439993c295ae2780f469be9db9a2b96
merge base: b05ea3c420806aaad7af43535766c4130f8e459c
target head (main): b05ea3c420806aaad7af43535766c4130f8e459c
Diff

zephyr:

PR head: 163d0de58f2a9717796d274e048aace9c54eaba0
merge base: e2fd60c4bca3cb121db3d27435a2b6425c3a1465
target head (main): fcb3e3be21e1eda99b7d0a9185a6ef153e022694
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 (91)
west.yml
zephyr
│  ├── doc
│  │  ├── connectivity
│  │  │  ├── bluetooth
│  │  │  │  ├── api
│  │  │  │  │  │ hci.txt
│  │  ├── releases
│  │  │  │ migration-guide-4.3.rst
│  ├── include
│  │  ├── zephyr
│  │  │  ├── bluetooth
│  │  │  │  │ hci_vs.h
│  ├── samples
│  │  ├── bluetooth
│  │  │  ├── hci_ipc
│  │  │  │  ├── nrf5340_cpunet_bis-bt_ll_sw_split.conf
│  │  │  │  ├── nrf5340_cpunet_bt_mesh-bt_ll_sw_split.conf
│  │  │  │  ├── nrf5340_cpunet_cis-bt_ll_sw_split.conf
│  │  │  │  ├── nrf5340_cpunet_df-bt_ll_sw_split.conf
│  │  │  │  ├── nrf5340_cpunet_iso-bt_ll_sw_split.conf
│  │  │  │  ├── nrf5340_cpunet_iso_broadcast-bt_ll_sw_split.conf
│  │  │  │  ├── nrf5340_cpunet_iso_central-bt_ll_sw_split.conf
│  │  │  │  ├── nrf5340_cpunet_iso_peripheral-bt_ll_sw_split.conf
│  │  │  │  ├── nrf5340_cpunet_iso_receive-bt_ll_sw_split.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── hci_uart
│  │  │  │  │ overlay-all-bt_ll_sw_split.conf
│  ├── subsys
│  │  ├── bluetooth
│  │  │  ├── controller
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.ll_sw_split
│  │  │  │  ├── hal
│  │  │  │  │  │ debug.h
│  │  │  │  ├── hci
│  │  │  │  │  ├── hci.c
│  │  │  │  │  │ hci_driver.c
│  │  │  │  ├── include
│  │  │  │  │  ├── ll.h
│  │  │  │  │  ├── ll_feat.h
│  │  │  │  │  │ ll_settings.h
│  │  │  │  ├── ll_sw
│  │  │  │  │  ├── isoal.c
│  │  │  │  │  ├── lll_chan.c
│  │  │  │  │  ├── lll_common.c
│  │  │  │  │  ├── lll_scan.h
│  │  │  │  │  ├── nordic
│  │  │  │  │  │  ├── hal
│  │  │  │  │  │  │  ├── nrf5
│  │  │  │  │  │  │  │  ├── cntr.c
│  │  │  │  │  │  │  │  ├── ecb.c
│  │  │  │  │  │  │  │  ├── mayfly.c
│  │  │  │  │  │  │  │  ├── radio
│  │  │  │  │  │  │  │  │  ├── radio.c
│  │  │  │  │  │  │  │  │  ├── radio_nrf5.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf54lx.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf5_dppi.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf5_dppi_resources.h
│  │  │  │  │  │  │  │  │  │ radio_sim_nrf54l.h
│  │  │  │  │  │  │  │  │ ticker.c
│  │  │  │  │  │  ├── lll
│  │  │  │  │  │  │  ├── lll.c
│  │  │  │  │  │  │  ├── lll_adv.c
│  │  │  │  │  │  │  ├── lll_adv_aux.c
│  │  │  │  │  │  │  ├── lll_adv_iso.c
│  │  │  │  │  │  │  ├── lll_adv_sync.c
│  │  │  │  │  │  │  ├── lll_central.c
│  │  │  │  │  │  │  ├── lll_central_iso.c
│  │  │  │  │  │  │  ├── lll_conn.c
│  │  │  │  │  │  │  ├── lll_df.c
│  │  │  │  │  │  │  ├── lll_peripheral.c
│  │  │  │  │  │  │  ├── lll_peripheral_iso.c
│  │  │  │  │  │  │  ├── lll_scan.c
│  │  │  │  │  │  │  ├── lll_scan_aux.c
│  │  │  │  │  │  │  ├── lll_sync.c
│  │  │  │  │  │  │  ├── lll_sync_iso.c
│  │  │  │  │  │  │  │ lll_test.c
│  │  │  │  │  ├── ull.c
│  │  │  │  │  ├── ull_adv.c
│  │  │  │  │  ├── ull_adv_aux.c
│  │  │  │  │  ├── ull_adv_iso.c
│  │  │  │  │  ├── ull_adv_sync.c
│  │  │  │  │  ├── ull_central.c
│  │  │  │  │  ├── ull_central_iso.c
│  │  │  │  │  ├── ull_conn.c
│  │  │  │  │  ├── ull_conn_iso.c
│  │  │  │  │  ├── ull_df.c
│  │  │  │  │  ├── ull_filter.c
│  │  │  │  │  ├── ull_iso.c
│  │  │  │  │  ├── ull_llcp.c
│  │  │  │  │  ├── ull_llcp_cc.c
│  │  │  │  │  ├── ull_llcp_chmu.c
│  │  │  │  │  ├── ull_llcp_common.c
│  │  │  │  │  ├── ull_llcp_conn_upd.c
│  │  │  │  │  ├── ull_llcp_enc.c
│  │  │  │  │  ├── ull_llcp_local.c
│  │  │  │  │  ├── ull_llcp_past.c
│  │  │  │  │  ├── ull_llcp_phy.c
│  │  │  │  │  ├── ull_llcp_remote.c
│  │  │  │  │  ├── ull_peripheral.c
│  │  │  │  │  ├── ull_peripheral_iso.c
│  │  │  │  │  ├── ull_scan.c
│  │  │  │  │  ├── ull_scan_aux.c
│  │  │  │  │  ├── ull_sched.c
│  │  │  │  │  ├── ull_sync.c
│  │  │  │  │  │ ull_sync_iso.c
│  │  │  │  ├── ticker
│  │  │  │  │  │ ticker.c
│  ├── tests
│  │  ├── bluetooth
│  │  │  ├── init
│  │  │  │  ├── prj_ctlr.conf
│  │  │  │  │ prj_ctlr_dbg.conf
│  │  ├── bsim
│  │  │  ├── bluetooth
│  │  │  │  ├── compile.nrf54l15bsim_nrf54l15_cpuapp.sh
│  │  │  │  ├── ll
│  │  │  │  │  ├── advx
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  ├── tests_scripts
│  │  │  │  │  │  │  ├── basic_advx.sh
│  │  │  │  │  │  │  ├── basic_advx_scan_aux_use_chains.sh
│  │  │  │  │  │  │  │ basic_advx_ticker_expire_info.sh
│  │  │  │  │ tests.nrf54l15bsim_nrf54l15_cpuapp.txt

Outputs:

Toolchain

Version: cfa6b06338
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:cfa6b06338_bba2ea5f2e

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 21
    • sdk-zephyr test count: 682
  • ✅ Integration tests
    • ✅ test-sdk-audio
    • ✅ desktop52_verification
    • ✅ test-fw-nrfconnect-ble_samples
    • ✅ test-fw-nrfconnect-chip
    • ✅ test-fw-nrfconnect-nfc
    • ✅ test-fw-nrfconnect-nrf-iot_thingy91
    • ✅ test-sdk-find-my
    • ✅ test-low-level
    • ✅ test-sdk-dfu
    • ⚠️ test_ble_nrf_config
Disabled integration tests
    • test-fw-nrfconnect-nrf_lrcs_positioning
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-fem
    • 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-rs
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread-main
    • test-sdk-mcuboot
    • test-sdk-wifi
    • test-secdom-samples-public

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

@github-actions
Copy link

You can find the documentation preview for this PR here.

@cvinayak cvinayak self-assigned this Oct 27, 2025
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-3428 branch from 625e6be to fa42e62 Compare October 27, 2025 21:15
Copy link
Contributor

@MarekPieta MarekPieta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Smoke tested locally. nRF Desktop dongle with BLE SW Split LL seems to work fine.

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.

3 participants