summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-21 16:01:03 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-21 16:01:03 +0000
commitfd404ba0f3233764865bb8ad54e8f49e6ccfffcf (patch)
tree51bba1144ab91daa541ee158520d7234c4c96331 /nuttx/ChangeLog
parent649aa85ec19724af13b619de2c56fe55ed0d67ff (diff)
downloadnuttx-fd404ba0f3233764865bb8ad54e8f49e6ccfffcf.tar.gz
nuttx-fd404ba0f3233764865bb8ad54e8f49e6ccfffcf.tar.bz2
nuttx-fd404ba0f3233764865bb8ad54e8f49e6ccfffcf.zip
Reduce image size; documentation updates; LPC17 typo fixed
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3808 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index be575b565..d588f7bb3 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1911,6 +1911,8 @@
* 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: Move all FAT directory operations to this
+ new file; Implement VFAT long file name support.
* 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
@@ -1933,3 +1935,5 @@
fonts included. A new interface, nxf_getfonthandle() takes a font
ID and returns a handle that is now used at all other font interfaces
to specify which of the multiple fonts to use.
+ * arch/arm/src/lpc17xx/lpc17_syscon.h: Fix typo (reported by Li Zhuoyi).
+