This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
mirror of
https://github.com/apache/nuttx.git
synced
2026-09-10 21:10:01 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
34b94de8fe9222776965892a6082965e78bb88ec
nuttx
/
fs
/
fat
T
History
Gregory Nutt
c9cb7972fb
FAT: Fix some root directory logic that was conditionally done only for FAT32. Apparently this needs to be done for all FAT types. From Tridge via Lorenz Meier
2014-01-14 18:24:21 -06:00
..
fs_configfat.c
mkfatfs: Fix an error in logic that determines if FAT16 is possible
2013-12-05 18:17:22 -06:00
fs_fat32.c
FAT: Fix some root directory logic that was conditionally done only for FAT32. Apparently this needs to be done for all FAT types. From Tridge via Lorenz Meier
2014-01-14 18:24:21 -06:00
fs_fat32.h
mkfatfs: Fix an error in logic that determines if FAT16 is possible
2013-12-05 18:17:22 -06:00
fs_fat32attrib.c
…
fs_fat32dirent.c
…
fs_fat32util.c
mkfatfs: Fix an error in logic that determines if FAT16 is possible
2013-12-05 18:17:22 -06:00
fs_mkfatfs.c
mkfatfs: Fix an error in logic that determines if FAT16 is possible
2013-12-05 18:17:22 -06:00
fs_mkfatfs.h
…
fs_writefat.c
…
Kconfig
Alloc CONFIG_FS_READABLE/WRITABLE to be defined in Kconfig files while preserving backward compatibility with legacy configurations (for the time being)
2013-11-15 09:49:27 -06:00
Make.defs
…