aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/KINETIS/KL2x
diff options
context:
space:
mode:
authorutzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-09-01 00:38:35 +0000
committerutzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-09-01 00:38:35 +0000
commit72c19a33e09d31304575daed4576b9b43c96c1c1 (patch)
tree67d6f7c68263f266c39e89dd95efb34ec07a2fb5 /os/hal/ports/KINETIS/KL2x
parent7246e181613857d5579a02e3ff6f405dfb0f5c46 (diff)
downloadChibiOS-72c19a33e09d31304575daed4576b9b43c96c1c1.tar.gz
ChibiOS-72c19a33e09d31304575daed4576b9b43c96c1c1.tar.bz2
ChibiOS-72c19a33e09d31304575daed4576b9b43c96c1c1.zip
[KINETIS] Move I2C driver to LLD
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7220 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/KINETIS/KL2x')
-rw-r--r--os/hal/ports/KINETIS/KL2x/platform.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/ports/KINETIS/KL2x/platform.mk b/os/hal/ports/KINETIS/KL2x/platform.mk
index 1c7e9296e..a1ab56885 100644
--- a/os/hal/ports/KINETIS/KL2x/platform.mk
+++ b/os/hal/ports/KINETIS/KL2x/platform.mk
@@ -3,6 +3,7 @@ PLATFORMSRC = ${CHIBIOS}/os/hal/ports/common/ARMCMx/nvic.c \
${CHIBIOS}/os/hal/ports/KINETIS/KL2x/hal_lld.c \
${CHIBIOS}/os/hal/ports/KINETIS/KL2x/pal_lld.c \
${CHIBIOS}/os/hal/ports/KINETIS/KL2x/serial_lld.c \
+ ${CHIBIOS}/os/hal/ports/KINETIS/LLD/i2c_lld.c \
${CHIBIOS}/os/hal/ports/KINETIS/LLD/ext_lld.c \
${CHIBIOS}/os/hal/ports/KINETIS/KL2x/st_lld.c