From fd98a31014b544df9c35be8d6bf87145cf762c80 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 29 Jul 2014 21:15:02 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 98ed166a3d..6b76001356 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7884,3 +7884,6 @@ * configs/sama5d4-ek/nsh/defconfig and nxwm/defconfig: The SAMA5D4-EK NSH and NxWM configurations now have the auto-mounter configured to automatically mount the FAT file system on HSMCI0 at /mnt/sdcard (2014-7-29). + * arch/arm/src/sama5/sam_hsmci.c: Add method to do RX transfer without DMA. + The 8-byte SCR transfer was failing silently with the DMA transfer, leaving + the SD card in single bit mode (2014-7-29).