mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
16 lines
411 B
Makefile
16 lines
411 B
Makefile
USEMODULE += random
|
|
USEMODULE += hashes
|
|
USEMODULE += crypto_aes_128
|
|
|
|
USEMODULE += semtech_loramac_contrib
|
|
USEMODULE += semtech_loramac_mac
|
|
USEMODULE += semtech_loramac_mac_region
|
|
USEMODULE += semtech_loramac_crypto
|
|
USEMODULE += semtech_loramac_arch
|
|
|
|
USEMODULE += ztimer_msec
|
|
|
|
# The build fails on MSP430 because the toolchain doesn't provide
|
|
# EXIT_SUCCESS/EXIT_FAILURE macros
|
|
FEATURES_BLACKLIST += arch_msp430
|