zephyr/doc/services
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
..
crypto
debugging
device_mgmt doc: Move SMP transport documentation under doc/services 2022-11-17 15:31:17 +01:00
file_system
ipc doc: Add IPC service documentation 2022-11-04 11:51:54 +01:00
logging doc: reference: logging: Add multidomain section 2022-10-17 10:16:53 +02:00
modbus
pm
portability doc: POSIX arch: Add link to POSIX OS abstraction 2022-11-05 08:41:24 +01:00
resource_management
rtio
settings settings: file: change FS (or file system) wording to File 2022-11-24 09:36:31 +01:00
shell
smf doc: smf: Fix SMF state machine creation example 2022-09-19 15:24:32 +02:00
storage doc: storage: add flashdisk to disk documentation 2022-10-28 12:45:58 +02:00
task_wdt
tfm
tracing
usb usb: remove usb_pid.Kconfig file 2022-11-22 11:09:21 +01:00
virtualization doc: virtualization: Update outdated link to ivshmem 2022-09-29 12:20:14 +02:00
zbus zbus: Add message bus subsystem to Zephyr 2022-11-14 17:25:29 -05:00
formatted_output.rst doc: formatted_output: cbprintf: Align to new features 2022-09-19 10:14:23 +00:00
index.rst zbus: Add message bus subsystem to Zephyr 2022-11-14 17:25:29 -05:00
misc.rst
notify.rst