2012-12-02 08:30:37 +00:00
|
|
|
# List of all the STM32F3xx platform files.
|
2012-12-16 09:03:56 +00:00
|
|
|
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/SAM4L/hal_lld.c \
|
|
|
|
${CHIBIOS}/os/hal/platforms/SAM4L/asf/flashcalw.c
|
2012-12-02 08:30:37 +00:00
|
|
|
|
|
|
|
# Required include directories
|
2012-12-16 09:03:56 +00:00
|
|
|
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/SAM4L \
|
|
|
|
${CHIBIOS}/os/hal/platforms/SAM4L/asf
|