Add JSON settings definition format and conversion to C code #4
Labels
type: epic
A bigger request that contains multiple sub-tasks.
type: feature request
New feature or request.
Context
a JSON file defines each setting (id, key, type, default value).
Some Kconfig option enables JSON->C code conversion (probably one with the relative path to JSON and one to enable the conversion).
The code will read the JSON and generate applicable
user_settings_add
functions, so they can be used from the firmware.Required steps / Implementation details
The following step are required:
Check how this is done in b-braun.
The JSON should be as similar as possible to simplify the use for our phone app developpers.
Definition of Done
The text was updated successfully, but these errors were encountered: