增加BDW01-STM32L496VG开发板
This commit is contained in:
21
board/BDW01-STM32L496VG/BSP/Inc/mcu_init.h
Normal file
21
board/BDW01-STM32L496VG/BSP/Inc/mcu_init.h
Normal file
@@ -0,0 +1,21 @@
|
||||
#ifndef __MCU_INIT_H
|
||||
#define __MCU_INIT_H
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "main.h"
|
||||
#include "stm32l4xx_hal.h"
|
||||
#include "i2c.h"
|
||||
#include "usart.h"
|
||||
#include "gpio.h"
|
||||
#include "tos_k.h"
|
||||
|
||||
|
||||
void board_init(void);
|
||||
void SystemClock_Config(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif /*__ __MCU_INIT_H */
|
Reference in New Issue
Block a user