From f55c033681eb4089550fa288ab0d47d057dc1593 Mon Sep 17 00:00:00 2001 From: Bas Stottelaar Date: Thu, 5 Nov 2020 12:46:58 +0100 Subject: [PATCH] pkg/cryptoauthlib: disable for efm32 Some CPUs define AES_COUNT, which is also defined by this package. --- pkg/cryptoauthlib/Makefile.dep | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkg/cryptoauthlib/Makefile.dep b/pkg/cryptoauthlib/Makefile.dep index d71411f502..cff48ab08a 100644 --- a/pkg/cryptoauthlib/Makefile.dep +++ b/pkg/cryptoauthlib/Makefile.dep @@ -9,3 +9,7 @@ ifneq (,$(filter cryptoauthlib_test,$(USEMODULE))) USEMODULE += cryptoauthlib_test_tng USEMODULE += cryptoauthlib_test_atcacert endif + +# Some EFM32 CPU families define AES_COUNT, which is also defined by this +# library. +FEATURES_BLACKLIST += arch_efm32