Skip to content

applications: nrf_desktop: use mapped-partition binding for memory maps - #28986

Merged
rlubos merged 1 commit into
nrfconnect:mainfrom
maje-emb:desktop_align_dts
May 26, 2026
Merged

applications: nrf_desktop: use mapped-partition binding for memory maps#28986
rlubos merged 1 commit into
nrfconnect:mainfrom
maje-emb:desktop_align_dts

Conversation

@maje-emb

Copy link
Copy Markdown
Contributor

Switch from the fixed-partitions binding
to the zephyr,mapped-partition.

@maje-emb
maje-emb requested a review from a team as a code owner May 25, 2026 10:26
@maje-emb maje-emb added this to the 3.4.0 milestone May 25, 2026
@github-actions

Copy link
Copy Markdown

You can find the documentation preview for this PR here.

@NordicBuilder

NordicBuilder commented May 25, 2026

Copy link
Copy Markdown
Contributor

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: aaaec505304dcf27164f7a3bae5cd82d5863f166

more details

sdk-nrf:

PR head: aaaec505304dcf27164f7a3bae5cd82d5863f166
merge base: 25a4b6580bea5d28ba15447d02b2778a84b9cfcc
target head (main): e795138a6e5a0743cc27bb1c47e378b8882476f6
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 (22)
applications
│  ├── nrf_desktop
│  │  ├── configuration
│  │  │  ├── nrf52833dk_nrf52833
│  │  │  │  ├── memory_map.dtsi
│  │  │  │  ├── memory_map_dongle_small.dtsi
│  │  │  │  │ memory_map_release.dtsi
│  │  │  ├── nrf52840dk_nrf52840
│  │  │  │  ├── memory_map_fast_pair.dtsi
│  │  │  │  │ memory_map_mcuboot_qspi.dtsi
│  │  │  ├── nrf52840gmouse_nrf52840
│  │  │  │  │ memory_map_fast_pair.dtsi
│  │  │  ├── nrf52kbd_nrf52832
│  │  │  │  │ memory_map_release_fast_pair.dtsi
│  │  │  ├── nrf54l15dk_nrf54l05_cpuapp
│  │  │  │  ├── memory_map.dtsi
│  │  │  │  ├── memory_map_release.dtsi
│  │  │  │  │ memory_map_release_fast_pair.dtsi
│  │  │  ├── nrf54l15dk_nrf54l10_cpuapp
│  │  │  │  ├── memory_map.dtsi
│  │  │  │  │ memory_map_fast_pair.dtsi
│  │  │  ├── nrf54l15dk_nrf54l15_cpuapp
│  │  │  │  ├── memory_map.dtsi
│  │  │  │  │ memory_map_fast_pair.dtsi
│  │  │  ├── nrf54lm20dk_nrf54lm20a_cpuapp
│  │  │  │  ├── memory_map.dtsi
│  │  │  │  ├── memory_map_llvm.dtsi
│  │  │  │  │ memory_map_ram_load.dtsi
│  │  │  ├── nrf54lm20dk_nrf54lm20b_cpuapp
│  │  │  │  ├── memory_map.dtsi
│  │  │  │  ├── memory_map_llvm.dtsi
│  │  │  │  │ memory_map_ram_load.dtsi
│  │  │  ├── nrf54ls05dk_nrf54ls05b_cpuapp
│  │  │  │  ├── memory_map.dtsi
│  │  │  │  │ memory_map_release.dtsi

Outputs:

Toolchain

Version: f0aa129f09
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:f0aa129f09_5ea73affbf

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister - Skipped: Skipping Build & Test as it succeeded in a previous run: 4
  • ✅ Integration tests
    • ✅ desktop52_verification - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-apps_nrfdesktop - Skipped: Job was skipped as it succeeded in a previous run
Disabled integration tests
    • test-fw-nrfconnect-nrf_lrcs_mosh
    • test-fw-nrfconnect-nrf_lrcs_positioning
    • test_ble_nrf_config
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-chip
    • test-fw-nrfconnect-fem
    • test-fw-nrfconnect-nfc
    • 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-rs
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread-main
    • test-low-level
    • test-sdk-audio
    • test-sdk-dfu
    • test-sdk-find-my
    • test-sdk-mcuboot
    • test-sdk-wifi
    • test-secdom-samples-public

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

Switch from the `fixed-partitions` binding
to the `zephyr,mapped-partition`.

Ref: NCSDK-39353

Signed-off-by: Marcin Jelinski <marcin.jelinski@nordicsemi.no>
@maje-emb
maje-emb force-pushed the desktop_align_dts branch from 89427fe to aaaec50 Compare May 26, 2026 12:05
@rlubos rlubos closed this May 26, 2026
@rlubos rlubos reopened this May 26, 2026
@rlubos
rlubos merged commit 8baecc7 into nrfconnect:main May 26, 2026
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants