1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/lorabasics/Makefile.dep
2022-05-17 15:33:08 +02:00

12 lines
345 B
Makefile

ifneq (,$(filter lorabasics_sx1280_driver,$(USEMODULE)))
FEATURES_REQUIRED += periph_gpio_irq
FEATURES_REQUIRED += periph_spi
USEMODULE += ztimer_msec
USEMODULE += lorabasics_driver_sx1280_hal
endif
# This package has assumptions that only work for 32-bit architectures
FEATURES_REQUIRED += arch_32bit
USEMODULE += lorabasics_smtc_ral