apache / apache/mynewt-core

should be able to query config variables without registering a handler

Open
#878 0 comments 0 reactions 1 assignee Claimed by @mkiiskila View on GitHub
enhancement
Dominant language
C
Stars
891
Forks
381
Avg merge
2d 7h
Merged PRs (30d)
14

Description

In order to figure out what config variable is saved to, you need to have a handler registered, which gets called at config load time.
Expectation is that the user will keep this value around.

We should remove this requirement, so that you can load values on demand. This becomes useful for cases the amount of stored data is large (e.g. bluetooth LTK), and where it's used only for a short period of time.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.