summaryrefslogtreecommitdiff
path: root/nrfdemo/builddk/modules/nrf/subsys/partition_manager/pm.yml.libmodem
diff options
context:
space:
mode:
authorMichal Hanus <mikehanus@protonmail.com>2025-04-19 22:50:44 +0200
committerMichal Hanus <mikehanus@protonmail.com>2025-04-19 22:50:44 +0200
commit9078b7ec09b135f091cb951ed234bf013c9c838e (patch)
treeba953e144c2dd42d327a83720cdfc9fb5bb9fe34 /nrfdemo/builddk/modules/nrf/subsys/partition_manager/pm.yml.libmodem
parent2e13c372f1419f08dab7797b244681f889dd9bcf (diff)
bme680 added
Diffstat (limited to 'nrfdemo/builddk/modules/nrf/subsys/partition_manager/pm.yml.libmodem')
-rw-r--r--nrfdemo/builddk/modules/nrf/subsys/partition_manager/pm.yml.libmodem22
1 files changed, 0 insertions, 22 deletions
diff --git a/nrfdemo/builddk/modules/nrf/subsys/partition_manager/pm.yml.libmodem b/nrfdemo/builddk/modules/nrf/subsys/partition_manager/pm.yml.libmodem
deleted file mode 100644
index 43c8a78..0000000
--- a/nrfdemo/builddk/modules/nrf/subsys/partition_manager/pm.yml.libmodem
+++ /dev/null
@@ -1,22 +0,0 @@
-nrf_modem_lib_sram:
- span: [nrf_modem_lib_ctrl, nrf_modem_lib_tx, nrf_modem_lib_rx, nrf_modem_lib_trace]
-nrf_modem_lib_ctrl:
- placement: {after: [tfm_sram, spm_sram, start]}
- size: 0x4e8
- region: sram_primary
- inside: sram_nonsecure
-nrf_modem_lib_tx:
- placement: {after: [nrf_modem_lib_ctrl]}
- size: 8320
- region: sram_primary
- inside: sram_nonsecure
-nrf_modem_lib_rx:
- placement: {after: [nrf_modem_lib_tx]}
- size: 8192
- region: sram_primary
- inside: sram_nonsecure
-nrf_modem_lib_trace:
- placement: {after: [nrf_modem_lib_rx]}
- size: 0
- region: sram_primary
- inside: sram_nonsecure