git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10382 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
70865c1733
commit
d63dbb9e38
|
@ -1,15 +1,15 @@
|
||||||
# Required platform files.
|
# 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
|
|
||||||
|
|
||||||
|
PLATFORMSRC := $(CHIBIOS)/os/hal/ports/SAMA/SAMA5D2x/hal_lld.c \
|
||||||
|
$(CHIBIOS)/os/hal/ports/SAMA/SAMA5D2x/hal_st_lld.c \
|
||||||
|
$(CHIBIOS)/os/hal/ports/common/ARMCAx/aic.c
|
||||||
|
|
||||||
|
# Required include directories.
|
||||||
|
PLATFORMINC := $(CHIBIOS)/os/hal/ports/SAMA/SAMA5D2x \
|
||||||
|
$(CHIBIOS)/os/hal/ports/common/ARMCAx
|
||||||
|
|
||||||
# TODO: Add smart build.
|
# TODO: Add smart build.
|
||||||
|
|
||||||
# Drivers compatible with the platform.
|
# Drivers compatible with the platform.
|
||||||
#include $(CHIBIOS)/os/hal/ports/ATMEL/LLD/DMAv1/driver.mk
|
#include $(CHIBIOS)/os/hal/ports/SAMA/LLD/DMAv1/driver.mk
|
||||||
#include $(CHIBIOS)/os/hal/ports/ATMEL/LLD/SPIv1/driver.mk
|
#include $(CHIBIOS)/os/hal/ports/SAMA/LLD/SPIv1/driver.mk
|
||||||
|
|
Loading…
Reference in New Issue