-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstm32f10x_conf.h
More file actions
32 lines (29 loc) · 808 Bytes
/
stm32f10x_conf.h
File metadata and controls
32 lines (29 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#ifndef STM32F10X_CONF_H
#define STM32F10X_CONF_H
// #include "misc.h"
#include "stm32f10x_adc.h"
#include "stm32f10x_bkp.h"
// #include "stm32f10x_can.h"
// #include "stm32f10x_cec.h"
// #include "stm32f10x_crc.h"
// #include "stm32f10x_dac.h"
// #include "stm32f10x_dbgmcu.h"
#include "stm32f10x_dma.h"
#include "stm32f10x_exti.h"
// #include "stm32f10x_flash.h"
// #include "stm32f10x_fsmc.h"
#include "stm32f10x_gpio.h"
#include "stm32f10x_i2c.h"
// #include "stm32f10x_iwdg.h"
#include "stm32f10x_pwr.h"
#include "stm32f10x_rcc.h"
#include "stm32f10x_rtc.h"
// #include "stm32f10x_sdio.h"
#include "stm32f10x_spi.h"
#include "stm32f10x_tim.h"
#include "stm32f10x_usart.h"
// #include "stm32f10x_wwdg.h"
#ifndef USE_FULL_ASSERT
#define assert_param(param)
#endif
#endif //STM32F10X_CONF_H