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 \
|
2009-12-08 14:42:32 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/AVR/serial_lld.c
|
|
|
|
|
|
|
|
# Required include directories
|
|
|
|
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/AVR
|