aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/SAMA/SAMA5D2x/platform.mk
blob: 137cfaaa7b07baad7dfd3b438498087df622d46b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Required platform files.
# TODO add $(CHIBIOS)/os/hal/ports/common/ARMCAx/aic.c
PLATFORMSRC := $(CHIBIOS)/os/hal/ports/SAMA/SAMA5D2x/hal_lld.c \
               $(CHIBIOS)/os/hal/ports/SAMA/SAMA5D2x/hal_st_lld.c 
# TODO add $(CHIBIOS)/os/hal/ports/common/ARMCAx     
# Required include directories.
PLATFORMINC := $(CHIBIOS)/os/hal/ports/SAMA/SAMA5D2x

               

# TODO: Add smart build.

# Drivers compatible with the platform.
#include $(CHIBIOS)/os/hal/ports/ATMEL/LLD/DMAv1/driver.mk
#include $(CHIBIOS)/os/hal/ports/ATMEL/LLD/SPIv1/driver.mk