This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-06-07 01:05:54 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
2cfeed654ace3e63bff473858cb32b06866a1ca3
nuttx
/
fs
/
fat
T
History
Gregory Nutt
f9b9875952
Various Kconfig files still have references to CONFIG_ variables. Some in harmless comments, some in config definionts which is not harmless. All removed
2013-04-25 15:52:00 -06:00
..
fs_configfat.c
New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv types should be char * const * not const char **
2013-02-02 19:31:30 +00:00
fs_fat32.c
Fix a FAT error when trying to create file in a non-existent directory. Reported by Andrew Tridgell.
2013-03-20 15:26:50 +00:00
fs_fat32.h
…
fs_fat32attrib.c
…
fs_fat32dirent.c
FAT fixes for extending directory entries with long file names. From RonenV
2013-03-31 13:06:22 +00:00
fs_fat32util.c
FAT fixes for extending directory entries with long file names. From RonenV
2013-03-31 13:06:22 +00:00
fs_mkfatfs.c
More changes for a kernel-mode allocator (more to be done)
2013-03-09 21:12:20 +00:00
fs_mkfatfs.h
…
fs_writefat.c
Fixes to strchr, mkfats, and NxWidgets from Petteri Aimonen
2013-04-22 08:01:43 -06:00
Kconfig
Various Kconfig files still have references to CONFIG_ variables. Some in harmless comments, some in config definionts which is not harmless. All removed
2013-04-25 15:52:00 -06:00
Make.defs
…