diff options
-rw-r--r-- | os/hal/ports/KINETIS/K20x/platform.mk | 2 | ||||
-rw-r--r-- | os/hal/ports/KINETIS/KL2x/platform.mk | 1 | ||||
-rw-r--r-- | os/hal/ports/KINETIS/LLD/i2c_lld.c (renamed from os/hal/ports/KINETIS/K20x/i2c_lld.c) | 0 | ||||
-rw-r--r-- | os/hal/ports/KINETIS/LLD/i2c_lld.h (renamed from os/hal/ports/KINETIS/K20x/i2c_lld.h) | 0 |
4 files changed, 2 insertions, 1 deletions
diff --git a/os/hal/ports/KINETIS/K20x/platform.mk b/os/hal/ports/KINETIS/K20x/platform.mk index 1052adc65..47fcb9dc3 100644 --- a/os/hal/ports/KINETIS/K20x/platform.mk +++ b/os/hal/ports/KINETIS/K20x/platform.mk @@ -4,7 +4,7 @@ PLATFORMSRC = ${CHIBIOS}/os/hal/ports/common/ARMCMx/nvic.c \ ${CHIBIOS}/os/hal/ports/KINETIS/K20x/pal_lld.c \
${CHIBIOS}/os/hal/ports/KINETIS/K20x/serial_lld.c \
${CHIBIOS}/os/hal/ports/KINETIS/K20x/spi_lld.c \
- ${CHIBIOS}/os/hal/ports/KINETIS/K20x/i2c_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/K20x/st_lld.c
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
diff --git a/os/hal/ports/KINETIS/K20x/i2c_lld.c b/os/hal/ports/KINETIS/LLD/i2c_lld.c index 65110bfe8..65110bfe8 100644 --- a/os/hal/ports/KINETIS/K20x/i2c_lld.c +++ b/os/hal/ports/KINETIS/LLD/i2c_lld.c diff --git a/os/hal/ports/KINETIS/K20x/i2c_lld.h b/os/hal/ports/KINETIS/LLD/i2c_lld.h index a3ce29620..a3ce29620 100644 --- a/os/hal/ports/KINETIS/K20x/i2c_lld.h +++ b/os/hal/ports/KINETIS/LLD/i2c_lld.h |