Skip to content

Conversation

@kkasperczyk-no
Copy link
Contributor

The memory layout for 54L10 in Matter and Thread samples is invalid. This commit fixes it, adds known issue and release note entry

@kkasperczyk-no kkasperczyk-no requested review from a team as code owners July 25, 2025 10:55
@github-actions github-actions bot added the doc-required PR must not be merged without tech writer approval. label Jul 25, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Jul 25, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: ad792aa70023126b9056cf95bc256f8ab4c6ae99

more details

sdk-nrf:

PR head: ad792aa70023126b9056cf95bc256f8ab4c6ae99
merge base: c462d1ee3f53b4dde8ebbcb11e05f57dd5333155
target head (main): c462d1ee3f53b4dde8ebbcb11e05f57dd5333155
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 (14)
doc
│  ├── nrf
│  │  ├── protocols
│  │  │  ├── matter
│  │  │  │  ├── getting_started
│  │  │  │  │  │ hw_requirements.rst
│  │  ├── releases_and_maturity
│  │  │  ├── known_issues.rst
│  │  │  ├── releases
│  │  │  │  │ release-notes-changelog.rst
samples
│  ├── matter
│  │  ├── manufacturer_specific
│  │  │  ├── boards
│  │  │  │  │ nrf54l15dk_nrf54l10_cpuapp.overlay
│  │  │  ├── pm_static_nrf54l15dk_nrf54l10_cpuapp.yml
│  │  │  ├── sysbuild
│  │  │  │  ├── mcuboot
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54l15dk_nrf54l10_cpuapp.overlay
│  │  ├── smoke_co_alarm
│  │  │  ├── boards
│  │  │  │  │ nrf54l15dk_nrf54l10_cpuapp.overlay
│  │  │  ├── pm_static_nrf54l15dk_nrf54l10_cpuapp.yml
│  │  │  ├── sysbuild
│  │  │  │  ├── mcuboot
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54l15dk_nrf54l10_cpuapp.overlay
│  │  ├── template
│  │  │  ├── boards
│  │  │  │  │ nrf54l15dk_nrf54l10_cpuapp.overlay
│  │  │  ├── pm_static_nrf54l15dk_nrf54l10_cpuapp.yml
│  │  │  ├── sysbuild
│  │  │  │  ├── mcuboot
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54l15dk_nrf54l10_cpuapp.overlay
│  ├── openthread
│  │  ├── cli
│  │  │  ├── boards
│  │  │  │  │ nrf54l15dk_nrf54l10_cpuapp.overlay
│  │  ├── coprocessor
│  │  │  ├── boards
│  │  │  │  │ nrf54l15dk_nrf54l10_cpuapp.overlay

Outputs:

Toolchain

Version: 8ea1732c3a
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:8ea1732c3a_bba2ea5f2e

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 123
  • ✅ Integration tests
    • ✅ test-fw-nrfconnect-chip
    • ✅ test-fw-nrfconnect-thread-main
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-fem
    • test-fw-nrfconnect-nfc
    • 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_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-rs
    • test-fw-nrfconnect-tfm
    • test-low-level
    • test-sdk-audio
    • test-sdk-dfu
    • test-sdk-find-my
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-sdk-wifi
    • test-secdom-samples-public

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

@kkasperczyk-no kkasperczyk-no requested a review from peknis July 29, 2025 05:34
@kkasperczyk-no
Copy link
Contributor Author

Requires the following PR to be merged:

#23473

@kkasperczyk-no kkasperczyk-no force-pushed the l10_partitions_fix branch 3 times, most recently from ffeaaf4 to 93eacdd Compare July 31, 2025 06:12
The memory layout for 54L10 in Matter and Thread samples
is invalid. This commit fixes it, adds known issue and release
note entry

Signed-off-by: Kamil Kasperczyk <[email protected]>
@kkasperczyk-no kkasperczyk-no added this to the 3.1.0 milestone Jul 31, 2025
@ArekBalysNordic ArekBalysNordic merged commit 7a261d5 into nrfconnect:main Jul 31, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc-required PR must not be merged without tech writer approval.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants