Maxim Integrated / Mbed OS FTHR_USBMSD_Demo

Dependencies:   USBDevice USBMSD_SD max32630fthr

Fork of FTHR_USBMSD_Demo by Greg Steiert

This example implements a micro SD card reader allowing access to a card inserted into the micro SD connector through the micro USB connector using the standard USB-MSD interface so that it appears just like a USB drive to your system.

Files at this revision

API Documentation at this revision

Comitter:
switches
Date:
Sat Feb 24 18:05:12 2018 +0000
Parent:
8:8c31b3ba5371
Child:
10:404433ce329d
Commit message:
USB MSD demo using standard block device

Changed in this revision

USBMSD_BD.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-os.lib Show annotated file Show diff for this revision Revisions of this file
--- a/USBMSD_BD.lib	Fri Feb 23 23:26:43 2018 +0000
+++ b/USBMSD_BD.lib	Sat Feb 24 18:05:12 2018 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/users/switches/code/USBMSD_SD/#6b2f29de40d3
+https://os.mbed.com/users/switches/code/USBMSD_BD/#13fed87fb66f
--- a/main.cpp	Fri Feb 23 23:26:43 2018 +0000
+++ b/main.cpp	Sat Feb 24 18:05:12 2018 +0000
@@ -19,7 +19,7 @@
 FATFileSystem fs("fs");
 
 // USB MSD 
-USBMSD_BD msd(&bd, BLOCK_SIZE);  
+USBMSD_BD msd(&bd);  
 
 
 // main() runs in its own thread in the OS
--- a/mbed-os.lib	Fri Feb 23 23:26:43 2018 +0000
+++ b/mbed-os.lib	Sat Feb 24 18:05:12 2018 +0000
@@ -1,1 +1,1 @@
-https://github.com/ARMmbed/mbed-os/#6e0d01cd13e8aca7bf4d697c3699ec9225386881
+https://github.com/ARMmbed/mbed-os/#569159b784f70feaa32ce226aaca896fb83452f7