-
Couldn't load subscription status.
- Fork 1.4k
manifest: sdk-zephyr: ZMS a new memory storage system #17502
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
d252dcf
4ee91f8
22ba60d
566fb1b
3786de2
e6792f0
ed6324d
43ceb65
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| # | ||
| # Copyright (c) 2024 Nordic Semiconductor | ||
| # | ||
| # SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
| # | ||
|
|
||
| source "Kconfig.zephyr" | ||
|
|
||
| config SETTINGS | ||
| default y | ||
|
|
||
| config ZMS | ||
| default y if SOC_FLASH_NRF_RRAM | ||
|
||
|
|
||
| config NVS | ||
| default y if !SOC_FLASH_NRF_RRAM | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -31,8 +31,6 @@ CONFIG_BT_SETTINGS=y | |
| CONFIG_FLASH=y | ||
| CONFIG_FLASH_PAGE_LAYOUT=y | ||
| CONFIG_FLASH_MAP=y | ||
| CONFIG_NVS=y | ||
| CONFIG_SETTINGS=y | ||
|
||
|
|
||
| CONFIG_HEAP_MEM_POOL_SIZE=1024 | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| # | ||
| # Copyright (c) 2024 Nordic Semiconductor | ||
| # | ||
| # SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
| # | ||
|
|
||
| source "Kconfig.zephyr" | ||
|
|
||
| config SETTINGS | ||
| default y | ||
|
|
||
| config ZMS | ||
| default y if SOC_FLASH_NRF_RRAM | ||
|
|
||
| config NVS | ||
| default y if !SOC_FLASH_NRF_RRAM |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| # | ||
| # Copyright (c) 2024 Nordic Semiconductor | ||
| # | ||
| # SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
| # | ||
|
|
||
| source "Kconfig.zephyr" | ||
|
|
||
| config SETTINGS | ||
| default y | ||
|
|
||
| config ZMS | ||
| default y if SOC_FLASH_NRF_RRAM | ||
|
|
||
| config NVS | ||
| default y if !SOC_FLASH_NRF_RRAM |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| # | ||
| # Copyright (c) 2024 Nordic Semiconductor | ||
| # | ||
| # SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
| # | ||
|
|
||
| source "Kconfig.zephyr" | ||
|
|
||
| config SETTINGS | ||
| default y | ||
|
|
||
| config ZMS | ||
| default y if SOC_FLASH_NRF_RRAM | ||
|
|
||
| config NVS | ||
| default y if !SOC_FLASH_NRF_RRAM |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| # | ||
| # Copyright (c) 2024 Nordic Semiconductor | ||
| # | ||
| # SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
| # | ||
|
|
||
| source "Kconfig.zephyr" | ||
|
|
||
| config SETTINGS | ||
| default y | ||
|
|
||
| config ZMS | ||
| default y if SOC_FLASH_NRF_RRAM | ||
|
|
||
| config NVS | ||
| default y if !SOC_FLASH_NRF_RRAM |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| # | ||
| # Copyright (c) 2024 Nordic Semiconductor | ||
| # | ||
| # SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
| # | ||
|
|
||
| source "Kconfig.zephyr" | ||
|
|
||
| config SETTINGS | ||
| default y | ||
|
|
||
| config ZMS | ||
| default y if SOC_FLASH_NRF_RRAM | ||
|
|
||
| config NVS | ||
| default y if !SOC_FLASH_NRF_RRAM |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| # | ||
| # Copyright (c) 2024 Nordic Semiconductor | ||
| # | ||
| # SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
| # | ||
|
|
||
| source "Kconfig.zephyr" | ||
|
|
||
| config SETTINGS | ||
| default y | ||
|
|
||
| config ZMS | ||
| default y if SOC_FLASH_NRF_RRAM | ||
|
|
||
| config NVS | ||
| default y if !SOC_FLASH_NRF_RRAM |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| # | ||
| # Copyright (c) 2024 Nordic Semiconductor | ||
| # | ||
| # SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
| # | ||
|
|
||
| source "Kconfig.zephyr" | ||
|
|
||
| config SETTINGS | ||
| default y | ||
|
|
||
| config ZMS | ||
| default y if SOC_FLASH_NRF_RRAM | ||
|
|
||
| config NVS | ||
| default y if !SOC_FLASH_NRF_RRAM |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| # | ||
| # Copyright (c) 2024 Nordic Semiconductor | ||
| # | ||
| # SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
| # | ||
|
|
||
| source "Kconfig.zephyr" | ||
|
|
||
| config SETTINGS | ||
| default y | ||
|
|
||
| config ZMS | ||
| default y if SOC_FLASH_NRF_RRAM | ||
|
|
||
| config NVS | ||
| default y if !SOC_FLASH_NRF_RRAM |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| # | ||
| # Copyright (c) 2024 Nordic Semiconductor | ||
| # | ||
| # SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
| # | ||
|
|
||
| source "Kconfig.zephyr" | ||
|
|
||
| config SETTINGS | ||
| default y | ||
|
|
||
| config ZMS | ||
| default y if SOC_FLASH_NRF_RRAM | ||
|
|
||
| config NVS | ||
| default y if !SOC_FLASH_NRF_RRAM |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| # | ||
| # Copyright (c) 2024 Nordic Semiconductor | ||
| # | ||
| # SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
| # | ||
|
|
||
| source "Kconfig.zephyr" | ||
|
|
||
| config SETTINGS | ||
| default y | ||
|
|
||
| config ZMS | ||
| default y if SOC_FLASH_NRF_RRAM | ||
|
|
||
| config NVS | ||
| default y if !SOC_FLASH_NRF_RRAM |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| # | ||
| # Copyright (c) 2024 Nordic Semiconductor | ||
| # | ||
| # SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
| # | ||
|
|
||
| source "Kconfig.zephyr" | ||
|
|
||
| config SETTINGS | ||
| default y | ||
|
|
||
| config ZMS | ||
| default y if SOC_FLASH_NRF_RRAM | ||
|
|
||
| config NVS | ||
| default y if !SOC_FLASH_NRF_RRAM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this isn't needed