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-15 09:03:01 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
13010883eb3f56a2d26e7f8a53983f7e317841fc
nuttx
/
fs
/
fat
T
History
Gregory Nutt
f1671bb6a7
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
..
fs_configfat.c
…
fs_fat32.c
Enhanced the FAT32 filesystem code to understand DMA preflight failures, and to use the file sector buffer as a bounce buffer when a user-supplied buffer is not suitable for DMA. From Mike Smith
2013-10-18 08:38:44 -06:00
fs_fat32.h
Fix all occurrences of "the the" in documentation and comments
2013-08-27 09:40:19 -06:00
fs_fat32attrib.c
…
fs_fat32dirent.c
…
fs_fat32util.c
FAT: Fix error return value. In one failure case, success was being returned
2013-11-01 11:49:13 -06:00
fs_mkfatfs.c
…
fs_mkfatfs.h
…
fs_writefat.c
Fixes to strchr, mkfats, and NxWidgets from Petteri Aimonen
2013-04-22 08:01:43 -06:00
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
…