add support for Microchip SmartFusion2 family FPGA
This commit is contained in:
19
board/Microchip_M2S010/BSP/Inc/mcu_init.h
Normal file
19
board/Microchip_M2S010/BSP/Inc/mcu_init.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef _MCU_INIT_H_
|
||||
#define _MCU_INIT_H_
|
||||
|
||||
#include "m2sxxx.h"
|
||||
#include "system_m2sxxx.h"
|
||||
|
||||
#include "mss_uart.h"
|
||||
#include "mss_gpio.h"
|
||||
|
||||
#include "tos_k.h"
|
||||
#include "tos_sys.h"
|
||||
|
||||
void board_init(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* _MCU_INIT_H_ */
|
Reference in New Issue
Block a user