Added SECUMOD driver
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11250 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
f5c980ef69
commit
826d56ec12
|
@ -4,6 +4,7 @@ PLATFORMSRC := $(CHIBIOS)/os/hal/ports/SAMA/SAMA5D2x/hal_lld.c \
|
||||||
$(CHIBIOS)/os/hal/ports/SAMA/SAMA5D2x/hal_st_lld.c \
|
$(CHIBIOS)/os/hal/ports/SAMA/SAMA5D2x/hal_st_lld.c \
|
||||||
$(CHIBIOS)/os/hal/ports/SAMA/SAMA5D2x/aic.c \
|
$(CHIBIOS)/os/hal/ports/SAMA/SAMA5D2x/aic.c \
|
||||||
$(CHIBIOS)/os/hal/ports/SAMA/SAMA5D2x/sama_matrix.c \
|
$(CHIBIOS)/os/hal/ports/SAMA/SAMA5D2x/sama_matrix.c \
|
||||||
|
$(CHIBIOS)/os/hal/ports/SAMA/SAMA5D2x/sama_secumod.c \
|
||||||
$(CHIBIOS)/os/hal/ports/SAMA/SAMA5D2x/sama_cache.c \
|
$(CHIBIOS)/os/hal/ports/SAMA/SAMA5D2x/sama_cache.c \
|
||||||
$(CHIBIOS)/os/hal/ports/SAMA/SAMA5D2x/hal_tc_lld.c \
|
$(CHIBIOS)/os/hal/ports/SAMA/SAMA5D2x/hal_tc_lld.c \
|
||||||
$(CHIBIOS)/os/hal/ports/SAMA/SAMA5D2x/hal_crypto_lld.c
|
$(CHIBIOS)/os/hal/ports/SAMA/SAMA5D2x/hal_crypto_lld.c
|
||||||
|
|
Loading…
Reference in New Issue