diff options
| author | Damien | 2013-11-01 22:27:51 +0000 |
|---|---|---|
| committer | Damien | 2013-11-01 22:27:51 +0000 |
| commit | c1764e997cf9022b4b3dedd2bd0258fb8f469574 (patch) | |
| tree | aaac15c132e897cae88052af7dcc5679deac51d1 /stm/Makefile | |
| parent | 4a14eb0b8dfe103cba0421a61171b804a4102162 (diff) | |
Add syscfg and SPI libraries from STM.
Diffstat (limited to 'stm/Makefile')
| -rw-r--r-- | stm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/stm/Makefile b/stm/Makefile index 8a1980a9d..b6bf66551 100644 --- a/stm/Makefile +++ b/stm/Makefile @@ -59,15 +59,17 @@ SRC_FATFS = \ SRC_STM = \ stm32f4xx_rcc.c \ + stm32f4xx_syscfg.c \ stm32f4xx_flash.c \ stm32f4xx_dma.c \ - stm32f4xx_exti.c \ stm32f4xx_gpio.c \ + stm32f4xx_exti.c \ stm32f4xx_tim.c \ stm32f4xx_sdio.c \ stm32f4xx_pwr.c \ stm32f4xx_rtc.c \ stm32f4xx_usart.c \ + stm32f4xx_spi.c \ stm_misc.c \ usb_core.c \ usb_dcd.c \ |
