mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
Split mnemofs into allocation, directory, file, CTZ, and read/write modules, and update direntry traversal and file handling. Add superblock format version 1 support, reject newer on-flash versions, and preserve the mounted version when rewriting metadata. Update the NAND simulator drivers for the new mnemofs behavior by fixing spare writes, exposing the erase state, allowing raw reads, and documenting the background-task startup flow. Signed-off-by: Saurav Pal <resyfer.dev@gmail.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Make.defs | ||
| mnemofs.c | ||
| mnemofs.h | ||
| mnemofs_alloc.c | ||
| mnemofs_ctz.c | ||
| mnemofs_dirent.c | ||
| mnemofs_file.c | ||
| mnemofs_rw.c | ||