pkg/cryptoauthlib: disable for efm32
Some CPUs define AES_COUNT, which is also defined by this package.
This commit is contained in:
parent
55a55c7ba5
commit
f55c033681
@ -9,3 +9,7 @@ ifneq (,$(filter cryptoauthlib_test,$(USEMODULE)))
|
|||||||
USEMODULE += cryptoauthlib_test_tng
|
USEMODULE += cryptoauthlib_test_tng
|
||||||
USEMODULE += cryptoauthlib_test_atcacert
|
USEMODULE += cryptoauthlib_test_atcacert
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Some EFM32 CPU families define AES_COUNT, which is also defined by this
|
||||||
|
# library.
|
||||||
|
FEATURES_BLACKLIST += arch_efm32
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user