Skip to content

Conversation

@grochu
Copy link
Contributor

@grochu grochu commented Dec 3, 2025

Fixing builds for nRF54LS05

@grochu grochu requested review from a team and kl-cruz as code owners December 3, 2025 14:32
@NordicBuilder NordicBuilder added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Dec 3, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Dec 3, 2025

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@6a9f0de nrfconnect/sdk-zephyr@13f0ae1 (main) nrfconnect/[email protected]

All manifest checks OK

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

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Dec 3, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: a70e0b25f48e5a5d7ea8223ba9801715d63bdb3c
zephyr: PR head: 13f0ae1445f47a553c85b759766f4da4719eea71

more details

sdk-nrf:

PR head: a70e0b25f48e5a5d7ea8223ba9801715d63bdb3c
merge base: cd2f6ad86605fff9263a816acfc06cb2e5836dac
target head (main): 9b6f27ea7e969e1d2ef2bba17581d25c59014349
Diff

zephyr:

PR head: 13f0ae1445f47a553c85b759766f4da4719eea71
merge base: 6a9f0debe2cb0d47328b26f109b09649b74ab269
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 (6)
boards
│  ├── nordic
│  │  ├── nrf54ls05dk
│  │  │  │ nrf54ls05b_cpuapp_common.dtsi
dts
│  ├── common
│  │  ├── nordic
│  │  │  │ nrf54ls05b.dtsi
west.yml
zephyr
│  ├── drivers
│  │  ├── mspi
│  │  │  │ mspi_dw_vendor_specific.h
│  ├── soc
│  │  ├── nordic
│  │  │  ├── common
│  │  │  │  ├── uicr
│  │  │  │  │  ├── periphconf
│  │  │  │  │  │  │ builder.py
│  │  │  ├── nrf54l
│  │  │  │  │ Kconfig

Outputs:

Toolchain

Version:
Build docker image:

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

  • ◻️ Toolchain
  • ◻️ Build twister
  • ◻️ Integration tests
    • ◻️ test-sdk-audio
    • ◻️ test_ble_nrf_config
    • ◻️ 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-main
    • ◻️ test-sdk-find-my
    • ◻️ test-low-level
Disabled integration tests
    • test-fw-nrfconnect-nrf_lrcs_mosh
    • test-fw-nrfconnect-nrf_lrcs_positioning
    • desktop52_verification
    • 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_samples
    • test-fw-nrfconnect-nrf-iot_thingy91
    • 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-sdk-dfu
    • 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

github-actions bot commented Dec 3, 2025

You can find the documentation preview for this PR here.

@grochu grochu force-pushed the bugfix/nrf54ls05b_radio_test_build branch 2 times, most recently from 577f9a7 to 1139088 Compare December 5, 2025 22:34
@nordic-piks nordic-piks force-pushed the bugfix/nrf54ls05b_radio_test_build branch 2 times, most recently from a480881 to dcd38e6 Compare December 10, 2025 06:27
@nordic-piks
Copy link
Contributor

Rebased and resolved conflict.

Radio on nRF54LS05 doesn't support IEEE 802.15.4 mode nor BT Long Range

Ref. NCSDK-36650

Signed-off-by: Michał Grochala <[email protected]>
@nordic-piks nordic-piks force-pushed the bugfix/nrf54ls05b_radio_test_build branch from dcd38e6 to 017f35f Compare December 10, 2025 08:32
west.yml Outdated
- name: zephyr
repo-path: sdk-zephyr
revision: 6a9f0debe2cb0d47328b26f109b09649b74ab269
revision: pull/3594/head
Copy link
Contributor

Choose a reason for hiding this comment

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

Please update SHA: 13f0ae1445f47a553c85b759766f4da4719eea71

Copy link
Contributor

Choose a reason for hiding this comment

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

Done.

sdk-zephyr revision with soc/nordic kconfig fix for nRF54L

Signed-off-by: Michał Grochala <[email protected]>
@nordic-piks nordic-piks force-pushed the bugfix/nrf54ls05b_radio_test_build branch from 017f35f to a70e0b2 Compare December 10, 2025 12:44
@NordicBuilder NordicBuilder removed the DNM label Dec 10, 2025
@nordic-piks nordic-piks merged commit 20d5d86 into nrfconnect:main Dec 10, 2025
19 of 20 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.

6 participants