Daiki Kato / SDBlockDevice_GR_PEACH

Dependencies:   sd-driver-hs

Dependents:   mbed-os-storage-access GR-PEACH_Digital_Signage GR-PEACH-mbed-os-storage-access

Files at this revision

API Documentation at this revision

Comitter:
dkato
Date:
Thu Mar 23 08:34:43 2017 +0000
Parent:
0:4bc3a3f17825
Commit message:
Changed sd-driver to high-speed access version.

Changed in this revision

SDBlockDevice_GR_PEACH.h Show annotated file Show diff for this revision Revisions of this file
sd-driver-hs.lib Show annotated file Show diff for this revision Revisions of this file
sd-driver.lib Show diff for this revision Revisions of this file
diff -r 4bc3a3f17825 -r 98b088c91edd SDBlockDevice_GR_PEACH.h
--- a/SDBlockDevice_GR_PEACH.h	Thu Mar 16 05:55:07 2017 +0000
+++ b/SDBlockDevice_GR_PEACH.h	Thu Mar 23 08:34:43 2017 +0000
@@ -16,8 +16,7 @@
     */
     SDBlockDevice_GR_PEACH() : SDBlockDevice(P8_5, P8_6, P8_3, P8_4), _sd_cd(P7_8), _connect(false) {
         // Set SPI clock rate to 20MHz for data transfer
-        // It is necessary to change "private" of "SDBlockDevice.h" to "pretected".
-//        _transfer_sck = 20000000;
+        _transfer_sck = 20000000;
     }
 
     /**
diff -r 4bc3a3f17825 -r 98b088c91edd sd-driver-hs.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sd-driver-hs.lib	Thu Mar 23 08:34:43 2017 +0000
@@ -0,0 +1,1 @@
+https://developer.mbed.org/users/dkato/code/sd-driver-hs/#b22a1df967cb
diff -r 4bc3a3f17825 -r 98b088c91edd sd-driver.lib
--- a/sd-driver.lib	Thu Mar 16 05:55:07 2017 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-https://github.com/ARMmbed/sd-driver/#7ee1fbc1289c908560ce236e01218bfda99f6585