aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-09-15 11:36:20 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-09-15 11:36:20 +0000
commitad5ce47a747f8a41341fa869607588584a284631 (patch)
tree23f794580b9e7ef4518b0c825d86f629151501c8 /os/hal/ports
parentc89f1992ef2d66f9f4417bc0f5b9f29dc42e630e (diff)
downloadChibiOS-ad5ce47a747f8a41341fa869607588584a284631.tar.gz
ChibiOS-ad5ce47a747f8a41341fa869607588584a284631.tar.bz2
ChibiOS-ad5ce47a747f8a41341fa869607588584a284631.zip
Reintegrated CANv1 in L4+ HAL.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12263 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/hal/ports')
-rw-r--r--os/hal/ports/STM32/STM32L4xx+/platform.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/ports/STM32/STM32L4xx+/platform.mk b/os/hal/ports/STM32/STM32L4xx+/platform.mk
index 8f7af9c33..fc2d9094d 100644
--- a/os/hal/ports/STM32/STM32L4xx+/platform.mk
+++ b/os/hal/ports/STM32/STM32L4xx+/platform.mk
@@ -21,6 +21,7 @@ else
endif
# Drivers compatible with the platform.
+include $(CHIBIOS)/os/hal/ports/STM32/LLD/CANv1/driver.mk
include $(CHIBIOS)/os/hal/ports/STM32/LLD/DMAv1/driver.mk
include $(CHIBIOS)/os/hal/ports/STM32/LLD/GPIOv3/driver.mk
include $(CHIBIOS)/os/hal/ports/STM32/LLD/RTCv2/driver.mk