diff options
author | theshed <theshed@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-01 22:00:28 +0000 |
---|---|---|
committer | theshed <theshed@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-01 22:00:28 +0000 |
commit | 51af0586c9634da8dfb35c6c71e0726392c1fbb3 (patch) | |
tree | 43506df5154db29d232b02f8189871eacc975bc3 /os/hal/platforms/LPC122x/platform.mk | |
parent | 62ae17087c620312a24a87ac7435a8c2257ab8b6 (diff) | |
download | ChibiOS-51af0586c9634da8dfb35c6c71e0726392c1fbb3.tar.gz ChibiOS-51af0586c9634da8dfb35c6c71e0726392c1fbb3.tar.bz2 ChibiOS-51af0586c9634da8dfb35c6c71e0726392c1fbb3.zip |
More LPC122x drivers from Marcin J.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5794 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/LPC122x/platform.mk')
-rw-r--r-- | os/hal/platforms/LPC122x/platform.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/os/hal/platforms/LPC122x/platform.mk b/os/hal/platforms/LPC122x/platform.mk index dbf5aaf48..9a9853fbd 100644 --- a/os/hal/platforms/LPC122x/platform.mk +++ b/os/hal/platforms/LPC122x/platform.mk @@ -2,6 +2,11 @@ PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/LPC122x/hal_lld.c \
${CHIBIOS}/os/hal/platforms/LPC122x/gpt_lld.c \
${CHIBIOS}/os/hal/platforms/LPC122x/pal_lld.c \
+ ${CHIBIOS}/os/hal/platforms/LPC122x/ext_lld.c \
+ ${CHIBIOS}/os/hal/platforms/LPC122x/ext_lld_isr.c \
+ ${CHIBIOS}/os/hal/platforms/LPC122x/pwm_lld.c \
+ ${CHIBIOS}/os/hal/platforms/LPC122x/i2c_lld.c \
+ ${CHIBIOS}/os/hal/platforms/LPC122x/rtc_lld.c \
${CHIBIOS}/os/hal/platforms/LPC122x/serial_lld.c \
${CHIBIOS}/os/hal/platforms/LPC122x/spi_lld.c
|