summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-31 13:06:22 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-31 13:06:22 +0000
commitaf1390c3974d0ea6aa1cacb07d90a9f8f422db65 (patch)
tree3e331df4f7d713c67b78ef4a99ad5a1e6f8dd3d5 /nuttx/ChangeLog
parent844e426199c79c06f1863d63850d362ca3d27ac5 (diff)
downloadnuttx-af1390c3974d0ea6aa1cacb07d90a9f8f422db65.tar.gz
nuttx-af1390c3974d0ea6aa1cacb07d90a9f8f422db65.tar.bz2
nuttx-af1390c3974d0ea6aa1cacb07d90a9f8f422db65.zip
FAT fixes for extending directory entries with long file names. From RonenV
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5802 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 58d078a4e..878555bb5 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4472,4 +4472,9 @@
implementation of the LPC17 DMA and integration into the SDCARD
driver (2013-3-29).
* arch/arm/src/lpc17xx/lpc17_gdma.c: LPC17 DMA is code complete and
- under test. Does not yet work (2013-3-30). \ No newline at end of file
+ under test. Does not yet work (2013-3-30).
+ * fs/fat/fs_fat32dirent.c and fs_fat32util.c: Several fixes to the
+ FAT file system from Ronen Vainish. These fixes mostly involve the
+ logic to extend directory clusters for the case of long file names
+ but also include a few important general fixes (such as for storing
+ 32 bit FAT values) (2013-03-31).