summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-03-15 09:38:46 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-03-15 09:38:46 -0600
commit431dec3454fa1993ccbeef71bd6593bfa36127bc (patch)
tree12fd260bea774aebcc55790e64ace83093a1691d /nuttx/ChangeLog
parenta5255e0a707a2177fb9c5dbe2ef5219a528f53b2 (diff)
downloadpx4-nuttx-431dec3454fa1993ccbeef71bd6593bfa36127bc.tar.gz
px4-nuttx-431dec3454fa1993ccbeef71bd6593bfa36127bc.tar.bz2
px4-nuttx-431dec3454fa1993ccbeef71bd6593bfa36127bc.zip
Update Changelog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 788cc1284..d72e5f8c1 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -10002,3 +10002,10 @@
could ensue (2015-03-14).
* fs/fat/fs_fat32.c and fs_fat32.h: Add support for umount2(target,
MNT_FORCE) in the FAT file system (2015-03-15).
+ * drivers/mmcsd/mmcsd_sdio.c: Fix some bad logic when file system debug
+ is turned on: Arguments to syslog were missing so that garbage was
+ being printed (2015-03-15).
+ * arch/arm/src/sama5/sam_hsmci.c: Fix a bug in SAMA5 HSMCI. The
+ bitfield mask and shift values were reversed resulting in a trashed
+ value for the number of blocks in the BLOCKR register. This was
+ sufficient to prevent DMA writes from working (2015-03-15).