Skip to content

Commit 0063209

Browse files
committed
Added support for psoc6 HW crypto ECC verification
1 parent 70710f0 commit 0063209

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

arch.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,10 @@ ifeq ($(TARGET),psoc6)
166166
$(CYPRESS_PDL)/drivers/source/TOOLCHAIN_GCC_ARM/cy_syslib_gcc.o \
167167
$(CYPRESS_PDL)/devices/templates/COMPONENT_MTB/COMPONENT_CM0P/system_psoc6_cm0plus.o \
168168
./lib/wolfssl/wolfcrypt/src/port/cypress/psoc6_crypto.o \
169+
$(CYPRESS_PDL)/drivers/source/cy_crypto_core_vu.o \
170+
$(CYPRESS_PDL)/drivers/source/cy_crypto_core_ecc_domain_params.o \
171+
$(CYPRESS_PDL)/drivers/source/cy_crypto_core_ecc_nist_p.o \
172+
$(CYPRESS_PDL)/drivers/source/cy_crypto_core_ecc_ecdsa.o \
169173
$(CYPRESS_PDL)/drivers/source/cy_crypto_core_sha_v2.o \
170174
$(CYPRESS_PDL)/drivers/source/cy_crypto_core_sha_v1.o \
171175
$(CYPRESS_PDL)/drivers/source/cy_crypto_core_mem_v2.o \

0 commit comments

Comments
 (0)