settings: Deprecate base64 in fs backed settings
Encoding of values with use of base64 has been marked as deprecated and will be removed in future releases. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
This commit is contained in:
parent
60db6a6e2f
commit
2addfb4696
2 changed files with 7 additions and 2 deletions
|
@ -24,6 +24,10 @@ API Changes
|
||||||
Deprecated in this release
|
Deprecated in this release
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
* Settings
|
||||||
|
|
||||||
|
* SETTINGS_USE_BASE64, encoding values in base64 is marked for removal.
|
||||||
|
|
||||||
Stable API changes in this release
|
Stable API changes in this release
|
||||||
==================================
|
==================================
|
||||||
|
|
||||||
|
@ -300,4 +304,3 @@ release:
|
||||||
|
|
||||||
.. comment List derived from GitHub Issue query: ...
|
.. comment List derived from GitHub Issue query: ...
|
||||||
* :github:`issuenumber` - issue title
|
* :github:`issuenumber` - issue title
|
||||||
|
|
||||||
|
|
|
@ -34,10 +34,12 @@ config SETTINGS_ENCODE_LEN
|
||||||
bool
|
bool
|
||||||
|
|
||||||
config SETTINGS_USE_BASE64
|
config SETTINGS_USE_BASE64
|
||||||
bool "encoding value using base64"
|
bool "encoding value using base64 (deprecated)"
|
||||||
depends on SETTINGS
|
depends on SETTINGS
|
||||||
select BASE64
|
select BASE64
|
||||||
help
|
help
|
||||||
|
This option has been deprecated and will not be supported
|
||||||
|
in future releases.
|
||||||
Enables values encoding using Base64.
|
Enables values encoding using Base64.
|
||||||
|
|
||||||
choice
|
choice
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue