mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
16 lines
356 B
Makefile
16 lines
356 B
Makefile
USEMODULE += cc1xxx_common
|
|
USEMODULE += luid
|
|
USEMODULE += xtimer
|
|
FEATURES_REQUIRED += periph_gpio
|
|
FEATURES_REQUIRED += periph_gpio_irq
|
|
FEATURES_REQUIRED += periph_spi
|
|
|
|
ifneq (,$(filter gnrc_ipv6,$(USEMODULE)))
|
|
USEMODULE += gnrc_sixlowpan
|
|
endif
|
|
|
|
# default to 433 MHz operation
|
|
ifeq (,$(filter cc110x_%mhz,$(USEMODULE)))
|
|
USEMODULE += cc110x_433mhz
|
|
endif
|