summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-11-18 12:45:00 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-11-18 12:45:00 +0000
commitc87da92e33969fe48b37578fa3b7113a9d5a2433 (patch)
tree72e7a451eac2eedeeb2704cffa801c041e3d772e /nuttx/ChangeLog
parent06bde1dc470bca53790e59177379fc10bcd09421 (diff)
downloadnuttx-c87da92e33969fe48b37578fa3b7113a9d5a2433.tar.gz
nuttx-c87da92e33969fe48b37578fa3b7113a9d5a2433.tar.bz2
nuttx-c87da92e33969fe48b37578fa3b7113a9d5a2433.zip
Fix error in FAT time (date value was being used)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4099 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index ef7cba211..77c762494 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2215,4 +2215,6 @@
at all. Some additional special handling is required to initialize the
root directory entry to interoperate correctly with windows.
* fs/fat/fs_fat32util.c: In fat_systime2fattime(void) should be
- clock_gettime() and not clock_gettime() (Thanks to David Sidrane).
+ clock_gettime() and not clock_gettime(). Also, there is a place where
+ FAT date is used instead of FAT time. (Thanks to David Sidrane).
+ * arch/arm/src/stm32: Add support for the STM3240xxx MCU family.