|
|
@@ -0,0 +1,59 @@
|
|
|
+#ifndef __STM32F4xx_CONF_H
|
|
|
+#define __STM32F4xx_CONF_H
|
|
|
+
|
|
|
+//#include "stm32f4xx_adc.h"
|
|
|
+//#include "stm32f4xx_crc.h"
|
|
|
+//#include "stm32f4xx_dbgmcu.h"
|
|
|
+//#include "stm32f4xx_dma.h"
|
|
|
+//#include "stm32f4xx_exti.h"
|
|
|
+//#include "stm32f4xx_flash.h"
|
|
|
+#include "stm32f4xx_gpio.h"
|
|
|
+//#include "stm32f4xx_i2c.h"
|
|
|
+//#include "stm32f4xx_iwdg.h"
|
|
|
+//#include "stm32f4xx_pwr.h"
|
|
|
+#include "stm32f4xx_rcc.h"
|
|
|
+//#include "stm32f4xx_rtc.h"
|
|
|
+//#include "stm32f4xx_sdio.h"
|
|
|
+//#include "stm32f4xx_spi.h"
|
|
|
+//#include "stm32f4xx_syscfg.h"
|
|
|
+#include "stm32f4xx_tim.h"
|
|
|
+//#include "stm32f4xx_usart.h"
|
|
|
+//#include "stm32f4xx_wwdg.h"
|
|
|
+#include "stm32f4xx_misc.h"
|
|
|
+
|
|
|
+#if defined (STM32F429_439xx)
|
|
|
+//#include "stm32f4xx_cryp.h"
|
|
|
+//#include "stm32f4xx_hash.h"
|
|
|
+//#include "stm32f4xx_rng.h"
|
|
|
+//#include "stm32f4xx_can.h"
|
|
|
+//#include "stm32f4xx_dac.h"
|
|
|
+//#include "stm32f4xx_dcmi.h"
|
|
|
+//#include "stm32f4xx_dma2d.h"
|
|
|
+//#include "stm32f4xx_fmc.h"
|
|
|
+//#include "stm32f4xx_ltdc.h"
|
|
|
+//#include "stm32f4xx_sai.h"
|
|
|
+#endif
|
|
|
+
|
|
|
+#if defined (STM32F427_437xx)
|
|
|
+//#include "stm32f4xx_cryp.h"
|
|
|
+//#include "stm32f4xx_hash.h"
|
|
|
+//#include "stm32f4xx_rng.h"
|
|
|
+//#include "stm32f4xx_can.h"
|
|
|
+//#include "stm32f4xx_dac.h"
|
|
|
+//#include "stm32f4xx_dcmi.h"
|
|
|
+//#include "stm32f4xx_dma2d.h"
|
|
|
+//#include "stm32f4xx_fmc.h"
|
|
|
+//#include "stm32f4xx_sai.h"
|
|
|
+#endif
|
|
|
+
|
|
|
+#if defined (STM32F40_41xxx)
|
|
|
+//#include "stm32f4xx_cryp.h"
|
|
|
+//#include "stm32f4xx_hash.h"
|
|
|
+//#include "stm32f4xx_rng.h"
|
|
|
+//#include "stm32f4xx_can.h"
|
|
|
+//#include "stm32f4xx_dac.h"
|
|
|
+//#include "stm32f4xx_dcmi.h"
|
|
|
+//#include "stm32f4xx_fsmc.h"
|
|
|
+#endif
|
|
|
+
|
|
|
+#endif
|