zephyr/tests
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
..
application_development arch/xtensa: Enable code relocation 2022-11-03 10:25:07 +01:00
arch tests/x86: Check libc partition in page permissions test 2022-11-08 10:44:36 +01:00
benchmarks tests: move to using CONFIG_MP_MAX_NUM_CPUS 2022-10-20 22:04:10 +09:00
bluetooth tests: bluetooth: host: Add UT for bt_keys_find() 2022-11-24 09:35:04 +01:00
boards dma: dts: Rename of the dma_buf_alignment to dma-buf-addr-alignment 2022-11-23 15:36:31 -05:00
boot tests: boot: add mcuboot test 2022-10-04 14:06:58 -04:00
cmake build: Overlay build vars expand ${ZEPHYR_<module>_MODULE_DIR} 2022-10-13 12:04:38 +02:00
crypto tests/mbedtls: Reduce MPU partition usage for picolibc 2022-11-08 10:44:36 +01:00
drivers dma: dts: Rename of the dma_buf_alignment to dma-buf-addr-alignment 2022-11-23 15:36:31 -05:00
kernel tests: kernel: common: tag test correctly 2022-11-18 10:41:52 -05:00
lib tests: devicetree: add tests for DT_GPARENT/DT_INST_GPARENT 2022-11-17 10:18:11 -06:00
misc tests: misc: iterable_sections: add const specifier for ROM data 2022-10-12 18:42:28 +02:00
net crc: Make the build of crc function dependent on a Kconfig 2022-11-23 13:30:00 +01:00
posix tests: posix: cond: test to ensure there is no resource leakage 2022-11-19 14:16:38 +09:00
subsys settings: file: change FS (or file system) wording to File 2022-11-24 09:36:31 +01:00
unit crc: Make the build of crc function dependent on a Kconfig 2022-11-23 13:30:00 +01:00
ztest test: update how unit tests set sources 2022-10-31 17:01:59 +01:00