2013-04-26 18:11:10 +00:00
|
|
|
# List of all the LPC122x platform files.
|
|
|
|
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 \
|
2013-06-01 22:00:28 +00:00
|
|
|
${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 \
|
2013-04-26 18:11:10 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/LPC122x/serial_lld.c \
|
|
|
|
${CHIBIOS}/os/hal/platforms/LPC122x/spi_lld.c
|
|
|
|
|
|
|
|
# Required include directories
|
|
|
|
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/LPC122x
|