2017-10-08 12:47:17 +02:00
|
|
|
USEMODULE += random
|
2018-10-10 08:31:46 +02:00
|
|
|
USEMODULE += hashes
|
2021-04-14 22:18:59 +02:00
|
|
|
USEMODULE += crypto_aes_128
|
2017-10-08 12:47:17 +02:00
|
|
|
|
|
|
|
USEMODULE += semtech_loramac_contrib
|
|
|
|
USEMODULE += semtech_loramac_mac
|
|
|
|
USEMODULE += semtech_loramac_mac_region
|
|
|
|
USEMODULE += semtech_loramac_crypto
|
|
|
|
USEMODULE += semtech_loramac_arch
|
2019-11-15 18:10:46 +01:00
|
|
|
|
2020-07-17 15:36:25 +02:00
|
|
|
USEMODULE += ztimer_msec
|
|
|
|
|
2019-11-15 18:10:46 +01:00
|
|
|
# The build fails on MSP430 because the toolchain doesn't provide
|
|
|
|
# EXIT_SUCCESS/EXIT_FAILURE macros
|
|
|
|
FEATURES_BLACKLIST += arch_msp430
|