USBMSD test for GR-PEACH

Dependencies:   USBDevice USBMSD_SD mbed

Fork of USBMSD_SD_HelloWorld_Mbed by Samuel Mokrani

Files at this revision

API Documentation at this revision

Comitter:
MACRUM
Date:
Fri Mar 13 15:46:39 2015 +0000
Parent:
25:989ca460ad95
Child:
27:d122b947a9e6
Commit message:
Support GR-PEACH platform

Changed in this revision

USBDevice.lib Show annotated file Show diff for this revision Revisions of this file
USBMSD_SD.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/USBDevice.lib	Fri Mar 01 13:31:54 2013 +0000
+++ b/USBDevice.lib	Fri Mar 13 15:46:39 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/USBDevice/#335f2506f422
+http://mbed.org/users/mbed_official/code/USBDevice/#c0605f23f916
--- a/USBMSD_SD.lib	Fri Mar 01 13:31:54 2013 +0000
+++ b/USBMSD_SD.lib	Fri Mar 13 15:46:39 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/samux/code/USBMSD_SD/#055119ccf5a7
+http://mbed.org/users/samux/code/USBMSD_SD/#d3c63e45fe3a
--- a/main.cpp	Fri Mar 01 13:31:54 2013 +0000
+++ b/main.cpp	Fri Mar 13 15:46:39 2015 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"
 #include "USBMSD_SD.h"
  
-USBMSD_SD sd(p5, p6, p7, p8);
+USBMSD_SD sd(P8_5, P8_6, P8_3, P8_4);
  
 int main() {
     while(1);
--- a/mbed.bld	Fri Mar 01 13:31:54 2013 +0000
+++ b/mbed.bld	Fri Mar 13 15:46:39 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/3d0ef94e36ec
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/7e07b6fb45cf
\ No newline at end of file