2013-03-07 15:00:21 +00:00
|
|
|
# List of all the LPC8xx platform files.
|
|
|
|
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/LPC8xx/hal_lld.c \
|
|
|
|
${CHIBIOS}/os/hal/platforms/LPC8xx/gpt_lld.c \
|
|
|
|
${CHIBIOS}/os/hal/platforms/LPC8xx/pal_lld.c \
|
2013-03-15 21:57:43 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/LPC8xx/serial_lld.c \
|
|
|
|
${CHIBIOS}/os/hal/platforms/LPC8xx/ext_lld.c \
|
|
|
|
${CHIBIOS}/os/hal/platforms/LPC8xx/ext_lld_isr.c
|
2013-03-07 15:00:21 +00:00
|
|
|
|
|
|
|
# Required include directories
|
|
|
|
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/LPC8xx
|