nuttx/fs/fat
GAEHWILER Reto 38eadbb575 FAT32 kconfig entry to enforce computation of free clusters at mount
Follow up commit for [1] in response to the request to make the mount
behaviour configurable whether the number of free clusters is read
from the fsinfo section or computed (as the white paper suggests).

Default is the original behaviour of NUTTX, just read fsinfo.

[1] https://github.com/apache/incubator-nuttx/pull/3760
2021-07-04 08:26:11 -05:00
..
fs_fat32.c Fix some typos in comments 2020-11-08 18:58:20 +01:00
fs_fat32.h Fix calculation of free clusters at mounting a fat partition 2021-05-21 09:54:30 -03:00
fs_fat32attrib.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
fs_fat32dirent.c fs: fully parenthesize MIN and MAX macros 2020-12-08 12:58:40 -06:00
fs_fat32util.c FAT32 kconfig entry to enforce computation of free clusters at mount 2021-07-04 08:26:11 -05:00
Kconfig FAT32 kconfig entry to enforce computation of free clusters at mount 2021-07-04 08:26:11 -05:00
Make.defs makefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00