aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/hal.mk
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2015-02-28 21:42:40 +0300
committerbarthess <barthess@yandex.ru>2015-02-28 21:42:40 +0300
commit4e7a5796b40e2d8d2779f31e4103c6934c537858 (patch)
tree12f46bf0665ef819718ede6b8f643a9a6d8fc54f /os/hal/hal.mk
parent605fb84bcd73a41656c6c4261f5002be3bb69c6c (diff)
downloadChibiOS-Contrib-4e7a5796b40e2d8d2779f31e4103c6934c537858.tar.gz
ChibiOS-Contrib-4e7a5796b40e2d8d2779f31e4103c6934c537858.tar.bz2
ChibiOS-Contrib-4e7a5796b40e2d8d2779f31e4103c6934c537858.zip
Added EICU driver in HAL. Added STM32 backend for EICU.
Diffstat (limited to 'os/hal/hal.mk')
-rw-r--r--os/hal/hal.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/os/hal/hal.mk b/os/hal/hal.mk
index 38868b6..2508c90 100644
--- a/os/hal/hal.mk
+++ b/os/hal/hal.mk
@@ -2,6 +2,7 @@ include ${CHIBIOS}/os/hal/hal.mk
HALSRC += ${CHIBIOS}/community/os/hal/src/hal_community.c \
${CHIBIOS}/community/os/hal/src/nand.c \
- ${CHIBIOS}/community/os/hal/src/onewire.c
+ ${CHIBIOS}/community/os/hal/src/onewire.c \
+ ${CHIBIOS}/community/os/hal/src/eicu.c
HALINC += ${CHIBIOS}/community/os/hal/include