1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-19 03:23:49 +01:00
2023-05-06 07:55:01 +02:00

14 lines
327 B
Makefile

BOARD ?= nucleo-f767zi
include ../Makefile.pkg_common
# Test fails to build for these boards fails due to
# redefinition of define AES_COUNT in library, which
# is also defined in efm32 header files
BOARD_BLACKLIST := stk3200 stk3600 stk3700
USEPKG += cryptoauthlib
USEMODULE += hashes
include $(RIOTBASE)/Makefile.include