summaryrefslogtreecommitdiff
path: root/src/libs/mynewt-nimble/nimble/host/store/ram/syscfg.yml
diff options
context:
space:
mode:
authorJF002 <JF002@users.noreply.github.com>2021-02-04 16:34:28 (GMT)
committerGitHub <noreply@github.com>2021-02-04 16:34:28 (GMT)
commit6259b816287f8f74dadf50334a445cd9fe16d415 (patch)
tree712cf7ca15f0d17b54909bbf45a4cc759c579392 /src/libs/mynewt-nimble/nimble/host/store/ram/syscfg.yml
parent16ce5bbb7563f0af9394d4da0dae303aa9eda2fd (diff)
parentd90b7274fa8bbfa09f79660b45b550d91f7b0125 (diff)
Merge pull request #198 from JF002/update-nimble-1_3-master
Update to nimble 1.3 master branch
Diffstat (limited to 'src/libs/mynewt-nimble/nimble/host/store/ram/syscfg.yml')
-rw-r--r--src/libs/mynewt-nimble/nimble/host/store/ram/syscfg.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/libs/mynewt-nimble/nimble/host/store/ram/syscfg.yml b/src/libs/mynewt-nimble/nimble/host/store/ram/syscfg.yml
index 442211d..91c55fd 100644
--- a/src/libs/mynewt-nimble/nimble/host/store/ram/syscfg.yml
+++ b/src/libs/mynewt-nimble/nimble/host/store/ram/syscfg.yml
@@ -20,4 +20,13 @@ syscfg.defs:
description: >
Sysinit stage for the RAM BLE store.
value: 500
+ BLE_STORE_RAM_DEPRECATED_FLAG:
+ description: >
+ Package store/ram is deprecated and store/config shall be used with BLE_STORE_CONFIG_PERSIST set to 0
+ value: 0
+ deprecated: 1
+
+
+syscfg.vals:
+ BLE_STORE_RAM_DEPRECATED_FLAG: 1