diff options
Diffstat (limited to 'demos/ARMCM3-STM32F103-GCC/stm32lib/stm32lib.mk')
-rw-r--r-- | demos/ARMCM3-STM32F103-GCC/stm32lib/stm32lib.mk | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/demos/ARMCM3-STM32F103-GCC/stm32lib/stm32lib.mk b/demos/ARMCM3-STM32F103-GCC/stm32lib/stm32lib.mk new file mode 100644 index 000000000..ed7ec62fb --- /dev/null +++ b/demos/ARMCM3-STM32F103-GCC/stm32lib/stm32lib.mk @@ -0,0 +1,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
|