From 4ef1dbcbf600d621c827a5c7617cef82d4a2e222 Mon Sep 17 00:00:00 2001 From: Damien George Date: Wed, 12 Mar 2014 21:59:33 +0000 Subject: stmhal: Get SysTick and HSE working. --- stmhal/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'stmhal/Makefile') 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)/,\ -- cgit v1.2.3