USBMSD example with a file system located in RAM

Dependencies:   mbed RAM_DISK

Files at this revision

API Documentation at this revision

Comitter:
samux
Date:
Sat Mar 03 07:56:05 2012 +0000
Commit message:

Changed in this revision

RAM_DISK.lib Show annotated file Show diff for this revision Revisions of this file
USBDevice.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
diff -r 000000000000 -r 05b14f327027 RAM_DISK.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/RAM_DISK.lib	Sat Mar 03 07:56:05 2012 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/samux/code/RAM_DISK/#ba333853266b
diff -r 000000000000 -r 05b14f327027 USBDevice.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/USBDevice.lib	Sat Mar 03 07:56:05 2012 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/samux/code/USBDevice/#98311370c1eb
diff -r 000000000000 -r 05b14f327027 main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Sat Mar 03 07:56:05 2012 +0000
@@ -0,0 +1,8 @@
+#include "mbed.h"
+#include "USBMSD_Ram.h"
+
+USBMSD_Ram sd;
+
+int main() {
+    while(1);
+}
\ No newline at end of file
diff -r 000000000000 -r 05b14f327027 mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Sat Mar 03 07:56:05 2012 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/14f4805c468c