blob: ed7ec62fb97263f44fda16887b48f69703ecb7c2 (
plain)
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
|
# STM32 FWLib files.
STM32SRC = stm32lib/src/stm32f10x_adc.c \
stm32lib/src/stm32f10x_bkp.c \
stm32lib/src/stm32f10x_can.c \
stm32lib/src/stm32f10x_crc.c \
stm32lib/src/stm32f10x_dac.c \
stm32lib/src/stm32f10x_dbgmcu.c \
stm32lib/src/stm32f10x_dma.c \
stm32lib/src/stm32f10x_exti.c \
stm32lib/src/stm32f10x_flash.c \
stm32lib/src/stm32f10x_fsmc.c \
stm32lib/src/stm32f10x_gpio.c \
stm32lib/src/stm32f10x_i2c.c \
stm32lib/src/stm32f10x_iwdg.c \
stm32lib/src/stm32f10x_lib.c \
stm32lib/src/stm32f10x_nvic.c \
stm32lib/src/stm32f10x_pwr.c \
stm32lib/src/stm32f10x_rcc.c \
stm32lib/src/stm32f10x_rtc.c \
stm32lib/src/stm32f10x_sdio.c \
stm32lib/src/stm32f10x_spi.c \
stm32lib/src/stm32f10x_systick.c \
stm32lib/src/stm32f10x_tim.c \
stm32lib/src/stm32f10x_usart.c \
stm32lib/src/stm32f10x_wwdg.c
|