2009-12-08 14:42:32 +00:00
|
|
|
# List of all the AVR platform files.
|
|
|
|
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/AVR/hal_lld.c \
|
2011-09-25 15:18:18 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/AVR/pal_lld.c \
|
2012-07-01 15:25:03 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/AVR/serial_lld.c \
|
2013-06-27 11:28:02 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/AVR/adc_lld.c \
|
2013-06-26 17:59:59 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/AVR/i2c_lld.c \
|
2013-06-29 13:59:41 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/AVR/spi_lld.c \
|
|
|
|
${CHIBIOS}/os/hal/platforms/AVR/gpt_lld.c
|
2009-12-08 14:42:32 +00:00
|
|
|
|
|
|
|
# Required include directories
|
|
|
|
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/AVR
|