23 lines
936 B
Makefile
23 lines
936 B
Makefile
|
# 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_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_tim.c \
|
||
|
stm32lib/src/stm32f10x_usart.c \
|
||
|
stm32lib/src/stm32f10x_wwdg.c
|