2012-05-20 16:40:30 +00:00
|
|
|
# List of all the LPC11Uxx platform files.
|
|
|
|
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/LPC11Uxx/hal_lld.c \
|
2012-05-21 16:59:53 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/LPC11Uxx/gpt_lld.c \
|
2012-05-20 16:40:30 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/LPC11Uxx/pal_lld.c \
|
2012-05-21 16:59:53 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/LPC11Uxx/spi_lld.c \
|
2013-03-01 20:57:03 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/LPC11Uxx/serial_lld.c \
|
|
|
|
${CHIBIOS}/os/hal/platforms/LPC11Uxx/ext_lld.c \
|
|
|
|
${CHIBIOS}/os/hal/platforms/LPC11Uxx/ext_lld_isr.c
|
2012-05-20 16:40:30 +00:00
|
|
|
|
|
|
|
# Required include directories
|
|
|
|
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/LPC11Uxx
|