Skip to content

Conversation

@HaavardRei
Copy link
Contributor

Pulls in a Ble Host commit for v3.1 release.

@HaavardRei HaavardRei requested review from a team as code owners August 8, 2025 07:49
@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 Aug 8, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Aug 8, 2025

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@9450b04 nrfconnect/sdk-zephyr@0351d6e (ncs-v3.1-branch) nrfconnect/[email protected]

All manifest checks OK

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

@HaavardRei HaavardRei added this to the 3.1.0 milestone Aug 8, 2025
@github-actions
Copy link

github-actions bot commented Aug 8, 2025

You can find the documentation preview for this PR here.

Pulls in a Ble Host commit for v3.1 release.

Signed-off-by: Håvard Reierstad <[email protected]>
@HaavardRei HaavardRei force-pushed the backport_3174_to_ncs_v3.1_branch branch from c6e1c72 to e72b982 Compare August 8, 2025 09:59
@NordicBuilder NordicBuilder removed the DNM label Aug 8, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Aug 8, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: e72b9823b758f557d595cb86705d583c9a2c00a1
zephyr: PR head: 0351d6ecde6e92a5aa9be311a494b02c0e44eb53

more details

sdk-nrf:

PR head: e72b9823b758f557d595cb86705d583c9a2c00a1
merge base: 4cf4bf4e766262903c606487b85313b3789381a4
target head (v3.1-branch): 11fc34d06f43fe7ada52dcf7e353280af55ff247
Diff

zephyr:

PR head: 0351d6ecde6e92a5aa9be311a494b02c0e44eb53
merge base: 9450b0417416fb580b1a86d32cadc1d68cec1f05
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 (9)
west.yml
zephyr
│  ├── boards
│  │  ├── nordic
│  │  │  ├── nrf54h20dk
│  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.dts
│  ├── drivers
│  │  ├── spi
│  │  │  ├── spi_nrfx_spim.c
│  │  │  │ spi_nrfx_spis.c
│  ├── include
│  │  ├── zephyr
│  │  │  ├── bluetooth
│  │  │  │  │ l2cap.h
│  ├── samples
│  │  ├── drivers
│  │  │  ├── jesd216
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  ├── spi_flash
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  ├── subsys
│  │  ├── bluetooth
│  │  │  ├── host
│  │  │  │  │ l2cap.c
│  ├── tests
│  │  ├── drivers
│  │  │  ├── flash
│  │  │  │  ├── common
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay

Outputs:

Toolchain

Version: c5be9c56c7
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:c5be9c56c7_bba2ea5f2e

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ❌ Build twister
    • sdk-nrf test count: 16
    • sdk-zephyr test count: 1237
  • ❌ Integration tests
    • ❌ test-sdk-audio
    • ❌ desktop52_verification
    • ❌ test_ble_nrf_config
    • ❌ test-fw-nrfconnect-ble_samples
    • ❌ test-fw-nrfconnect-chip
    • ❌ 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
    • ❌ test-sdk-mcuboot
    • ❌ test-sdk-dfu
Disabled integration tests
    • test-fw-nrfconnect-nrf_lrcs_mosh
    • test-fw-nrfconnect-nrf_lrcs_positioning
    • doc-internal
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • 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-pmic-samples
    • test-sdk-wifi
    • test-secdom-samples-public

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

@HaavardRei HaavardRei changed the title manifest: Pull in BLE host cherry pick [backport v3.1] manifest: Pull in BLE host cherry pick Aug 8, 2025
@nordic-piks
Copy link
Contributor

Not needed, sdk-zephyr - nrfconnect/sdk-zephyr@0351d6e - already updated at #23789

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.

5 participants