You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
1.3 KiB
75 lines
1.3 KiB
# driver dependencies (in alphabetical order) |
|
|
|
ifneq (,$(filter at30tse75x,$(USEMODULE))) |
|
USEMODULE += xtimer |
|
endif |
|
|
|
ifneq (,$(filter at86rf2%,$(USEMODULE))) |
|
USEMODULE += at86rf2xx |
|
USEMODULE += ieee802154 |
|
USEMODULE += xtimer |
|
USEMODULE += netif |
|
endif |
|
|
|
ifneq (,$(filter cc110x,$(USEMODULE))) |
|
USEMODULE += ieee802154 |
|
endif |
|
|
|
ifneq (,$(filter dht,$(USEMODULE))) |
|
USEMODULE += xtimer |
|
endif |
|
|
|
ifneq (,$(filter encx24j600,$(USEMODULE))) |
|
USEMODULE += xtimer |
|
endif |
|
|
|
ifneq (,$(filter hih6130,$(USEMODULE))) |
|
USEMODULE += xtimer |
|
endif |
|
|
|
ifneq (,$(filter kw2xrf,$(USEMODULE))) |
|
USEMODULE += ieee802154 |
|
USEMODULE += netif |
|
endif |
|
|
|
ifneq (,$(filter lm75a,$(USEMODULE))) |
|
USEMODULE += xtimer |
|
endif |
|
|
|
ifneq (,$(filter ltc4150,$(USEMODULE))) |
|
USEMODULE += xtimer |
|
endif |
|
|
|
ifneq (,$(filter mpu9150,$(USEMODULE))) |
|
USEMODULE += xtimer |
|
endif |
|
|
|
ifneq (,$(filter nvram_spi,$(USEMODULE))) |
|
USEMODULE += xtimer |
|
endif |
|
|
|
ifneq (,$(filter pcd8544,$(USEMODULE))) |
|
USEMODULE += xtimer |
|
endif |
|
|
|
ifneq (,$(filter rgbled,$(USEMODULE))) |
|
USEMODULE += color |
|
endif |
|
|
|
ifneq (,$(filter sht11,$(USEMODULE))) |
|
USEMODULE += xtimer |
|
endif |
|
|
|
ifneq (,$(filter srf02,$(USEMODULE))) |
|
USEMODULE += xtimer |
|
endif |
|
|
|
ifneq (,$(filter srf08,$(USEMODULE))) |
|
USEMODULE += xtimer |
|
endif |
|
|
|
ifneq (,$(filter xbee,$(USEMODULE))) |
|
USEMODULE += ieee802154 |
|
USEMODULE += xtimer |
|
USEMODULE += netif |
|
endif
|
|
|