mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
12 lines
345 B
Makefile
12 lines
345 B
Makefile
USEMODULE += xtimer
|
|
FEATURES_REQUIRED += periph_i2c
|
|
FEATURES_OPTIONAL += periph_i2c_reconfigure
|
|
DEFAULT_MODULE += auto_init_security
|
|
USEMODULE += cryptoauthlib_contrib
|
|
|
|
ifneq (,$(filter cryptoauthlib_test,$(USEMODULE)))
|
|
USEMODULE += cryptoauthlib_test_jwt
|
|
USEMODULE += cryptoauthlib_test_tng
|
|
USEMODULE += cryptoauthlib_test_atcacert
|
|
endif
|