Replace deprecated store/ram from nimble apps deps

Replace store/ram with store/config in nimble apps dependencies.
Package store/ram is deprecated and store/config shall be used with
BLE_STORE_CONFIG_PERSIST set to 0.
This commit is contained in:
Magdalena Kasenberg
2021-03-05 12:27:38 +01:00
committed by Szymon Janc
parent 6b8746477d
commit 2971ee5757
20 changed files with 48 additions and 6 deletions
+1 -1
View File
@@ -33,5 +33,5 @@ pkg.deps:
- nimble/host
- nimble/host/services/gap
- nimble/host/services/gatt
- nimble/host/store/ram
- nimble/host/store/config
- nimble/transport/ram
+3
View File
@@ -55,3 +55,6 @@ syscfg.vals:
BLE_MESH_CFG_CLI: 1
BLE_MESH_SETTINGS: 0
CONFIG_NFFS: 0
# Whether to save data to sys/config, or just keep it in RAM.
BLE_STORE_CONFIG_PERSIST: 0