The purpose of this application is to allow easy manipulation of the QSPI file system from a PC

Dependencies:   EALib USBDevice mbed

Embed: (wiki syntax)

« Back to documentation index

USBMSD_RAMFS Class Reference

USBMSD_RAMFS Class Reference

USBMSD_RAMFS class: Allows the mbed board to expose a FAT file system in SDRAM as a USB memory stick. More...

#include <USBMSD_RAMFS.h>

Public Member Functions

 USBMSD_RAMFS (RAMFileSystem *ramfs, uint16_t vendor_id=0x0703, uint16_t product_id=0x0104, uint16_t product_release=0x0001)
 Constructor.

Detailed Description

USBMSD_RAMFS class: Allows the mbed board to expose a FAT file system in SDRAM as a USB memory stick.

Definition at line 12 of file USBMSD_RAMFS.h.


Constructor & Destructor Documentation

USBMSD_RAMFS ( RAMFileSystem ramfs,
uint16_t  vendor_id = 0x0703,
uint16_t  product_id = 0x0104,
uint16_t  product_release = 0x0001 
)

Constructor.

Parameters:
ramfsThe RAM file system
vendor_idYour vendor_id
product_idYour product_id
product_releaseYour preoduct_release

Definition at line 3 of file USBMSD_RAMFS.cpp.