zephyr/subsys/fs
Franciszek Zdobylak 1eb104795e fs: ext2: Use disk structs to access data on disk
This commits changes how data on the disk is accessed. There are disk
structures which are packed and their fields are stored in little endian
byte order. To use data in the program structures it has to be translated
from little endian to cpu endianness.

Signed-off-by: Franciszek Zdobylak <fzdobylak@antmicro.com>
2023-08-03 12:22:01 -04:00
..
ext2 fs: ext2: Use disk structs to access data on disk 2023-08-03 12:22:01 -04:00
fcb
nvs nvs: Fix missing nvs_ate.part init in nvs_add_gc_done_ate 2023-06-05 10:49:15 -04:00
CMakeLists.txt fs: ext2: Implementation of basic operations 2023-08-03 12:22:01 -04:00
fat_fs.c fs: change fatFS initialization to match littleFS. 2023-04-24 13:34:12 +02:00
fs_impl.c
fs_impl.h
fs.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
fuse_fs_access.c
Kconfig fs: ext2: Implementation of basic operations 2023-08-03 12:22:01 -04:00
Kconfig.fatfs modules: fs: Add reentrant zephyr support 2023-03-13 11:58:57 +01:00
Kconfig.littlefs fs: littlefs: remove dependency on flash map from FILE_SYSTEM_LITTLEFS 2023-05-19 15:53:29 +02:00
littlefs_fs.c fs: littlefs: add ability to build little fs without flash map 2023-05-19 15:53:29 +02:00
shell.c shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00