Skip to content

Commit 1ee121a

Browse files
Damian-Nordicrlubos
authored andcommitted
samples: nrf_rpc: ps_server: enable partition manager
We need partition manager to easily add a partition for storing the log history on demand. Signed-off-by: Damian Krolik <[email protected]>
1 parent 2fd5ac8 commit 1ee121a

File tree

5 files changed

+10
-13
lines changed

5 files changed

+10
-13
lines changed

samples/nrf_rpc/protocols_serialization/server/Kconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
menu "Protocols serialization server"
88

9+
config ZMS
10+
default y if (SOC_FLASH_NRF_RRAM || SOC_FLASH_NRF_MRAM)
11+
12+
config NVS
13+
default y if !(SOC_FLASH_NRF_RRAM || SOC_FLASH_NRF_MRAM)
14+
915
choice LOG_MODE
1016
default LOG_MODE_DEFERRED
1117
endchoice

samples/nrf_rpc/protocols_serialization/server/boards/nrf54l15dk_nrf54l15_cpuapp.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,3 @@ CONFIG_TRUSTED_STORAGE_BACKEND_AEAD_KEY_HASH_UID=y
1212
# Workaround required as Zephyr L2 implies usage of NVS backend for settings.
1313
# It should be removed once the proper fix will be applied in Zephyr.
1414
CONFIG_NVS=n
15-
CONFIG_ZMS=y
16-
CONFIG_SETTINGS_ZMS=y

samples/nrf_rpc/protocols_serialization/server/prj.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ CONFIG_UART_INTERRUPT_DRIVEN=y
1818

1919
CONFIG_NRF_RPC_DEV_INFO=y
2020
CONFIG_NRF_RPC_DEV_INFO_SERVER=y
21+
22+
CONFIG_SETTINGS=y
23+
CONFIG_FLASH=y
24+
CONFIG_FLASH_MAP=y

samples/nrf_rpc/protocols_serialization/server/snippets/ble/ble.conf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@ CONFIG_BT_GATT_DYNAMIC_DB=y
2424

2525
# Enable bonding
2626
CONFIG_BT_SETTINGS=y
27-
CONFIG_FLASH=y
2827
CONFIG_FLASH_PAGE_LAYOUT=y
29-
CONFIG_FLASH_MAP=y
30-
CONFIG_NVS=y
31-
CONFIG_SETTINGS=y
3228

3329
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=4096
3430
CONFIG_HEAP_MEM_POOL_SIZE=4096

samples/nrf_rpc/protocols_serialization/server/sysbuild.conf

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)