summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-14 19:47:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-14 19:47:31 +0000
commit544980af2a78f00aa7e4e29f1a3ac6561e1a95a7 (patch)
treef920eb289edfc2eeffa5a8358984c7e36bb7a792 /nuttx/ChangeLog
parent4de8adaf2544045c1554c7dcda4a4cf318768e68 (diff)
downloadnuttx-544980af2a78f00aa7e4e29f1a3ac6561e1a95a7.tar.gz
nuttx-544980af2a78f00aa7e4e29f1a3ac6561e1a95a7.tar.bz2
nuttx-544980af2a78f00aa7e4e29f1a3ac6561e1a95a7.zip
Fix NT stype upper/lower case FAT 8.3 filename
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3784 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 5f1e723c5..900292bbb 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1908,5 +1908,12 @@
before, leaving data in the hardware would cause infinite interrupts
one most MCUs since you must read the data in order to clear the
interrupt.
- * arch/arm/src/lpc17xx/lpc17_can.c: Added a CAN driver contributed by Lzyy.
- * include/stddefs.h and sys/types: Added type wchar_t. \ No newline at end of file
+ * arch/arm/src/lpc17xx/lpc17_can.c: Added a CAN driver contributed by
+ Li Zhuoyi (Lzyy).
+ * include/stddefs.h and sys/types: Added type wchar_t.
+ * fs/fat/fat_fat32dirent.c: The configuration CONFIG_FAT_LCNAMES has
+ been around for some time but never tested until now. This setting
+ will mimic the NT 8.3 file name behavior: File names or extensions
+ may be all upper or all lower case (but not mixed). If
+ CONFIG_FAT_LCNAMES is not selected, all filenames are strictly upper
+ case.