tinyusb  0.4
Click here to lend your support to tinyusb donation and make a donation at pledgie.com
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
board_ea4357.h
Go to the documentation of this file.
1 /**************************************************************************/
37 /**************************************************************************/
38 
39 #ifndef _TUSB_BOARD_EA4357_H_
40 #define _TUSB_BOARD_EA4357_H_
41 
42 #ifdef __cplusplus
43  extern "C" {
44 #endif
45 
46 #include "LPC43xx.h"
47 #include "lpc43xx_scu.h"
48 #include "lpc43xx_cgu.h"
49 #include "lpc43xx_gpio.h"
50 #include "lpc43xx_uart.h"
51 #include "lpc43xx_i2c.h"
52 
53 
54 #include "../oem_base_board/pca9532.h" // LEDs
55 //#include "../oem_board/nand.h"a
56 
57 
58 //#define CFG_PRINTF_TARGET PRINTF_TARGET_SWO
59 #define CFG_PRINTF_TARGET PRINTF_TARGET_UART
60 
61 #ifdef __cplusplus
62  }
63 #endif
64 
65 #endif /* _TUSB_BOARD_EA4357_H_ */