Backend initialization code has been moved from common settings_init.c to proper backend source files. Missing static specifiers have been added. Minor cleanup has been done to source files: exported functions have been moved to the end of source files and definitions of static variables, that are used by only a single function, have been moved from global scope into functions that use them. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| settings_fcb.c | ||
| settings_file.c | ||
| settings_init.c | ||
| settings_line.c | ||
| settings_none.c | ||
| settings_nvs.c | ||
| settings_priv.h | ||
| settings_runtime.c | ||
| settings_store.c | ||
| settings.c | ||