diff options
| author | Damien George | 2014-03-12 21:59:33 +0000 |
|---|---|---|
| committer | Damien George | 2014-03-12 21:59:33 +0000 |
| commit | 4ef1dbcbf600d621c827a5c7617cef82d4a2e222 (patch) | |
| tree | af0021931af7a0a527119452afbd98bc32453a46 /stmhal/Makefile | |
| parent | 8854e1fa05d41fe8a3afb0a5c03ed41cc8f7f4a7 (diff) | |
stmhal: Get SysTick and HSE working.
Diffstat (limited to 'stmhal/Makefile')
| -rw-r--r-- | stmhal/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile index fc8580829..2b5c5ffe2 100644 --- a/stmhal/Makefile +++ b/stmhal/Makefile @@ -55,10 +55,11 @@ LIBS = SRC_C = \ main.c \ system_stm32f4xx.c \ + stm32f4xx_it.c \ + stm32f4xx_hal_msp.c \ # printf.c \ # math.c \ -# stm32fxxx_it.c \ # string0.c \ # malloc0.c \ # systick.c \ @@ -99,6 +100,8 @@ SRC_S = \ SRC_HAL = $(addprefix $(HAL_DIR)/src/,\ stm32f4xx_hal.c \ stm32f4xx_hal_cortex.c \ + stm32f4xx_hal_rcc.c \ + stm32f4xx_hal_gpio.c \ ) SRC_STMPERIPH = $(addprefix $(STMPERIPH_DIR)/,\ |
