Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mbed-os-storage-access GR-PEACH_Digital_Signage GR-PEACH-mbed-os-storage-access
Revision 1:98b088c91edd, committed 2017-03-23
- 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
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