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_lpc4357usb.h
Go to the documentation of this file.
1 /**************************************************************************/
37 /**************************************************************************/
38 
39 #ifndef _TUSB_BOARD_LPC4357USB_H_
40 #define _TUSB_BOARD_LPC4357USB_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 #define CFG_PRINTF_TARGET PRINTF_TARGET_SWO
54 //#define CFG_PRINTF_TARGET PRINTF_TARGET_UART
55 
56 #ifdef __cplusplus
57  }
58 #endif
59 
60 #endif /* _TUSB_BOARD_LPC4357USB_H_ */