Skip to content

samples: cellular: Disable PM#28687

Merged
nordicjm merged 35 commits into
nrfconnect:mainfrom
lucasvdp:disable_pm_samples_cellular
Jun 1, 2026
Merged

samples: cellular: Disable PM#28687
nordicjm merged 35 commits into
nrfconnect:mainfrom
lucasvdp:disable_pm_samples_cellular

Conversation

@lucasvdp
Copy link
Copy Markdown
Contributor

@lucasvdp lucasvdp commented May 11, 2026

The following fixes were made:
dts: common: nordic: Update nRF91 SRAM partitions
lib: bin: lwm2m_carrier: fix DT macros

Plus cherrypicked:
dfu: Full modem firmware upgrade with DTS #28714
treewide: port PGPS partition to DTS #28694

I added common partitions tables for all samples:
dts: samples: cellular: Add commonly used partition tables

  • nrf91_ram_partitions.dtsi (== dts/common/nordic/nrf91_partitions_sram.dtsi)
  • nrf91_no_bootloader_partitions.dtsi
  • nrf91_bootloader_partitions.dtsi
  • nrf91_immutable_bootloader_partitions.dtsi
  • nrf91_crypto_partitions.dtsi

I updated the modem trace snippets, this requires every sample using it to use the RAM partitions mentioned above.
snippets: nrf91-modem-trace: add trace partition using devicetree.

test-sdk-nrf: sdk-nrf-pr-28687
test_iot_libmodem: PR-5968

@lucasvdp lucasvdp requested review from a team as code owners May 11, 2026 13:11
@lucasvdp lucasvdp added the DNM label May 11, 2026
@NordicBuilder NordicBuilder requested review from a team May 11, 2026 13:11
Copy link
Copy Markdown
Contributor

@nordicjm nordicjm left a comment

Choose a reason for hiding this comment

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

Small nit. won't approve as WIP until complete but looks good

Comment thread samples/cellular/lwm2m_carrier/boards/nrf9151dk_nrf9151_ns.overlay Outdated
Comment thread samples/cellular/lwm2m_carrier/boards/nrf9151dk_nrf9151_ns.overlay Outdated
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 11, 2026

@lucasvdp lucasvdp force-pushed the disable_pm_samples_cellular branch 3 times, most recently from 54c27cf to 0ccb09b Compare May 12, 2026 08:22
@NordicBuilder
Copy link
Copy Markdown
Contributor

NordicBuilder commented May 12, 2026

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: f8fca2aabd3ea453fc0c8b13e22bc1eaf8b5cbe7

more details

sdk-nrf:

PR head: f8fca2aabd3ea453fc0c8b13e22bc1eaf8b5cbe7
merge base: 5e5d09112c77e5796f03a2dee226c510b9fc78f6
target head (main): 7cc064d35b48a95fbb66f94ec4bffbf0f42e22f7
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 (210)
boards
│  ├── nordic
│  │  ├── thingy91x
│  │  │  │ thingy91x_nrf9151_partition.dtsi
doc
│  ├── nrf
│  │  ├── libraries
│  │  │  ├── dfu
│  │  │  │  │ dfu_target.rst
dts
│  ├── common
│  │  ├── nordic
│  │  │  │ nrf91_partition_sram.dtsi
│  ├── samples
│  │  ├── cellular
│  │  │  ├── nrf91_bootloader_partitions.dtsi
│  │  │  ├── nrf91_crypto_partitions.dtsi
│  │  │  ├── nrf91_immutable_bootloader_partitions.dtsi
│  │  │  ├── nrf91_no_bootloader_partitions.dtsi
│  │  │  ├── nrf91_sram_crypto_partitions.dtsi
│  │  │  │ nrf91_sram_partitions.dtsi
lib
│  ├── bin
│  │  ├── lwm2m_carrier
│  │  │  ├── os
│  │  │  │  │ lwm2m_os.c
samples
│  ├── cellular
│  │  ├── at_client
│  │  │  ├── boards
│  │  │  │  ├── nrf9151dk_nrf9151_ns.overlay
│  │  │  │  ├── nrf9160dk_nrf9160_ns.overlay
│  │  │  │  │ nrf9161dk_nrf9161_ns.overlay
│  │  │  │ sample.yaml
│  │  ├── at_monitor
│  │  │  ├── Kconfig.sysbuild
│  │  │  ├── boards
│  │  │  │  ├── nrf9151dk_nrf9151_ns.overlay
│  │  │  │  ├── nrf9160dk_nrf9160_ns.overlay
│  │  │  │  │ nrf9161dk_nrf9161_ns.overlay
│  │  ├── battery
│  │  │  ├── Kconfig.sysbuild
│  │  │  ├── boards
│  │  │  │  ├── nrf9151dk_nrf9151_ns.overlay
│  │  │  │  ├── nrf9160dk_nrf9160_ns.overlay
│  │  │  │  │ nrf9161dk_nrf9161_ns.overlay
│  │  ├── fmfu_smp_svr
│  │  │  ├── Kconfig.sysbuild
│  │  │  ├── README.rst
│  │  │  ├── boards
│  │  │  │  ├── nrf9151dk_nrf9151_ns.overlay
│  │  │  │  ├── nrf9160dk_nrf9160_ns.overlay
│  │  │  │  │ nrf9161dk_nrf9161_ns.overlay
│  │  ├── gnss
│  │  │  ├── Kconfig.sysbuild
│  │  │  ├── boards
│  │  │  │  ├── nrf9151dk_nrf9151_ns.overlay
│  │  │  │  ├── nrf9160dk_nrf9160_ns.overlay
│  │  │  │  │ nrf9161dk_nrf9161_ns.overlay
│  │  │  ├── overlay-pgps.overlay
│  │  │  │ sample.yaml
│  │  ├── http_update
│  │  │  ├── application_update
│  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  ├── boards
│  │  │  │  │  ├── nrf9151dk_nrf9151_ns.overlay
│  │  │  │  │  ├── nrf9160dk_nrf9160_ns.overlay
│  │  │  │  │  │ nrf9161dk_nrf9161_ns.overlay
│  │  │  │  ├── overlay-carrier.conf
│  │  │  │  ├── overlay-carrier.overlay
│  │  │  │  │ sample.yaml
│  │  │  ├── modem_delta_update
│  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  ├── boards
│  │  │  │  │  ├── nrf9151dk_nrf9151_ns.overlay
│  │  │  │  │  ├── nrf9160dk_nrf9160_ns.overlay
│  │  │  │  │  │ nrf9161dk_nrf9161_ns.overlay
│  │  │  ├── modem_full_update
│  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  ├── boards
│  │  │  │  │  ├── nrf9151dk_nrf9151_ns.overlay
│  │  │  │  │  ├── nrf9160dk_nrf9160_ns.overlay
│  │  │  │  │  ├── nrf9161dk_nrf9161_ns_0_7_0.overlay
│  │  │  │  │  │ nrf9161dk_nrf9161_ns_0_9_0.overlay
│  │  │  │  │ prj.conf
│  │  ├── location
│  │  │  ├── Kconfig.sysbuild
│  │  │  ├── boards
│  │  │  │  ├── nrf9151dk_nrf9151_ns.overlay
│  │  │  │  ├── nrf9160dk_nrf9160_ns.overlay
│  │  │  │  │ nrf9161dk_nrf9161_ns.overlay
│  │  │  ├── overlay-pgps.overlay
│  │  │  │ sample.yaml
│  │  ├── lwm2m_carrier
│  │  │  ├── Kconfig.sysbuild
│  │  │  ├── boards
│  │  │  │  ├── nrf9151dk_nrf9151_ns.overlay
│  │  │  │  ├── nrf9160dk_nrf9160_ns.overlay
│  │  │  │  │ nrf9161dk_nrf9161_ns.overlay
│  │  │  ├── bootloader.overlay
│  │  │  ├── prj.conf
│  │  │  ├── sample.yaml
│  │  │  ├── sysbuild
│  │  │  │  ├── mcuboot
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf9151dk_nrf9151.overlay
│  │  │  │  │  │  ├── nrf9160dk_nrf9160.overlay
│  │  │  │  │  │  │ nrf9161dk_nrf9161.overlay
│  │  │  │  │  │ prj.conf
│  │  ├── lwm2m_client
│  │  │  ├── Kconfig.sysbuild
│  │  │  ├── boards
│  │  │  │  ├── nrf9151dk_nrf9151_ns.conf
│  │  │  │  ├── nrf9151dk_nrf9151_ns.overlay
│  │  │  │  ├── nrf9160dk_nrf9160_ns.overlay
│  │  │  │  ├── nrf9161dk_nrf9161_ns_0_7_0.overlay
│  │  │  │  │ nrf9161dk_nrf9161_ns_0_9_0.overlay
│  │  │  ├── prj.conf
│  │  │  ├── src
│  │  │  │  ├── lwm2m
│  │  │  │  │  │ lwm2m_device.c
│  │  ├── modem_callbacks
│  │  │  ├── Kconfig.sysbuild
│  │  │  ├── boards
│  │  │  │  ├── nrf9151dk_nrf9151_ns.overlay
│  │  │  │  ├── nrf9160dk_nrf9160_ns.overlay
│  │  │  │  │ nrf9161dk_nrf9161_ns.overlay
│  │  ├── modem_shell
│  │  │  ├── Kconfig.sysbuild
│  │  │  ├── boards
│  │  │  │  ├── nrf9151dk_nrf9151_ns.overlay
│  │  │  │  ├── nrf9160dk_nrf9160_ns.overlay
│  │  │  │  │ nrf9161dk_nrf9161_ns.overlay
│  │  │  ├── nrf9151dk_ext_flash.overlay
│  │  │  ├── nrf9160dk_ext_flash.overlay
│  │  │  ├── nrf9161dk_0_7_0_ext_flash.overlay
│  │  │  ├── nrf9161dk_ext_flash.overlay
│  │  │  ├── nrf91_bootloader.overlay
│  │  │  ├── overlay-carrier.overlay
│  │  │  ├── overlay-modem-trace-ram.conf
│  │  │  ├── overlay-modem_fota_full.conf
│  │  │  ├── overlay-pgps.overlay
│  │  │  │ sample.yaml
│  │  ├── modem_trace_backend
│  │  │  ├── Kconfig.sysbuild
│  │  │  ├── boards
│  │  │  │  ├── nrf9151dk_nrf9151_ns.overlay
│  │  │  │  ├── nrf9160dk_nrf9160_ns.overlay
│  │  │  │  │ nrf9161dk_nrf9161_ns.overlay
│  │  ├── modem_trace_flash
│  │  │  ├── Kconfig.sysbuild
│  │  │  ├── boards
│  │  │  │  ├── nrf9151dk_nrf9151_ns.conf
│  │  │  │  ├── nrf9151dk_nrf9151_ns.overlay
│  │  │  │  ├── nrf9160dk_nrf9160_ns.conf
│  │  │  │  ├── nrf9160dk_nrf9160_ns.overlay
│  │  │  │  ├── nrf9161dk_nrf9161_ns.conf
│  │  │  │  ├── nrf9161dk_nrf9161_ns.overlay
│  │  │  │  ├── nrf9161dk_nrf9161_ns_0_7_0.overlay
│  │  │  │  │ nrf9161dk_nrf9161_ns_0_9_0.overlay
│  │  ├── nidd
│  │  │  ├── Kconfig.sysbuild
│  │  │  ├── boards
│  │  │  │  ├── nrf9151dk_nrf9151_ns.overlay
│  │  │  │  ├── nrf9160dk_nrf9160_ns.overlay
│  │  │  │  │ nrf9161dk_nrf9161_ns.overlay
│  │  ├── nrf_cloud_coap_cell_location
│  │  │  ├── Kconfig.sysbuild
│  │  │  ├── boards
│  │  │  │  ├── nrf9151dk_nrf9151_ns.overlay
│  │  │  │  ├── nrf9160dk_nrf9160_ns.overlay
│  │  │  │  │ nrf9161dk_nrf9161_ns.overlay
│  │  ├── nrf_cloud_coap_device_message
│  │  │  ├── Kconfig.sysbuild
│  │  │  ├── boards
│  │  │  │  ├── nrf9151dk_nrf9151_ns.overlay
│  │  │  │  ├── nrf9160dk_nrf9160_ns.overlay
│  │  │  │  │ nrf9161dk_nrf9161_ns.overlay
│  │  ├── nrf_cloud_coap_fota
│  │  │  ├── Kconfig.sysbuild
│  │  │  ├── boards
│  │  │  │  ├── nrf9151dk_nrf9151_ns.overlay
│  │  │  │  ├── nrf9160dk_nrf9160_ns.overlay
│  │  │  │  ├── nrf9160dk_nrf9160_ns_0_14_0.overlay
│  │  │  │  ├── nrf9161dk_nrf9161_ns.overlay
│  │  │  │  ├── nrf9161dk_nrf9161_ns_0_7_0.overlay
│  │  │  │  ├── thingy91x_nrf9151_ns.conf
│  │  │  │  │ thingy91x_nrf9151_ns.overlay
│  │  │  ├── full_modem_fota.conf
│  │  │  ├── prj.conf
│  │  │  ├── sample.yaml
│  │  │  ├── sysbuild
│  │  │  │  ├── b0
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf9151dk_nrf9151.overlay
│  │  │  │  │  │  ├── nrf9160dk_nrf9160.overlay
│  │  │  │  │  │  │ nrf9161dk_nrf9161.overlay
│  │  │  │  │  │ prj.conf
│  │  │  │  ├── mcuboot
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf9151dk_nrf9151.overlay
│  │  │  │  │  │  ├── nrf9160dk_nrf9160.overlay
│  │  │  │  │  │  │ nrf9161dk_nrf9161.overlay
│  │  │  │  │  │ prj.conf
│  │  ├── nrf_cloud_mqtt_cell_location
│  │  │  ├── Kconfig.sysbuild
│  │  │  ├── boards
│  │  │  │  ├── nrf9151dk_nrf9151_ns.overlay
│  │  │  │  ├── nrf9160dk_nrf9160_ns.overlay
│  │  │  │  │ nrf9161dk_nrf9161_ns.overlay
│  │  ├── nrf_cloud_mqtt_device_message
│  │  │  ├── Kconfig.sysbuild
│  │  │  ├── boards
│  │  │  │  ├── nrf9151dk_nrf9151_ns.overlay
│  │  │  │  ├── nrf9160dk_nrf9160_ns.overlay
│  │  │  │  │ nrf9161dk_nrf9161_ns.overlay
│  │  ├── nrf_cloud_mqtt_fota
│  │  │  ├── Kconfig.sysbuild
│  │  │  ├── boards
│  │  │  │  ├── nrf9151dk_nrf9151_ns.overlay
│  │  │  │  ├── nrf9160dk_nrf9160_ns.overlay
│  │  │  │  ├── nrf9160dk_nrf9160_ns_0_14_0.overlay
│  │  │  │  ├── nrf9161dk_nrf9161_ns.overlay
│  │  │  │  ├── nrf9161dk_nrf9161_ns_0_7_0.overlay
│  │  │  │  ├── thingy91x_nrf9151_ns.conf
│  │  │  │  │ thingy91x_nrf9151_ns.overlay
│  │  │  ├── full_modem_fota.conf
│  │  │  ├── sample.yaml
│  │  │  ├── sysbuild
│  │  │  │  ├── b0
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf9151dk_nrf9151.overlay
│  │  │  │  │  │  ├── nrf9160dk_nrf9160.overlay
│  │  │  │  │  │  │ nrf9161dk_nrf9161.overlay
│  │  │  │  │  │ prj.conf
│  │  │  │  ├── mcuboot
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf9151dk_nrf9151.overlay
│  │  │  │  │  │  ├── nrf9160dk_nrf9160.overlay
│  │  │  │  │  │  │ nrf9161dk_nrf9161.overlay
│  │  │  │  │  │ prj.conf
│  │  ├── nrf_device_provisioning
│  │  │  ├── Kconfig.sysbuild
│  │  │  ├── boards
│  │  │  │  ├── nrf9151dk_nrf9151_ns.overlay
│  │  │  │  ├── nrf9160dk_nrf9160_ns.overlay
│  │  │  │  │ nrf9161dk_nrf9161_ns.overlay
│  │  ├── pdn
│  │  │  ├── Kconfig.sysbuild
│  │  │  ├── boards
│  │  │  │  ├── nrf9151dk_nrf9151_ns.overlay
│  │  │  │  ├── nrf9160dk_nrf9160_ns.overlay
│  │  │  │  │ nrf9161dk_nrf9161_ns.overlay
│  │  ├── smp_svr
│  │  │  ├── Kconfig.sysbuild
│  │  │  ├── README.rst
│  │  │  ├── pm_static_nrf9160dk_nrf52840.yml
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  │  │ sysbuild.conf
│  │  ├── sms
│  │  │  ├── Kconfig.sysbuild
│  │  │  ├── boards
│  │  │  │  ├── nrf9151dk_nrf9151_ns.overlay
│  │  │  │  ├── nrf9160dk_nrf9160_ns.overlay
│  │  │  │  │ nrf9161dk_nrf9161_ns.overlay
│  │  ├── tls_ciphersuites
│  │  │  ├── Kconfig.sysbuild
│  │  │  ├── boards
│  │  │  │  ├── nrf9151dk_nrf9151_ns.overlay
│  │  │  │  ├── nrf9160dk_nrf9160_ns.overlay
│  │  │  │  │ nrf9161dk_nrf9161_ns.overlay
│  │  ├── udp
│  │  │  ├── Kconfig.sysbuild
│  │  │  ├── boards
│  │  │  │  ├── nrf9151dk_nrf9151_ns.overlay
│  │  │  │  ├── nrf9160dk_nrf9160_ns.overlay
│  │  │  │  │ nrf9161dk_nrf9161_ns.overlay
│  │  ├── uicc_lwm2m
│  │  │  ├── Kconfig.sysbuild
│  │  │  ├── boards
│  │  │  │  ├── nrf9151dk_nrf9151_ns.overlay
│  │  │  │  ├── nrf9160dk_nrf9160_ns.overlay
│  │  │  │  │ nrf9161dk_nrf9161_ns.overlay
snippets
│  ├── nrf91-modem-trace-ext-flash
│  │  ├── gd25wb256-ext-flash.overlay
│  │  ├── modem-trace-ext-flash.overlay
│  │  ├── modem-trace-uart.overlay
│  │  ├── nrf9160dk-ext-flash.overlay
│  │  │ snippet.yml
│  ├── nrf91-modem-trace-ram
│  │  ├── modem-trace-ram-nrf91.overlay
│  │  ├── modem-trace-ram.conf
│  │  │ snippet.yml
│  ├── nrf91-modem-trace-rtt
│  │  ├── modem-trace-rtt-nrf91.overlay
│  │  ├── modem-trace-rtt.conf
│  │  │ snippet.yml
│  ├── nrf91-modem-trace-uart
│  │  │ modem-trace-uart.overlay
subsys
│  ├── dfu
│  │  ├── dfu_target
│  │  │  ├── Kconfig
│  │  │  ├── src
│  │  │  │  │ dfu_target_full_modem.c
│  ├── net
│  │  ├── lib
│  │  │  ├── lwm2m_client_utils
│  │  │  │  ├── lwm2m
│  │  │  │  │  │ lwm2m_firmware.c
│  │  │  ├── nrf_cloud
│  │  │  │  ├── Kconfig.nrf_cloud_pgps
│  │  │  │  ├── common
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ nrf_cloud_pgps.c
│  ├── partition_manager
│  │  │ Kconfig

Outputs:

Toolchain

Version: 19756db709
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:19756db709_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: 42
  • ✅ Integration tests
    • ✅ test-sdk-audio - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ 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
    • ✅ test-fw-nrfconnect-apps - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test_ble_nrf_config - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-ble_mesh - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-ble_samples - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-chip - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nfc - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf-iot_libmodem-nrf - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf-iot_zephyr_lwm2m - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf-iot_samples - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf-iot_lwm2m - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf-iot_thingy91 - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf_crypto - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-rpc - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-rs - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-fem - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-tfm - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-thread-main - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-sdk-find-my - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf_lrcs_mosh - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf_lrcs_positioning - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-sdk-wifi - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-low-level - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-sdk-mcuboot - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-sdk-dfu - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-ps-main - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-secdom-samples-public - Skipped: Job was skipped as it succeeded in a previous run
    • ⚠️ test-fw-nrfconnect-nrf-iot_cloud
    • ⚠️ test-fw-nrfconnect-nrf_lrcs_mosh
    • ⚠️ test-fw-nrfconnect-nrf_lrcs_positioning

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

@lucasvdp lucasvdp force-pushed the disable_pm_samples_cellular branch from 0ccb09b to 61e6d92 Compare May 13, 2026 08:48
@lucasvdp lucasvdp requested review from a team as code owners May 13, 2026 08:48
@NordicBuilder NordicBuilder added the doc-required PR must not be merged without tech writer approval. label May 13, 2026
@lucasvdp lucasvdp force-pushed the disable_pm_samples_cellular branch 3 times, most recently from 906a641 to 9d625df Compare May 13, 2026 14:37
@lucasvdp lucasvdp requested a review from a team as a code owner May 13, 2026 14:37
@NordicBuilder NordicBuilder requested a review from a team May 13, 2026 14:38
@lucasvdp lucasvdp force-pushed the disable_pm_samples_cellular branch 2 times, most recently from f57c57b to ed479bf Compare May 13, 2026 14:56
Comment thread doc/nrf/libraries/dfu/dfu_target.rst Outdated
lucasvdp added 17 commits May 29, 2026 13:20
Add Devicetree partitions and disable partition manager.

Signed-off-by: Lucas van der Ploeg <lucas.vanderploeg@nordicsemi.no>
Add Devicetree partitions and disable partition manager.

Signed-off-by: Lucas van der Ploeg <lucas.vanderploeg@nordicsemi.no>
Add Devicetree partitions and disable partition manager.

Signed-off-by: Lucas van der Ploeg <lucas.vanderploeg@nordicsemi.no>
Add Devicetree partitions and disable partition manager.

Signed-off-by: Lucas van der Ploeg <lucas.vanderploeg@nordicsemi.no>
Add Devicetree partitions and disable partition manager.

Signed-off-by: Lucas van der Ploeg <lucas.vanderploeg@nordicsemi.no>
Add Devicetree partitions and disable partition manager.

Signed-off-by: Lucas van der Ploeg <lucas.vanderploeg@nordicsemi.no>
Add Devicetree partitions and disable partition manager.

Signed-off-by: Lucas van der Ploeg <lucas.vanderploeg@nordicsemi.no>
Add Devicetree partitions and disable partition manager.

Signed-off-by: Lucas van der Ploeg <lucas.vanderploeg@nordicsemi.no>
Add Devicetree partitions and disable partition manager.

Signed-off-by: Lucas van der Ploeg <lucas.vanderploeg@nordicsemi.no>
Add Devicetree partitions and disable partition manager.

Signed-off-by: Lucas van der Ploeg <lucas.vanderploeg@nordicsemi.no>
Disable partition manager.

Signed-off-by: Lucas van der Ploeg <lucas.vanderploeg@nordicsemi.no>
Add Devicetree partitions and disable partition manager.

Signed-off-by: Lucas van der Ploeg <lucas.vanderploeg@nordicsemi.no>
Add Devicetree partitions and disable partition manager.

Signed-off-by: Lucas van der Ploeg <lucas.vanderploeg@nordicsemi.no>
Add Devicetree partitions and disable partition manager.

Signed-off-by: Lucas van der Ploeg <lucas.vanderploeg@nordicsemi.no>
Add Devicetree partitions and disable partition manager.

Signed-off-by: Lucas van der Ploeg <lucas.vanderploeg@nordicsemi.no>
Allow building both with and without Partition manager.

Signed-off-by: Lucas van der Ploeg <lucas.vanderploeg@nordicsemi.no>
Add Devicetree partitions and disable partition manager.

Signed-off-by: Lucas van der Ploeg <lucas.vanderploeg@nordicsemi.no>
@lucasvdp lucasvdp force-pushed the disable_pm_samples_cellular branch from 570214c to f8fca2a Compare May 29, 2026 11:22
@nordicjm nordicjm merged commit 1f1adcd into nrfconnect:main Jun 1, 2026
20 checks passed
MarkusLassila added a commit to MarkusLassila/ncs-serial-modem that referenced this pull request Jun 2, 2026
FMFU, PGPS, Carrier lib DTS changes:
nrfconnect/sdk-nrf#28687

Signed-off-by: Markus Lassila <markus.lassila@nordicsemi.no>
MarkusLassila added a commit to MarkusLassila/ncs-serial-modem that referenced this pull request Jun 2, 2026
FMFU, PGPS, Carrier lib DTS changes:
nrfconnect/sdk-nrf#28687

Signed-off-by: Markus Lassila <markus.lassila@nordicsemi.no>
MarkusLassila added a commit to MarkusLassila/ncs-serial-modem that referenced this pull request Jun 2, 2026
FMFU, PGPS, Carrier lib DTS changes:
nrfconnect/sdk-nrf#28687

Signed-off-by: Markus Lassila <markus.lassila@nordicsemi.no>
MarkusLassila added a commit to MarkusLassila/ncs-serial-modem that referenced this pull request Jun 2, 2026
FMFU, PGPS, Carrier lib DTS changes:
nrfconnect/sdk-nrf#28687

Signed-off-by: Markus Lassila <markus.lassila@nordicsemi.no>
MarkusLassila added a commit to MarkusLassila/ncs-serial-modem that referenced this pull request Jun 2, 2026
FMFU, PGPS, Carrier lib DTS changes:
nrfconnect/sdk-nrf#28687

Signed-off-by: Markus Lassila <markus.lassila@nordicsemi.no>
MarkusLassila added a commit to nrfconnect/ncs-serial-modem that referenced this pull request Jun 2, 2026
FMFU, PGPS, Carrier lib DTS changes:
nrfconnect/sdk-nrf#28687

Signed-off-by: Markus Lassila <markus.lassila@nordicsemi.no>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport v3.4-branch doc-required PR must not be merged without tech writer approval. no-changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.