Added support for NXP DCP (i.MX-RT series)

This commit is contained in:
Daniele Lacamera
2020-09-18 11:46:08 +02:00
committed by David Garske
parent 050252e5d4
commit a07f9ded63
10 changed files with 510 additions and 4 deletions

View File

@@ -58,6 +58,7 @@ EXTRA_DIST += wolfcrypt/src/port/ti/ti-aes.c \
wolfcrypt/src/port/arm/armv8-sha512-asm.c \
wolfcrypt/src/port/arm/armv8-32-sha512-asm.c \
wolfcrypt/src/port/nxp/ksdk_port.c \
wolfcrypt/src/port/nxp/dcp_port.c \
wolfcrypt/src/port/atmel/README.md \
wolfcrypt/src/port/xilinx/xil-sha3.c \
wolfcrypt/src/port/xilinx/xil-aesgcm.c \