From 3550de4ebeb449e221f2dc900d1937510d67cc95 Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 2 Oct 2014 14:34:15 +0100 Subject: stmhal: Add basic CAN bus support. --- stmhal/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stmhal/Makefile') diff --git a/stmhal/Makefile b/stmhal/Makefile index 21e09666b..8ff2d9294 100644 --- a/stmhal/Makefile +++ b/stmhal/Makefile @@ -90,6 +90,7 @@ SRC_C = \ i2c.c \ spi.c \ uart.c \ + can.c \ usb.c \ printf.c \ gccollect.c \ @@ -132,6 +133,7 @@ SRC_HAL = $(addprefix $(HAL_DIR)/src/,\ stm32f4xx_hal.c \ stm32f4xx_hal_adc.c \ stm32f4xx_hal_adc_ex.c \ + stm32f4xx_hal_can.c \ stm32f4xx_hal_cortex.c \ stm32f4xx_hal_dac.c \ stm32f4xx_hal_dac_ex.c \ -- cgit v1.2.3