Skip to content

Commit 3550de4

Browse files
committed
stmhal: Add basic CAN bus support.
1 parent 5fc6aa8 commit 3550de4

5 files changed

Lines changed: 509 additions & 0 deletions

File tree

stmhal/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ SRC_C = \
9090
i2c.c \
9191
spi.c \
9292
uart.c \
93+
can.c \
9394
usb.c \
9495
printf.c \
9596
gccollect.c \
@@ -132,6 +133,7 @@ SRC_HAL = $(addprefix $(HAL_DIR)/src/,\
132133
stm32f4xx_hal.c \
133134
stm32f4xx_hal_adc.c \
134135
stm32f4xx_hal_adc_ex.c \
136+
stm32f4xx_hal_can.c \
135137
stm32f4xx_hal_cortex.c \
136138
stm32f4xx_hal_dac.c \
137139
stm32f4xx_hal_dac_ex.c \

0 commit comments

Comments
 (0)