aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/SAM4L/platform.mk
blob: d97d0d018873cf013c37099d65022ecdad29e336 (plain)
1
2
3
4
5
6
7
# List of all the STM32F3xx platform files.
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/SAM4L/hal_lld.c \
              ${CHIBIOS}/os/hal/platforms/SAM4L/asf/flashcalw.c

# Required include directories
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/SAM4L \
              ${CHIBIOS}/os/hal/platforms/SAM4L/asf