2010-04-04 16:34:04 +00:00
|
|
|
# List of all the LPC13xx platform files.
|
|
|
|
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/LPC13xx/hal_lld.c \
|
2011-03-06 08:46:51 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/LPC13xx/gpt_lld.c \
|
2010-04-04 16:34:04 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/LPC13xx/pal_lld.c \
|
2010-10-28 18:39:40 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/LPC13xx/serial_lld.c \
|
2010-10-27 19:36:41 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/LPC13xx/spi_lld.c
|
2010-04-04 16:34:04 +00:00
|
|
|
|
|
|
|
# Required include directories
|
|
|
|
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/LPC13xx
|