mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 16:32:45 +01:00
17 lines
442 B
Makefile
17 lines
442 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
|
|
USEMODULE += ztimer_periph_rtt
|
|
|
|
# The build fails on MSP430 because the toolchain doesn't provide
|
|
# EXIT_SUCCESS/EXIT_FAILURE macros
|
|
FEATURES_BLACKLIST += arch_msp430
|