File tree Expand file tree Collapse file tree 5 files changed +10
-13
lines changed
samples/nrf_rpc/protocols_serialization/server Expand file tree Collapse file tree 5 files changed +10
-13
lines changed Original file line number Diff line number Diff line change 66
77menu "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+
915choice LOG_MODE
1016 default LOG_MODE_DEFERRED
1117endchoice
Original file line number Diff line number Diff 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.
1414CONFIG_NVS=n
15- CONFIG_ZMS=y
16- CONFIG_SETTINGS_ZMS=y
Original file line number Diff line number Diff line change @@ -18,3 +18,7 @@ CONFIG_UART_INTERRUPT_DRIVEN=y
1818
1919CONFIG_NRF_RPC_DEV_INFO=y
2020CONFIG_NRF_RPC_DEV_INFO_SERVER=y
21+
22+ CONFIG_SETTINGS=y
23+ CONFIG_FLASH=y
24+ CONFIG_FLASH_MAP=y
Original file line number Diff line number Diff line change @@ -24,11 +24,7 @@ CONFIG_BT_GATT_DYNAMIC_DB=y
2424
2525# Enable bonding
2626CONFIG_BT_SETTINGS=y
27- CONFIG_FLASH=y
2827CONFIG_FLASH_PAGE_LAYOUT=y
29- CONFIG_FLASH_MAP=y
30- CONFIG_NVS=y
31- CONFIG_SETTINGS=y
3228
3329CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=4096
3430CONFIG_HEAP_MEM_POOL_SIZE=4096
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments