Skip to content

Commit 1de6de2

Browse files
MarekPietakapi-no
authored andcommitted
applications: nrf_desktop: Add static PM memory maps for single-image
Change introduces static Partition Manager memory maps for single-image configurations. This is done to ensure that dynamic partitioning is not used. Jira: NCSDK-30908 Signed-off-by: Marek Pieta <[email protected]> Signed-off-by: Pekka Niskanen <[email protected]>
1 parent a73c390 commit 1de6de2

File tree

6 files changed

+34
-0
lines changed

6 files changed

+34
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
app:
2+
address: 0x0000
3+
size: 0x3e000
4+
settings_storage:
5+
address: 0x3e000
6+
size: 0x2000
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
app:
2+
address: 0x0000
3+
size: 0x3e000
4+
settings_storage:
5+
address: 0x3e000
6+
size: 0x2000
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
app:
2+
address: 0x0000
3+
size: 0x7e000
4+
settings_storage:
5+
address: 0x7e000
6+
size: 0x2000
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
app:
2+
address: 0x0000
3+
size: 0x7e000
4+
settings_storage:
5+
address: 0x7e000
6+
size: 0x2000
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
app:
2+
address: 0x0000
3+
size: 0x7e000
4+
settings_storage:
5+
address: 0x7e000
6+
size: 0x2000

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,10 @@ nRF Desktop
295295
* Requirement for zero latency in Zephyr's :ref:`zephyr:pm-system` while USB is active (:ref:`CONFIG_DESKTOP_USB_PM_REQ_NO_PM_LATENCY <config_desktop_app_options>` Kconfig option of the :ref:`nrf_desktop_usb_state_pm`).
296296
The feature is enabled by default if Zephyr power management (:kconfig:option:`CONFIG_PM`) is enabled.
297297
It prevents entering power states that introduce wakeup latency and ensure high performance.
298+
* Static Partition Manager memory maps for single-image configurations (without bootloader and separate radio/network core image).
299+
In the |NCS|, the Partition Manager is enabled by default for single-image sysbuild builds.
300+
The static memory map ensures control over settings partition placement and size.
301+
The introduced static memory maps may not be consistent with the ``storage_partition`` defined by the board-level DTS configuration.
298302

299303
* Updated:
300304

0 commit comments

Comments
 (0)