tinyusb
board_lpcxpresso1769.h
Go to the documentation of this file.
1 /**************************************************************************/
37 /**************************************************************************/
38 
39 #ifndef _TUSB_BOARD_LPCXPRESSO1769_H_
40 #define _TUSB_BOARD_LPCXPRESSO1769_H_
41 
42 #include "LPC17xx.h"
43 
44 #include "lpc17xx_clkpwr.h"
45 #include "lpc17xx_pinsel.h"
46 #include "lpc17xx_gpio.h"
47 #include "lpc17xx_uart.h"
48 
49 #ifdef __cplusplus
50  extern "C" {
51 #endif
52 
53 #define CFG_PRINTF_TARGET PRINTF_TARGET_UART
54 //#define CFG_PRINTF_TARGET PRINTF_TARGET_SWO
55 
56 
57 #ifdef __cplusplus
58  }
59 #endif
60 
61 #endif /* _TUSB_BOARD_LPCXPRESSO1769_H_ */