zephyr/samples/subsys
Marcin Niestroj daee6cb4a9 settings: file: change FS (or file system) wording to File
Currently there is inconsistency in repository file names, APIs, Kconfig
options and documentation around file / file-system backend for settings
storage, as both "file" and "FS (file system)" are used. As an example,
there is `CONFIG_SETTINGS_FS` Kconfig option, but the file that implements
this settings backend is called `settings_file.c`. Another example are
names of static functions that implement settings storage API:
`settings_file_load()`, `settings_file_save()` and
`settings_fs_storage_get()`.

This backend is actually storing all settings in a single file, so it makes
sense to use "File" as the name of backend, instead of a more general
"FS" (which would make sense if several files would be used to store
settings).

Fix inconsistency in used wording in the tree and unify it to "settings
file backend". This naming is more precise to how the implementation looks.
It will also make it easier to grep through the codebase and analyze
existing code.

Deprecate settings_mount_fs_backend() function and all Kconfig options
starting with `CONFIG_SETTINGS_FS`.

Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
2022-11-24 09:36:31 +01:00
..
canbus samples: subsys: canbus: isotp: fix sample path in Readme.rst 2022-10-27 11:02:57 +02:00
console includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
cpp samples: cpp_synchronization: Allow running on POSIX arch boards 2022-11-05 16:41:45 +09:00
debug include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
display samples: subsys: display: lvgl: Add native_posix overlay for SDL input 2022-10-03 10:12:03 +02:00
edac samples: edac: Add sample documentation 2022-10-18 16:59:34 +02:00
fs samples: subsys: littlefs on nucleo_h743zi 2022-11-05 19:57:40 +01:00
ipc samples: openamp: update openamp sample to use sysbuild 2022-11-15 14:46:02 +01:00
logging twister: Add fiters to SYS-T related tests 2022-10-27 11:03:30 +02:00
lorawan/class_a lorawan: enable run-time config of region/freq 2022-11-14 11:16:16 +00:00
mgmt samples/mcumgr/smp_svr: Apply rework in MCUMgr subsystem 2022-11-17 15:31:17 +01:00
modbus samples: modbus: print returned error code 2022-11-09 10:46:02 -06:00
nvs samples: subsys: nvs: Switch to FIXED_PARTITION_ macros 2022-09-06 09:56:37 +02:00
pm samples: pm: demonstrate usage of the policy latency APIs 2022-09-07 10:28:55 +02:00
portability includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
rtio/sensor_batch_processing rtio: Add macro to define iodev submission queue 2022-10-05 12:42:16 +02:00
settings settings: file: change FS (or file system) wording to File 2022-11-24 09:36:31 +01:00
shell drivers: flash: shell: Add flash shell tools 2022-10-06 22:35:57 +00:00
task_wdt includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
testsuite samples: Add name "sample" in the some samples modules 2022-08-29 07:30:10 -04:00
tracing sample: tracing: add a configuration for percepio 2022-11-04 10:00:48 +01:00
usb usb: remove usb_pid.Kconfig file 2022-11-22 11:09:21 +01:00
usb_c samples: usb-c: sink: Add USB-C Subsystem Sink Sample 2022-10-22 18:38:35 -04:00
video includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
zbus samples: zbus: Add benchmark sample 2022-11-14 17:25:29 -05:00
subsys.rst