tinyusb
board_hitex4350.h
Go to the documentation of this file.
1 /**************************************************************************/
37 /**************************************************************************/
38 
39 #ifndef _TUSB_BOARD_HITEX4350_H_
40 #define _TUSB_BOARD_HITEX4350_H_
41 
42 #include "LPC43xx.h"
43 #include "lpc43xx_scu.h"
44 #include "lpc43xx_cgu.h"
45 #include "lpc43xx_gpio.h"
46 #include "lpc43xx_uart.h"
47 
48 #ifdef __cplusplus
49  extern "C" {
50 #endif
51 
52 #define CFG_PRINTF_TARGET PRINTF_TARGET_SEMIHOST
53 
54 #ifdef __cplusplus
55  }
56 #endif
57 
58 #endif /* _TUSB_BOARD_HITEX4350_H_ */