summaryrefslogtreecommitdiff
path: root/sys/config
AgeCommit message (Expand)Author
2016-06-09config; configurable number of lines of config before compression.Marko Kiiskila
2016-06-09config; remove conf_handler ptr argument from conf_save_XXX apis.Marko Kiiskila
2016-06-09Initial changes for reboot logVipul Rahane
2016-06-07config; use define instead of hardcoded value for max variable name.Marko Kiiskila
2016-04-18config; don't write value to storage if it's not changing.Marko Kiiskila
2016-04-18config; for safaety null terminate the line created of name and value.Marko Kiiskila
2016-04-18config; fix typo in comment.Marko Kiiskila
2016-04-18config; error if val_str is NULL when calling conf_value_from_str().Marko Kiiskila
2016-04-18sys/config; convert some of the arguments to conf_save_one() to be const.Marko Kiiskila
2016-04-11sys/config; store/restore binary data.Marko Kiiskila
2016-04-08config; add cli commands to dump running and saved config.Marko Kiiskila
2016-04-08config; add CLI command to dump current running config.Marko Kiiskila
2016-04-08config; add conf_save_one() to persist individual setting.Marko Kiiskila
2016-04-06After config write via newtmgr, commit the change.Marko Kiiskila
2016-03-30Typecast argument to isspace() to work around newlib.Marko Kiiskila
2016-03-29Need to null terminate string read in from flash.Marko Kiiskila
2016-03-29Reduce runtime by reducing count of time spent on loop of last test.Marko Kiiskila
2016-03-29Move interface to be private.Marko Kiiskila
2016-03-28Recover if reset while oldest sector is being compressed.Marko Kiiskila
2016-03-28FCB as a config storage mechanism.Marko Kiiskila
2016-03-28Init variables used with conf_save() in routine which registers saveMarko Kiiskila
2016-03-28Can't have local preprocessor flags in public header files.Marko Kiiskila
2016-03-28Json parser function renamed.Marko Kiiskila
2016-03-28Update to catch up with renames of internal structures.Marko Kiiskila
2016-03-28Separate line parsing/generation for conf files to separate file.Marko Kiiskila
2016-03-28Rename json object parser to use filename that matches the functionality.Marko Kiiskila
2016-03-28Allow saving config to file.Marko Kiiskila
2016-03-28Remove use of json in config file.Marko Kiiskila
2016-03-23Start adding storage options for persisting config variables.Marko Kiiskila
2016-03-14Replace some common fields in pkg.yml.Christopher Collins
2016-03-09Capitalize unit test feature names.Christopher Collins
2016-03-09Reflect repository name change in yml files.Marko Kiiskila
2016-03-01Change shell_cmd_register arguments to take struct for the commandMarko Kiiskila
2016-02-24(MYNEWT-43) Update pkg.yml versions to 0.8.0.Christopher Collins
2016-02-24(MYNEWT-43) Add missing fields to egg.yml files.Christopher Collins
2016-02-19Squashed commit of the following:Sterling Hughes
2016-02-16Copy variable name to a local variable, otherwise strtok_r() gets upset.Marko Kiiskila
2016-02-16Use local variable for name separator in conf_parse_name().Marko Kiiskila
2016-02-16Run the test suite from main when running test on it's own.Marko Kiiskila
2016-02-10rename repository to app, and fix merge conflictsSterling Hughes
2016-02-10remove interim egg filesSterling Hughes
2016-02-06add license definitions to .yml filesSterling Hughes
2016-02-06replace license headers with ASF license. first pass.Sterling Hughes
2016-01-29Second take on the config system.Marko Kiiskila
2016-01-21Access to config variables via newtmgr.Marko Kiiskila
2016-01-15Relocate libs/sys -> sys.Marko Kiiskila