zephyr/subsys/settings
Dominik Ermel cac07629bf subsys/fs: Add open flags parameter to fs_open
The fs_open has been extended with support for open flags.
Currently supported flags are:
  FS_O_READ -- open for read
  FS_O_WRITE -- open for write
  FS_O_CREATE -- create file if it does not exist
  FS_O_APPEND -- move to the end of file before each write

The FAT FS and LittleFS front-ends within the Zephyr has also been
modified to utilize the flags.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
2020-07-30 16:33:18 +02:00
..
include/settings zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
src subsys/fs: Add open flags parameter to fs_open 2020-07-30 16:33:18 +02:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig settings: Deprecate base64 in fs backed settings 2020-01-16 10:21:29 -05:00