Samir Bouaziz / FileSystem_POPS

Dependencies:   FatFileSystemCpp USBHostLite

Dependents:   m3PI_TP_POPS_II2015v0 m3PI_TP_POPS_II2015v0 ourproject m3PI_TP_SETI ... more

Committer:
WiredHome
Date:
Fri Oct 11 02:34:51 2013 +0000
Revision:
1:19a776ced714
Parent:
0:7304356c0790
Incorporate SD as well as USB File System.

Who changed what in which revision?

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