mirror of
https://github.com/apache/nuttx.git
synced 2026-08-07 05:27:17 +00:00
Previously the value of the FSInfo section was taken as granted.
As described in the white paper of FAT [1] this value is unreliable
and has to be computed at mount time.
[1] https://www.win.tue.nl/~aeb/linux/fs/fat/fatgen103.pdf
|
||
|---|---|---|
| .. | ||
| fs_fat32.c | ||
| fs_fat32.h | ||
| fs_fat32attrib.c | ||
| fs_fat32dirent.c | ||
| fs_fat32util.c | ||
| Kconfig | ||
| Make.defs | ||