Sports tracker
Dependencies: C12832_lcd CMPS03 FatFileSystem GPS MMA7660 mbed
Fork of Data_Read_Write by
USBHostLite/usbhost_inc.h@0:5934350323b2, 2011-11-06 (annotated)
- Committer:
- ms523
- Date:
- Sun Nov 06 15:45:12 2011 +0000
- Revision:
- 0:5934350323b2
Working with a USB stick
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
ms523 | 0:5934350323b2 | 1 | /* |
ms523 | 0:5934350323b2 | 2 | ************************************************************************************************************** |
ms523 | 0:5934350323b2 | 3 | * NXP USB Host Stack |
ms523 | 0:5934350323b2 | 4 | * |
ms523 | 0:5934350323b2 | 5 | * (c) Copyright 2008, NXP SemiConductors |
ms523 | 0:5934350323b2 | 6 | * (c) Copyright 2008, OnChip Technologies LLC |
ms523 | 0:5934350323b2 | 7 | * All Rights Reserved |
ms523 | 0:5934350323b2 | 8 | * |
ms523 | 0:5934350323b2 | 9 | * www.nxp.com |
ms523 | 0:5934350323b2 | 10 | * www.onchiptech.com |
ms523 | 0:5934350323b2 | 11 | * |
ms523 | 0:5934350323b2 | 12 | * File : usbhost_inc.h |
ms523 | 0:5934350323b2 | 13 | * Programmer(s) : Ravikanth.P |
ms523 | 0:5934350323b2 | 14 | * Version : |
ms523 | 0:5934350323b2 | 15 | * |
ms523 | 0:5934350323b2 | 16 | ************************************************************************************************************** |
ms523 | 0:5934350323b2 | 17 | */ |
ms523 | 0:5934350323b2 | 18 | |
ms523 | 0:5934350323b2 | 19 | #ifndef USBHOST_INC_H |
ms523 | 0:5934350323b2 | 20 | #define USBHOST_INC_H |
ms523 | 0:5934350323b2 | 21 | |
ms523 | 0:5934350323b2 | 22 | /* |
ms523 | 0:5934350323b2 | 23 | ************************************************************************************************************** |
ms523 | 0:5934350323b2 | 24 | * INCLUDE HEADER FILES |
ms523 | 0:5934350323b2 | 25 | ************************************************************************************************************** |
ms523 | 0:5934350323b2 | 26 | */ |
ms523 | 0:5934350323b2 | 27 | |
ms523 | 0:5934350323b2 | 28 | #include "usbhost_cpu.h" |
ms523 | 0:5934350323b2 | 29 | #include "usbhost_err.h" |
ms523 | 0:5934350323b2 | 30 | #include "usbhost_lpc17xx.h" |
ms523 | 0:5934350323b2 | 31 | #include "usbhost_ms.h" |
ms523 | 0:5934350323b2 | 32 | #include "mbed.h" |
ms523 | 0:5934350323b2 | 33 | |
ms523 | 0:5934350323b2 | 34 | |
ms523 | 0:5934350323b2 | 35 | #ifdef TARGET_LPC2368 |
ms523 | 0:5934350323b2 | 36 | #error "There is no USB host on the LPC2368!" |
ms523 | 0:5934350323b2 | 37 | #endif |
ms523 | 0:5934350323b2 | 38 | |
ms523 | 0:5934350323b2 | 39 | #endif |