andrzej-kaczmarek opened a new pull request #1339: sys/config: Add API to use 
FCB as generic key-value storage
URL: https://github.com/apache/mynewt-core/pull/1339
 
 
   This adds simple API to use config_fcb engine as generic key-value
   storage without need to use config module. The main difference is that
   config values need to be somehow handled by registered module thus it is
   useful for pre-defined settings.
   
   With config_fcb_kv API it is possible to read and write any key at any
   time and they are immediately persisted and loaded directly from FCB so
   there is no need to store them in RAM. This can be used as kind of a
   scratchpad and is definitely not intended as replacement for sys/config
   module.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to