mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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_atcacert
|
||||
endif
|
||||
|
||||
# Some EFM32 CPU families define AES_COUNT, which is also defined by this
|
||||
# library.
|
||||
FEATURES_BLACKLIST += arch_efm32
|
||||
|
Loading…
Reference in New Issue
Block a user