is just added to File System Lib used by our students

Dependents:   FileSystem_POPS

Committer:
bouaziz
Date:
Sun Nov 10 20:59:07 2013 +0000
Revision:
0:7c305139fb85
Very difficult to find lib for USB mass storage access.; This one works fine after few modif.; This is identified POPS because is used by our undergraduate students Polytech Paris Sud Orsay  engineer School;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bouaziz 0:7c305139fb85 1 /*
bouaziz 0:7c305139fb85 2 **************************************************************************************************************
bouaziz 0:7c305139fb85 3 * NXP USB Host Stack
bouaziz 0:7c305139fb85 4 *
bouaziz 0:7c305139fb85 5 * (c) Copyright 2008, NXP SemiConductors
bouaziz 0:7c305139fb85 6 * (c) Copyright 2008, OnChip Technologies LLC
bouaziz 0:7c305139fb85 7 * All Rights Reserved
bouaziz 0:7c305139fb85 8 *
bouaziz 0:7c305139fb85 9 * www.nxp.com
bouaziz 0:7c305139fb85 10 * www.onchiptech.com
bouaziz 0:7c305139fb85 11 *
bouaziz 0:7c305139fb85 12 * File : usbhost_inc.h
bouaziz 0:7c305139fb85 13 * Programmer(s) : Ravikanth.P
bouaziz 0:7c305139fb85 14 * Version :
bouaziz 0:7c305139fb85 15 *
bouaziz 0:7c305139fb85 16 **************************************************************************************************************
bouaziz 0:7c305139fb85 17 */
bouaziz 0:7c305139fb85 18
bouaziz 0:7c305139fb85 19 #ifndef USBHOST_INC_H
bouaziz 0:7c305139fb85 20 #define USBHOST_INC_H
bouaziz 0:7c305139fb85 21
bouaziz 0:7c305139fb85 22 /*
bouaziz 0:7c305139fb85 23 **************************************************************************************************************
bouaziz 0:7c305139fb85 24 * INCLUDE HEADER FILES
bouaziz 0:7c305139fb85 25 **************************************************************************************************************
bouaziz 0:7c305139fb85 26 */
bouaziz 0:7c305139fb85 27
bouaziz 0:7c305139fb85 28 #include "usbhost_cpu.h"
bouaziz 0:7c305139fb85 29 #include "usbhost_err.h"
bouaziz 0:7c305139fb85 30 #include "usbhost_lpc17xx.h"
bouaziz 0:7c305139fb85 31 #include "usbhost_ms.h"
bouaziz 0:7c305139fb85 32 #include "mbed.h"
bouaziz 0:7c305139fb85 33
bouaziz 0:7c305139fb85 34
bouaziz 0:7c305139fb85 35 #ifdef TARGET_LPC2368
bouaziz 0:7c305139fb85 36 #error "There is no USB host on the LPC2368!"
bouaziz 0:7c305139fb85 37 #endif
bouaziz 0:7c305139fb85 38
bouaziz 0:7c305139fb85 39 #endif