zephyr/subsys/settings/src
Johan Hedberg 72050f46bc settings: Make it safe to call settings_subsys_init() multiple times
The settings_init() API was protected against multiple calls, but the
only function that calls it, settings_subsys_init(), was not. Add the
protection to the higher-level function as well.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2018-05-17 12:17:30 +02:00
..
CMakeLists.txt subsys: Add a new settings subsystem 2018-03-28 10:44:20 -04:00
settings_fcb.c susbsys: settings: optimized fcb compression for deleted entry 2018-05-11 09:56:52 +02:00
settings_file.c subsys: Add a new settings subsystem 2018-03-28 10:44:20 -04:00
settings_init.c settings: Make it safe to call settings_subsys_init() multiple times 2018-05-17 12:17:30 +02:00
settings_line.c subsys: Add a new settings subsystem 2018-03-28 10:44:20 -04:00
settings_priv.h subsys: Add a new settings subsystem 2018-03-28 10:44:20 -04:00
settings_store.c susbsys: settings: fix coverity issues 2018-04-25 22:25:32 +05:30
settings.c subsys: Add a new settings subsystem 2018-03-28 10:44:20 -04:00