This is more of a zephyr question I suppose, but is there anywhere I can look at a list of setting key values pairs? Or alternatively what is the best way for getting the subtree/key for any particular setting item?
Thank You.
This is more of a zephyr question I suppose, but is there anywhere I can look at a list of setting key values pairs? Or alternatively what is the best way for getting the subtree/key for any particular setting item?
Thank You.
Hi,
I do not think I understand your question completely.
Can you add some more information?
Or maybe add an example use-case for this?
Regards,
Sigurd Hellesvik
In the zephyr documentation
"Settings items are stored as key-value pair strings. By convention, the keys can be organized by the package and subtree defining the key, for example the key
id/serialwould define theserialconfiguration element for the packageid."
I am trying to write some functions that use setting_runtime but I am not sure of the right key-value pair string to put in. I just wanted a list of different ones or a way to figure it out.
In the zephyr documentation
"Settings items are stored as key-value pair strings. By convention, the keys can be organized by the package and subtree defining the key, for example the key
id/serialwould define theserialconfiguration element for the packageid."
I am trying to write some functions that use setting_runtime but I am not sure of the right key-value pair string to put in. I just wanted a list of different ones or a way to figure it out.
Hi,
I did some looking around for this, and I can not find any obvious way to list this either.
But as you say it is a zephyr-specific question, so try ask in the Zephyr Discord first.
If you do not get any answers there either, let me know, and I will see if I will keep looking.
Regards,
Sigurd Hellesvik