Very small RAMdisk acting as an USB mass storage device
Dependencies: RAM_DISK USBDevice mbed
Fork of USBMSB_Ramdisk_kl25z by
Diff: main.cpp
- Revision:
- 1:64231bdc8023
- Parent:
- 0:fc0ff7c1656b
diff -r fc0ff7c1656b -r 64231bdc8023 main.cpp --- a/main.cpp Wed May 15 22:39:46 2013 +0000 +++ b/main.cpp Thu May 26 13:53:47 2016 +0000 @@ -1,3 +1,16 @@ +/* USBMSB_Ramdisk + * + * This is a fork of the USBMSB_Ramdisk_kl25z program of Richard Green + * Link: https://developer.mbed.org/users/ragmondo/code/USBMSB_Ramdisk_kl25z/ + * + * The program implements a very small (about 12kbyte) filesystem in RAM + * and offers it by USBMSD protocol as an USB mass storag device. + * + * Hardware requirements: + * - FRDM-KL25Z board + * - The USB FRDM socket should be connected to a PC (or to other USB host) + */ + #include "mbed.h" #include "USBMSD_Ram.h"