mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #14386 from aabadie/pr/drivers/makefile_dep
drivers: add driver specific Makefile.dep
This commit is contained in:
commit
14e232dd43
@ -15,6 +15,9 @@
|
||||
include $(RIOTBASE)/sys/Makefile.dep
|
||||
include $(RIOTBASE)/drivers/Makefile.dep
|
||||
|
||||
# pull Makefile.dep of each driver modules if they exist
|
||||
-include $(sort $(USEMODULE:%=$(RIOTBASE)/drivers/%/Makefile.dep))
|
||||
|
||||
# pull dependencies from packages
|
||||
-include $(USEPKG:%=$(RIOTPKG)/%/Makefile.dep)
|
||||
|
||||
|
@ -1,894 +1,138 @@
|
||||
# driver dependencies (in alphabetical order)
|
||||
|
||||
ifneq (,$(filter ad7746,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
endif
|
||||
# driver pseudo-modules dependencies (in alphabetical order)
|
||||
|
||||
ifneq (,$(filter adc%1c,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
USEMODULE += adcxx1c
|
||||
endif
|
||||
|
||||
ifneq (,$(filter ads101%,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
USEMODULE += ads101x
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter adt7310,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
endif
|
||||
|
||||
ifneq (,$(filter adxl345,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
endif
|
||||
|
||||
ifneq (,$(filter apa102,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
endif
|
||||
|
||||
ifneq (,$(filter apds99%full,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
endif
|
||||
|
||||
ifneq (,$(filter apds99%,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
USEMODULE += apds99xx
|
||||
endif
|
||||
|
||||
ifneq (,$(filter at,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_uart
|
||||
USEMODULE += fmt
|
||||
USEMODULE += isrpipe
|
||||
USEMODULE += isrpipe_read_timeout
|
||||
|
||||
_AT_ISR_MODULE := $(filter at_urc_isr_%,$(USEMODULE))
|
||||
ifneq (,$(_AT_ISR_MODULE))
|
||||
# pull in the correspondant event_thread_<priority> module
|
||||
USEMODULE += $(_AT_ISR_MODULE:at_urc_isr_%=event_thread_%)
|
||||
USEMODULE += at_urc
|
||||
USEMODULE += at_urc_isr
|
||||
endif
|
||||
endif
|
||||
|
||||
ifneq (,$(filter at24c%,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
USEMODULE += xtimer
|
||||
USEMODULE += at24cxxx
|
||||
endif
|
||||
|
||||
ifneq (,$(filter at24mac,$(USEMODULE)))
|
||||
USEMODULE += at24cxxx
|
||||
endif
|
||||
|
||||
ifneq (,$(filter at25xxx,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter at30tse75x,$(USEMODULE)))
|
||||
USEMODULE += xtimer
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
endif
|
||||
|
||||
ifneq (,$(filter at86rf215%,$(USEMODULE)))
|
||||
USEMODULE += at86rf215
|
||||
DEFAULT_MODULE += auto_init_at86rf215
|
||||
DEFAULT_MODULE += at86rf215_subghz
|
||||
|
||||
DEFAULT_MODULE += netdev_ieee802154_multimode
|
||||
|
||||
DEFAULT_MODULE += netdev_ieee802154_oqpsk
|
||||
DEFAULT_MODULE += netdev_ieee802154_mr_oqpsk
|
||||
DEFAULT_MODULE += netdev_ieee802154_mr_ofdm
|
||||
|
||||
ifeq (,$(filter at86rf215m,$(USEMODULE)))
|
||||
DEFAULT_MODULE += at86rf215_24ghz
|
||||
endif
|
||||
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
|
||||
USEMODULE += xtimer
|
||||
USEMODULE += luid
|
||||
USEMODULE += netif
|
||||
USEMODULE += ieee802154
|
||||
USEMODULE += netdev_ieee802154
|
||||
endif
|
||||
|
||||
ifneq (,$(filter at86rf%, $(filter-out at86rf215%, $(USEMODULE))))
|
||||
USEMODULE += at86rf2xx
|
||||
DEFAULT_MODULE += auto_init_at86rf2xx
|
||||
DEFAULT_MODULE += netdev_ieee802154_oqpsk
|
||||
|
||||
USEMODULE += xtimer
|
||||
USEMODULE += luid
|
||||
USEMODULE += netif
|
||||
USEMODULE += ieee802154
|
||||
USEMODULE += netdev_ieee802154
|
||||
|
||||
# only needed for SPI based variants
|
||||
ifeq (,$(filter at86rfa1 at86rfr2,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
endif
|
||||
endif
|
||||
|
||||
ifneq (,$(filter ata8520e,$(USEMODULE)))
|
||||
USEMODULE += xtimer
|
||||
USEMODULE += fmt
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
endif
|
||||
|
||||
ifneq (,$(filter atwinc15x0,$(USEMODULE)))
|
||||
USEMODULE += luid
|
||||
USEMODULE += netdev_eth
|
||||
USEMODULE += xtimer
|
||||
USEPKG += driver_atwinc15x0
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
endif
|
||||
|
||||
ifneq (,$(filter bh1750fvi,$(USEMODULE)))
|
||||
USEMODULE += xtimer
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
endif
|
||||
|
||||
ifneq (,$(filter bh1900nux,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
endif
|
||||
|
||||
ifneq (,$(filter bme680_%,$(USEMODULE)))
|
||||
USEPKG += driver_bme680
|
||||
USEMODULE += bme680
|
||||
ifneq (,$(filter saul%,$(USEMODULE)))
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
endif
|
||||
|
||||
ifneq (,$(filter bme680_i2c,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
endif
|
||||
|
||||
ifneq (,$(filter bme680_spi,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
endif
|
||||
|
||||
ifneq (,$(filter bmp180,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter bm%280_spi,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
USEMODULE += bmx280
|
||||
endif
|
||||
|
||||
ifneq (,$(filter bm%280_i2c,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
USEMODULE += bmx280
|
||||
endif
|
||||
|
||||
ifneq (,$(filter bmx280,$(USEMODULE)))
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter bmx055,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
ifneq (,$(filter bm%280_spi,$(USEMODULE)))
|
||||
USEMODULE += bmx280
|
||||
endif
|
||||
|
||||
ifneq (,$(filter cc110%,$(USEMODULE)))
|
||||
USEMODULE += cc110x
|
||||
USEMODULE += cc1xxx_common
|
||||
USEMODULE += luid
|
||||
USEMODULE += netif
|
||||
USEMODULE += xtimer
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
ifneq (,$(filter gnrc_ipv6,$(USEMODULE)))
|
||||
USEMODULE += gnrc_sixlowpan
|
||||
endif
|
||||
endif
|
||||
|
||||
ifneq (,$(filter cc2420,$(USEMODULE)))
|
||||
USEMODULE += xtimer
|
||||
USEMODULE += luid
|
||||
USEMODULE += netif
|
||||
USEMODULE += ieee802154
|
||||
USEMODULE += netdev_ieee802154
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
endif
|
||||
|
||||
ifneq (,$(filter ccs811_full,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
ifneq (,$(filter ccs811_%,$(USEMODULE)))
|
||||
USEMODULE += ccs811
|
||||
endif
|
||||
|
||||
ifneq (,$(filter ccs811,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter dcf77,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter dfplayer,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_uart
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter dht,$(USEMODULE)))
|
||||
USEMODULE += xtimer
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
endif
|
||||
|
||||
ifneq (,$(filter ds1307,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
endif
|
||||
|
||||
ifneq (,$(filter ds18,$(USEMODULE)))
|
||||
USEMODULE += xtimer
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
endif
|
||||
|
||||
ifneq (,$(filter ds3234,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
endif
|
||||
|
||||
ifneq (,$(filter ds75lx,$(USEMODULE)))
|
||||
USEMODULE += xtimer
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
endif
|
||||
|
||||
ifneq (,$(filter dsp0401,$(USEMODULE)))
|
||||
USEMODULE += xtimer
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_pwm
|
||||
endif
|
||||
|
||||
ifneq (,$(filter dynamixel,$(USEMODULE)))
|
||||
USEMODULE += uart_half_duplex
|
||||
endif
|
||||
|
||||
ifneq (,$(filter edbg_eui,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
endif
|
||||
|
||||
ifneq (,$(filter enc28j60,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
USEMODULE += netdev_eth
|
||||
USEMODULE += xtimer
|
||||
USEMODULE += luid
|
||||
endif
|
||||
|
||||
ifneq (,$(filter encx24j600,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
USEMODULE += netdev_eth
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter ethos,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_uart
|
||||
USEMODULE += iolist
|
||||
USEMODULE += netdev_eth
|
||||
USEMODULE += random
|
||||
USEMODULE += tsrb
|
||||
endif
|
||||
|
||||
ifneq (,$(filter dose,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_uart
|
||||
USEMODULE += iolist
|
||||
USEMODULE += netdev_eth
|
||||
USEMODULE += random
|
||||
USEMODULE += xtimer
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
endif
|
||||
|
||||
ifneq (,$(filter feetech,$(USEMODULE)))
|
||||
USEMODULE += uart_half_duplex
|
||||
endif
|
||||
|
||||
ifneq (,$(filter fxos8700,$(USEMODULE)))
|
||||
USEMODULE += xtimer
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
endif
|
||||
|
||||
ifneq (,$(filter grove_ledbar,$(USEMODULE)))
|
||||
USEMODULE += my9221
|
||||
endif
|
||||
|
||||
ifneq (,$(filter hd44780,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter hdc1000,$(USEMODULE)))
|
||||
USEMODULE += xtimer
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
endif
|
||||
|
||||
ifneq (,$(filter hih6130,$(USEMODULE)))
|
||||
USEMODULE += xtimer
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
endif
|
||||
|
||||
ifneq (,$(filter hmc5883l,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
endif
|
||||
|
||||
ifneq (,$(filter hmc5883l_int,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
endif
|
||||
|
||||
ifneq (,$(filter hts221,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
endif
|
||||
|
||||
ifneq (,$(filter ili9341,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
USEMODULE += xtimer
|
||||
ifneq (,$(filter hmc5883l_%,$(USEMODULE)))
|
||||
USEMODULE += hmc5883l
|
||||
endif
|
||||
|
||||
ifneq (,$(filter ina2%,$(USEMODULE)))
|
||||
USEMODULE += ina2xx
|
||||
endif
|
||||
|
||||
ifneq (,$(filter ina2xx,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
endif
|
||||
|
||||
ifneq (,$(filter ina3221,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
endif
|
||||
|
||||
ifneq (,$(filter ina3221_alerts,$(USEMODULE)))
|
||||
ifneq (,$(filter ina3221_%,$(USEMODULE)))
|
||||
USEMODULE += ina3221
|
||||
USEMODULE += periph_gpio_irq
|
||||
endif
|
||||
|
||||
ifneq (,$(filter io1_xplained,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_adc
|
||||
USEMODULE += at30tse75x
|
||||
USEMODULE += sdcard_spi
|
||||
endif
|
||||
|
||||
ifneq (,$(filter isl29020,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
endif
|
||||
|
||||
ifneq (,$(filter isl29125,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
endif
|
||||
|
||||
ifneq (,$(filter itg320x_int,$(USEMODULE)))
|
||||
ifneq (,$(filter itg320x_%,$(USEMODULE)))
|
||||
USEMODULE += itg320x
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
endif
|
||||
|
||||
ifneq (,$(filter itg320x,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter jc42,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
endif
|
||||
|
||||
ifneq (,$(filter kw2xrf,$(USEMODULE)))
|
||||
USEMODULE += luid
|
||||
USEMODULE += netif
|
||||
USEMODULE += ieee802154
|
||||
USEMODULE += netdev_ieee802154
|
||||
USEMODULE += core_thread_flags
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
endif
|
||||
|
||||
ifneq (,$(filter kw41zrf,$(USEMODULE)))
|
||||
USEMODULE += luid
|
||||
USEMODULE += netif
|
||||
USEMODULE += ieee802154
|
||||
USEMODULE += netdev_ieee802154
|
||||
USEMODULE += core_thread_flags
|
||||
USEMODULE += random
|
||||
USEMODULE += mcux_xcvr_mkw41z
|
||||
endif
|
||||
|
||||
ifneq (,$(filter l3g4200d,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
endif
|
||||
|
||||
ifneq (,$(filter lc709203f,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
endif
|
||||
|
||||
ifneq (,$(filter lis2dh12_int,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
endif
|
||||
|
||||
ifneq (,$(filter lis2dh12%,$(USEMODULE)))
|
||||
USEMODULE += lis2dh12
|
||||
ifneq (,$(filter lis2dh12_spi,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
else
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
endif
|
||||
endif
|
||||
|
||||
ifneq (,$(filter lis3dh,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
endif
|
||||
|
||||
ifneq (,$(filter lis3mdl,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter lpd8808,$(USEMODULE)))
|
||||
USEMODULE += color
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
endif
|
||||
|
||||
ifneq (,$(filter lps331ap lps2%hb,$(USEMODULE)))
|
||||
USEMODULE += lpsxxx
|
||||
endif
|
||||
|
||||
ifneq (,$(filter lpsxxx,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
endif
|
||||
|
||||
ifneq (,$(filter lsm303dlhc,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
endif
|
||||
|
||||
ifneq (,$(filter lsm6dsl,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter ltc4150_bidirectional,$(USEMODULE)))
|
||||
ifneq (,$(filter ltc4150_%,$(USEMODULE)))
|
||||
USEMODULE += ltc4150
|
||||
endif
|
||||
|
||||
ifneq (,$(filter ltc4150,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter mag3110,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
endif
|
||||
|
||||
ifneq (,$(filter mhz19_pwm,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
USEMODULE += xtimer
|
||||
ifneq (,$(filter mhz19_%,$(USEMODULE)))
|
||||
USEMODULE += mhz19
|
||||
endif
|
||||
|
||||
ifneq (,$(filter mhz19_uart,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_uart
|
||||
USEMODULE += xtimer
|
||||
USEMODULE += mhz19
|
||||
endif
|
||||
|
||||
ifneq (,$(filter mma7660,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
endif
|
||||
|
||||
ifneq (,$(filter mma8x5x,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
endif
|
||||
|
||||
ifneq (,$(filter motor_driver,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_pwm
|
||||
endif
|
||||
|
||||
ifneq (,$(filter mpl3115a2,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
endif
|
||||
|
||||
ifneq (,$(filter mpu9%50,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
USEMODULE += xtimer
|
||||
USEMODULE += mpu9x50
|
||||
endif
|
||||
|
||||
ifneq (,$(filter mq3,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_adc
|
||||
endif
|
||||
|
||||
ifneq (,$(filter mrf24j40m%,$(USEMODULE)))
|
||||
USEMODULE += mrf24j40
|
||||
DEFAULT_MODULE += netdev_ieee802154_oqpsk
|
||||
|
||||
ifndef CONFIG_KCONFIG_MODULE_MRF24J40
|
||||
# all modules but mrf24j40ma have an external PA
|
||||
ifeq (,$(filter mrf24j40ma,$(USEMODULE)))
|
||||
CFLAGS += -DCONFIG_MRF24J40_USE_EXT_PA_LNA
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
ifneq (,$(filter mrf24j40,$(USEMODULE)))
|
||||
USEMODULE += xtimer
|
||||
USEMODULE += luid
|
||||
USEMODULE += netif
|
||||
USEMODULE += ieee802154
|
||||
USEMODULE += netdev_ieee802154
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
endif
|
||||
|
||||
ifneq (,$(filter mtd_%,$(USEMODULE)))
|
||||
USEMODULE += mtd
|
||||
|
||||
ifneq (,$(filter mtd_at24cxxx,$(USEMODULE)))
|
||||
USEMODULE += at24cxxx
|
||||
endif
|
||||
|
||||
ifneq (,$(filter mtd_at25xxx,$(USEMODULE)))
|
||||
USEMODULE += at25xxx
|
||||
endif
|
||||
|
||||
ifneq (,$(filter mtd_sdcard,$(USEMODULE)))
|
||||
USEMODULE += sdcard_spi
|
||||
endif
|
||||
|
||||
ifneq (,$(filter mtd_spi_nor,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
endif
|
||||
|
||||
ifneq (,$(filter mtd_flashpage,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_flashpage
|
||||
FEATURES_REQUIRED += periph_flashpage_raw
|
||||
endif
|
||||
endif
|
||||
|
||||
ifneq (,$(filter my9221,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter nvc7356,$(USEMODULE)))
|
||||
USEMODULE += can_trx
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
endif
|
||||
|
||||
# nrfmin is a concrete module but comes from cpu/nrf5x_common. Due to limitations
|
||||
# in the dependency resolution mechanism it's not possible to move its
|
||||
# dependency resolution at cpu level.
|
||||
ifneq (,$(filter nrfmin,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += radio_nrfmin
|
||||
FEATURES_REQUIRED += periph_cpuid
|
||||
USEMODULE += netif
|
||||
endif
|
||||
|
||||
ifneq (,$(filter nrf24l01p,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter nvram_spi,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
USEMODULE += nvram
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter opt3001,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter pca9633,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
endif
|
||||
|
||||
ifneq (,$(filter pca9685,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
USEMODULE += xtimer
|
||||
|
||||
# efm32 CPU doesn't support PWM_RIGHT
|
||||
FEATURES_BLACKLIST += arch_efm32
|
||||
endif
|
||||
|
||||
ifneq (,$(filter pcd8544,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter ph_oem,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter pir,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter pn532,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
endif
|
||||
|
||||
ifneq (,$(filter pulse_counter,$(USEMODULE)))
|
||||
USEMODULE += xtimer
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
endif
|
||||
|
||||
ifneq (,$(filter qmc5883l_int,$(USEMODULE)))
|
||||
ifneq (,$(filter qmc5883l_%,$(USEMODULE)))
|
||||
USEMODULE += qmc5883l
|
||||
endif
|
||||
|
||||
ifneq (,$(filter qmc5883l,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
ifneq (,$(filter qmc5883l_int,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
endif
|
||||
endif
|
||||
|
||||
ifneq (,$(filter rgbled,$(USEMODULE)))
|
||||
USEMODULE += color
|
||||
endif
|
||||
|
||||
ifneq (,$(filter rtt_rtc,$(USEMODULE)))
|
||||
# Unit tests will use a mock implementation
|
||||
ifeq (,$(UNIT_TESTS))
|
||||
FEATURES_REQUIRED += periph_rtt
|
||||
endif
|
||||
endif
|
||||
|
||||
ifneq (,$(filter rn2%3,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_uart
|
||||
USEMODULE += xtimer
|
||||
USEMODULE += rn2xx3
|
||||
USEMODULE += fmt
|
||||
endif
|
||||
|
||||
ifneq (,$(filter sdcard_spi,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
FEATURES_OPTIONAL += periph_spi_reconfigure
|
||||
USEMODULE += checksum
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter sdp3x,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
USEMODULE += checksum
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter sds011,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_uart
|
||||
endif
|
||||
|
||||
ifneq (,$(filter servo,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_pwm
|
||||
endif
|
||||
|
||||
ifneq (,$(filter sht1%,$(USEMODULE)))
|
||||
USEMODULE += sht1x
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter sht2x,$(USEMODULE)))
|
||||
USEMODULE += xtimer
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
endif
|
||||
|
||||
ifneq (,$(filter sht3x,$(USEMODULE)))
|
||||
USEMODULE += xtimer
|
||||
USEMODULE += checksum
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
endif
|
||||
|
||||
ifneq (,$(filter shtc1,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
USEMODULE += xtimer
|
||||
USEMODULE += checksum
|
||||
endif
|
||||
|
||||
ifneq (,$(filter si114%,$(USEMODULE)))
|
||||
USEMODULE += xtimer
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
USEMODULE += si114x
|
||||
endif
|
||||
|
||||
ifneq (,$(filter si70%,$(USEMODULE)))
|
||||
USEMODULE += xtimer
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
USEMODULE += si70xx
|
||||
endif
|
||||
|
||||
ifneq (,$(filter stmpe811,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter slipdev,$(USEMODULE)))
|
||||
USEMODULE += tsrb
|
||||
FEATURES_REQUIRED += periph_uart
|
||||
endif
|
||||
|
||||
ifneq (,$(filter slipdev_stdio,$(USEMODULE)))
|
||||
USEMODULE += isrpipe
|
||||
ifneq (,$(filter slipdev_%,$(USEMODULE)))
|
||||
USEMODULE += slipdev
|
||||
FEATURES_REQUIRED += periph_uart
|
||||
endif
|
||||
|
||||
ifneq (,$(filter soft_spi,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter soft_uart,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
FEATURES_REQUIRED += periph_timer_periodic
|
||||
endif
|
||||
|
||||
ifneq (,$(filter sps30,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
USEMODULE += checksum
|
||||
endif
|
||||
|
||||
ifneq (,$(filter srf02,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter srf04,$(USEMODULE)))
|
||||
USEMODULE += xtimer
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
endif
|
||||
|
||||
ifneq (,$(filter srf08,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter stm32_eth,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_eth
|
||||
FEATURES_REQUIRED += periph_dma
|
||||
USEMODULE += netdev_eth
|
||||
USEMODULE += iolist
|
||||
USEMODULE += luid
|
||||
endif
|
||||
|
||||
ifneq (,$(filter sx127%,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
FEATURES_OPTIONAL += periph_spi_gpio_mode
|
||||
USEMODULE += iolist
|
||||
USEMODULE += xtimer
|
||||
USEMODULE += sx127x
|
||||
USEMODULE += netif
|
||||
USEMODULE += lora
|
||||
|
||||
ifneq (,$(filter gnrc,$(USEMODULE)))
|
||||
# Pull in `ifconfig` support for LoRA
|
||||
USEMODULE += gnrc_netif_cmd_lora
|
||||
endif
|
||||
endif
|
||||
|
||||
ifneq (,$(filter tcs37727,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
endif
|
||||
|
||||
ifneq (,$(filter tps6274x,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
endif
|
||||
|
||||
ifneq (,$(filter tja1042,$(USEMODULE)))
|
||||
USEMODULE += can_trx
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
endif
|
||||
|
||||
ifneq (,$(filter tmp00%,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
USEMODULE += xtimer
|
||||
USEMODULE += tmp00x
|
||||
endif
|
||||
|
||||
ifneq (,$(filter tsl2561,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter tsl4531x,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter uart_half_duplex,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_uart
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter vcnl40%0,$(USEMODULE)))
|
||||
USEMODULE += vcnl40x0
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
endif
|
||||
|
||||
ifneq (,$(filter veml6070,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
endif
|
||||
|
||||
ifneq (,$(filter w5100,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
USEMODULE += netdev_eth
|
||||
USEMODULE += luid
|
||||
endif
|
||||
|
||||
ifneq (,$(filter ws281x_%,$(USEMODULE)))
|
||||
USEMODULE += ws281x
|
||||
endif
|
||||
|
||||
ifneq (,$(filter ws281x,$(USEMODULE)))
|
||||
FEATURES_REQUIRED_ANY += arch_avr8|arch_esp32|arch_native
|
||||
|
||||
ifeq (,$(filter ws281x_%,$(USEMODULE)))
|
||||
ifneq (,$(filter arch_avr8,$(FEATURES_USED)))
|
||||
USEMODULE += ws281x_atmega
|
||||
endif
|
||||
ifneq (,$(filter arch_native,$(FEATURES_USED)))
|
||||
USEMODULE += ws281x_vt100
|
||||
endif
|
||||
ifneq (,$(filter arch_esp32,$(FEATURES_USED)))
|
||||
USEMODULE += ws281x_esp32
|
||||
endif
|
||||
endif
|
||||
ifneq (,$(filter ws281x_atmega,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += arch_avr8
|
||||
endif
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter xbee,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_uart
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
USEMODULE += ieee802154
|
||||
USEMODULE += xtimer
|
||||
USEMODULE += netif
|
||||
endif
|
||||
|
1
drivers/ad7746/Makefile.dep
Normal file
1
drivers/ad7746/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
FEATURES_REQUIRED += periph_i2c
|
2
drivers/adcxx1c/Makefile.dep
Normal file
2
drivers/adcxx1c/Makefile.dep
Normal file
@ -0,0 +1,2 @@
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
FEATURES_REQUIRED += periph_i2c
|
3
drivers/ads101x/Makefile.dep
Normal file
3
drivers/ads101x/Makefile.dep
Normal file
@ -0,0 +1,3 @@
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
USEMODULE += xtimer
|
1
drivers/adt7310/Makefile.dep
Normal file
1
drivers/adt7310/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
FEATURES_REQUIRED += periph_spi
|
1
drivers/adxl345/Makefile.dep
Normal file
1
drivers/adxl345/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
FEATURES_REQUIRED += periph_i2c
|
1
drivers/apa102/Makefile.dep
Normal file
1
drivers/apa102/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
FEATURES_REQUIRED += periph_gpio
|
5
drivers/apds99xx/Makefile.dep
Normal file
5
drivers/apds99xx/Makefile.dep
Normal file
@ -0,0 +1,5 @@
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
|
||||
ifneq (,$(filter apds99%full,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
endif
|
12
drivers/at/Makefile.dep
Normal file
12
drivers/at/Makefile.dep
Normal file
@ -0,0 +1,12 @@
|
||||
FEATURES_REQUIRED += periph_uart
|
||||
USEMODULE += fmt
|
||||
USEMODULE += isrpipe
|
||||
USEMODULE += isrpipe_read_timeout
|
||||
|
||||
_AT_ISR_MODULE := $(filter at_urc_isr_%,$(USEMODULE))
|
||||
ifneq (,$(_AT_ISR_MODULE))
|
||||
# pull in the correspondant event_thread_<priority> module
|
||||
USEMODULE += $(_AT_ISR_MODULE:at_urc_isr_%=event_thread_%)
|
||||
USEMODULE += at_urc
|
||||
USEMODULE += at_urc_isr
|
||||
endif
|
2
drivers/at24cxxx/Makefile.dep
Normal file
2
drivers/at24cxxx/Makefile.dep
Normal file
@ -0,0 +1,2 @@
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
USEMODULE += xtimer
|
1
drivers/at24mac/Makefile.dep
Normal file
1
drivers/at24mac/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
USEMODULE += at24cxxx
|
2
drivers/at25xxx/Makefile.dep
Normal file
2
drivers/at25xxx/Makefile.dep
Normal file
@ -0,0 +1,2 @@
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
USEMODULE += xtimer
|
2
drivers/at30tse75x/Makefile.dep
Normal file
2
drivers/at30tse75x/Makefile.dep
Normal file
@ -0,0 +1,2 @@
|
||||
USEMODULE += xtimer
|
||||
FEATURES_REQUIRED += periph_i2c
|
22
drivers/at86rf215/Makefile.dep
Normal file
22
drivers/at86rf215/Makefile.dep
Normal file
@ -0,0 +1,22 @@
|
||||
DEFAULT_MODULE += auto_init_at86rf215
|
||||
DEFAULT_MODULE += at86rf215_subghz
|
||||
|
||||
DEFAULT_MODULE += netdev_ieee802154_multimode
|
||||
|
||||
DEFAULT_MODULE += netdev_ieee802154_oqpsk
|
||||
DEFAULT_MODULE += netdev_ieee802154_mr_oqpsk
|
||||
DEFAULT_MODULE += netdev_ieee802154_mr_ofdm
|
||||
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
|
||||
ifeq (,$(filter at86rf215m,$(USEMODULE)))
|
||||
DEFAULT_MODULE += at86rf215_24ghz
|
||||
endif
|
||||
|
||||
USEMODULE += xtimer
|
||||
USEMODULE += luid
|
||||
USEMODULE += netif
|
||||
USEMODULE += ieee802154
|
||||
USEMODULE += netdev_ieee802154
|
15
drivers/at86rf2xx/Makefile.dep
Normal file
15
drivers/at86rf2xx/Makefile.dep
Normal file
@ -0,0 +1,15 @@
|
||||
DEFAULT_MODULE += auto_init_at86rf2xx
|
||||
DEFAULT_MODULE += netdev_ieee802154_oqpsk
|
||||
|
||||
USEMODULE += xtimer
|
||||
USEMODULE += luid
|
||||
USEMODULE += netif
|
||||
USEMODULE += ieee802154
|
||||
USEMODULE += netdev_ieee802154
|
||||
|
||||
# only needed for SPI based variants
|
||||
ifeq (,$(filter at86rfa1 at86rfr2,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
endif
|
5
drivers/ata8520e/Makefile.dep
Normal file
5
drivers/ata8520e/Makefile.dep
Normal file
@ -0,0 +1,5 @@
|
||||
USEMODULE += xtimer
|
||||
USEMODULE += fmt
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
FEATURES_REQUIRED += periph_spi
|
7
drivers/atwinc15x0/Makefile.dep
Normal file
7
drivers/atwinc15x0/Makefile.dep
Normal file
@ -0,0 +1,7 @@
|
||||
USEMODULE += luid
|
||||
USEMODULE += netdev_eth
|
||||
USEMODULE += xtimer
|
||||
USEPKG += driver_atwinc15x0
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
FEATURES_REQUIRED += periph_spi
|
2
drivers/bh1750fvi/Makefile.dep
Normal file
2
drivers/bh1750fvi/Makefile.dep
Normal file
@ -0,0 +1,2 @@
|
||||
USEMODULE += xtimer
|
||||
FEATURES_REQUIRED += periph_i2c
|
1
drivers/bh1900nux/Makefile.dep
Normal file
1
drivers/bh1900nux/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
FEATURES_REQUIRED += periph_i2c
|
14
drivers/bme680/Makefile.dep
Normal file
14
drivers/bme680/Makefile.dep
Normal file
@ -0,0 +1,14 @@
|
||||
USEPKG += driver_bme680
|
||||
|
||||
ifneq (,$(filter saul%,$(USEMODULE)))
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter bme680_i2c,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
endif
|
||||
|
||||
ifneq (,$(filter bme680_spi,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
endif
|
2
drivers/bmp180/Makefile.dep
Normal file
2
drivers/bmp180/Makefile.dep
Normal file
@ -0,0 +1,2 @@
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
USEMODULE += xtimer
|
1
drivers/bmx055/Makefile.dep
Normal file
1
drivers/bmx055/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
FEATURES_REQUIRED += periph_i2c
|
10
drivers/bmx280/Makefile.dep
Normal file
10
drivers/bmx280/Makefile.dep
Normal file
@ -0,0 +1,10 @@
|
||||
USEMODULE += xtimer
|
||||
|
||||
ifneq (,$(filter bm%280_spi,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
endif
|
||||
|
||||
ifneq (,$(filter bm%280_i2c,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
endif
|
11
drivers/cc110x/Makefile.dep
Normal file
11
drivers/cc110x/Makefile.dep
Normal file
@ -0,0 +1,11 @@
|
||||
USEMODULE += cc1xxx_common
|
||||
USEMODULE += luid
|
||||
USEMODULE += netif
|
||||
USEMODULE += xtimer
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
|
||||
ifneq (,$(filter gnrc_ipv6,$(USEMODULE)))
|
||||
USEMODULE += gnrc_sixlowpan
|
||||
endif
|
8
drivers/cc2420/Makefile.dep
Normal file
8
drivers/cc2420/Makefile.dep
Normal file
@ -0,0 +1,8 @@
|
||||
USEMODULE += xtimer
|
||||
USEMODULE += luid
|
||||
USEMODULE += netif
|
||||
USEMODULE += ieee802154
|
||||
USEMODULE += netdev_ieee802154
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
FEATURES_REQUIRED += periph_spi
|
7
drivers/ccs811/Makefile.dep
Normal file
7
drivers/ccs811/Makefile.dep
Normal file
@ -0,0 +1,7 @@
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
USEMODULE += xtimer
|
||||
|
||||
ifneq (,$(filter ccs811_full,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
endif
|
3
drivers/dcf77/Makefile.dep
Normal file
3
drivers/dcf77/Makefile.dep
Normal file
@ -0,0 +1,3 @@
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
USEMODULE += xtimer
|
3
drivers/dfplayer/Makefile.dep
Normal file
3
drivers/dfplayer/Makefile.dep
Normal file
@ -0,0 +1,3 @@
|
||||
FEATURES_REQUIRED += periph_uart
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
USEMODULE += xtimer
|
2
drivers/dht/Makefile.dep
Normal file
2
drivers/dht/Makefile.dep
Normal file
@ -0,0 +1,2 @@
|
||||
USEMODULE += xtimer
|
||||
FEATURES_REQUIRED += periph_gpio
|
6
drivers/dose/Makefile.dep
Normal file
6
drivers/dose/Makefile.dep
Normal file
@ -0,0 +1,6 @@
|
||||
FEATURES_REQUIRED += periph_uart
|
||||
USEMODULE += iolist
|
||||
USEMODULE += netdev_eth
|
||||
USEMODULE += random
|
||||
USEMODULE += xtimer
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
1
drivers/ds1307/Makefile.dep
Normal file
1
drivers/ds1307/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
FEATURES_REQUIRED += periph_i2c
|
2
drivers/ds18/Makefile.dep
Normal file
2
drivers/ds18/Makefile.dep
Normal file
@ -0,0 +1,2 @@
|
||||
USEMODULE += xtimer
|
||||
FEATURES_REQUIRED += periph_gpio
|
1
drivers/ds3234/Makefile.dep
Normal file
1
drivers/ds3234/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
FEATURES_REQUIRED += periph_spi
|
2
drivers/ds75lx/Makefile.dep
Normal file
2
drivers/ds75lx/Makefile.dep
Normal file
@ -0,0 +1,2 @@
|
||||
USEMODULE += xtimer
|
||||
FEATURES_REQUIRED += periph_i2c
|
3
drivers/dsp0401/Makefile.dep
Normal file
3
drivers/dsp0401/Makefile.dep
Normal file
@ -0,0 +1,3 @@
|
||||
USEMODULE += xtimer
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_pwm
|
1
drivers/dynamixel/Makefile.dep
Normal file
1
drivers/dynamixel/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
USEMODULE += uart_half_duplex
|
1
drivers/edbg_eui/Makefile.dep
Normal file
1
drivers/edbg_eui/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
FEATURES_REQUIRED += periph_i2c
|
6
drivers/enc28j60/Makefile.dep
Normal file
6
drivers/enc28j60/Makefile.dep
Normal file
@ -0,0 +1,6 @@
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
USEMODULE += netdev_eth
|
||||
USEMODULE += xtimer
|
||||
USEMODULE += luid
|
4
drivers/encx24j600/Makefile.dep
Normal file
4
drivers/encx24j600/Makefile.dep
Normal file
@ -0,0 +1,4 @@
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
USEMODULE += netdev_eth
|
||||
USEMODULE += xtimer
|
5
drivers/ethos/Makefile.dep
Normal file
5
drivers/ethos/Makefile.dep
Normal file
@ -0,0 +1,5 @@
|
||||
FEATURES_REQUIRED += periph_uart
|
||||
USEMODULE += iolist
|
||||
USEMODULE += netdev_eth
|
||||
USEMODULE += random
|
||||
USEMODULE += tsrb
|
1
drivers/feetech/Makefile.dep
Normal file
1
drivers/feetech/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
USEMODULE += uart_half_duplex
|
2
drivers/fxos8700/Makefile.dep
Normal file
2
drivers/fxos8700/Makefile.dep
Normal file
@ -0,0 +1,2 @@
|
||||
USEMODULE += xtimer
|
||||
FEATURES_REQUIRED += periph_i2c
|
1
drivers/grove_ledbar/Makefile.dep
Normal file
1
drivers/grove_ledbar/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
USEMODULE += my9221
|
2
drivers/hd44780/Makefile.dep
Normal file
2
drivers/hd44780/Makefile.dep
Normal file
@ -0,0 +1,2 @@
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
USEMODULE += xtimer
|
2
drivers/hdc1000/Makefile.dep
Normal file
2
drivers/hdc1000/Makefile.dep
Normal file
@ -0,0 +1,2 @@
|
||||
USEMODULE += xtimer
|
||||
FEATURES_REQUIRED += periph_i2c
|
2
drivers/hih6130/Makefile.dep
Normal file
2
drivers/hih6130/Makefile.dep
Normal file
@ -0,0 +1,2 @@
|
||||
USEMODULE += xtimer
|
||||
FEATURES_REQUIRED += periph_i2c
|
5
drivers/hmc5883l/Makefile.dep
Normal file
5
drivers/hmc5883l/Makefile.dep
Normal file
@ -0,0 +1,5 @@
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
|
||||
ifneq (,$(filter hmc5883l_int,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
endif
|
1
drivers/hts221/Makefile.dep
Normal file
1
drivers/hts221/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
FEATURES_REQUIRED += periph_i2c
|
3
drivers/ili9341/Makefile.dep
Normal file
3
drivers/ili9341/Makefile.dep
Normal file
@ -0,0 +1,3 @@
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
USEMODULE += xtimer
|
1
drivers/ina2xx/Makefile.dep
Normal file
1
drivers/ina2xx/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
FEATURES_REQUIRED += periph_i2c
|
6
drivers/ina3221/Makefile.dep
Normal file
6
drivers/ina3221/Makefile.dep
Normal file
@ -0,0 +1,6 @@
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
|
||||
ifneq (,$(filter ina3221_alerts,$(USEMODULE)))
|
||||
USEMODULE += periph_gpio_irq
|
||||
endif
|
4
drivers/io1_xplained/Makefile.dep
Normal file
4
drivers/io1_xplained/Makefile.dep
Normal file
@ -0,0 +1,4 @@
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_adc
|
||||
USEMODULE += at30tse75x
|
||||
USEMODULE += sdcard_spi
|
1
drivers/isl29020/Makefile.dep
Normal file
1
drivers/isl29020/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
FEATURES_REQUIRED += periph_i2c
|
2
drivers/isl29125/Makefile.dep
Normal file
2
drivers/isl29125/Makefile.dep
Normal file
@ -0,0 +1,2 @@
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
FEATURES_REQUIRED += periph_i2c
|
6
drivers/itg320x/Makefile.dep
Normal file
6
drivers/itg320x/Makefile.dep
Normal file
@ -0,0 +1,6 @@
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
USEMODULE += xtimer
|
||||
|
||||
ifneq (,$(filter itg320x_int,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
endif
|
1
drivers/jc42/Makefile.dep
Normal file
1
drivers/jc42/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
FEATURES_REQUIRED += periph_i2c
|
8
drivers/kw2xrf/Makefile.dep
Normal file
8
drivers/kw2xrf/Makefile.dep
Normal file
@ -0,0 +1,8 @@
|
||||
USEMODULE += luid
|
||||
USEMODULE += netif
|
||||
USEMODULE += ieee802154
|
||||
USEMODULE += netdev_ieee802154
|
||||
USEMODULE += core_thread_flags
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
7
drivers/kw41zrf/Makefile.dep
Normal file
7
drivers/kw41zrf/Makefile.dep
Normal file
@ -0,0 +1,7 @@
|
||||
USEMODULE += luid
|
||||
USEMODULE += netif
|
||||
USEMODULE += ieee802154
|
||||
USEMODULE += netdev_ieee802154
|
||||
USEMODULE += core_thread_flags
|
||||
USEMODULE += random
|
||||
USEMODULE += mcux_xcvr_mkw41z
|
1
drivers/l3g4200d/Makefile.dep
Normal file
1
drivers/l3g4200d/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
FEATURES_REQUIRED += periph_i2c
|
2
drivers/lc709203f/Makefile.dep
Normal file
2
drivers/lc709203f/Makefile.dep
Normal file
@ -0,0 +1,2 @@
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
10
drivers/lis2dh12/Makefile.dep
Normal file
10
drivers/lis2dh12/Makefile.dep
Normal file
@ -0,0 +1,10 @@
|
||||
ifneq (,$(filter lis2dh12_spi,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
else
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
endif
|
||||
|
||||
ifneq (,$(filter lis2dh12_int,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
endif
|
2
drivers/lis3dh/Makefile.dep
Normal file
2
drivers/lis3dh/Makefile.dep
Normal file
@ -0,0 +1,2 @@
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_spi
|
2
drivers/lis3mdl/Makefile.dep
Normal file
2
drivers/lis3mdl/Makefile.dep
Normal file
@ -0,0 +1,2 @@
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
USEMODULE += xtimer
|
2
drivers/lpd8808/Makefile.dep
Normal file
2
drivers/lpd8808/Makefile.dep
Normal file
@ -0,0 +1,2 @@
|
||||
USEMODULE += color
|
||||
FEATURES_REQUIRED += periph_gpio
|
1
drivers/lpsxxx/Makefile.dep
Normal file
1
drivers/lpsxxx/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
FEATURES_REQUIRED += periph_i2c
|
1
drivers/lsm303dlhc/Makefile.dep
Normal file
1
drivers/lsm303dlhc/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
FEATURES_REQUIRED += periph_i2c
|
2
drivers/lsm6dsl/Makefile.dep
Normal file
2
drivers/lsm6dsl/Makefile.dep
Normal file
@ -0,0 +1,2 @@
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
USEMODULE += xtimer
|
3
drivers/ltc4150/Makefile.dep
Normal file
3
drivers/ltc4150/Makefile.dep
Normal file
@ -0,0 +1,3 @@
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
USEMODULE += xtimer
|
1
drivers/mag3110/Makefile.dep
Normal file
1
drivers/mag3110/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
FEATURES_REQUIRED += periph_i2c
|
9
drivers/mhz19/Makefile.dep
Normal file
9
drivers/mhz19/Makefile.dep
Normal file
@ -0,0 +1,9 @@
|
||||
USEMODULE += xtimer
|
||||
|
||||
ifneq (,$(filter mhz19_pwm,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
endif
|
||||
|
||||
ifneq (,$(filter mhz19_uart,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_uart
|
||||
endif
|
1
drivers/mma7660/Makefile.dep
Normal file
1
drivers/mma7660/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
FEATURES_REQUIRED += periph_i2c
|
1
drivers/mma8x5x/Makefile.dep
Normal file
1
drivers/mma8x5x/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
FEATURES_REQUIRED += periph_i2c
|
1
drivers/motor_driver/Makefile.dep
Normal file
1
drivers/motor_driver/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
FEATURES_REQUIRED += periph_pwm
|
1
drivers/mpl3115a2/Makefile.dep
Normal file
1
drivers/mpl3115a2/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
FEATURES_REQUIRED += periph_i2c
|
2
drivers/mpu9x50/Makefile.dep
Normal file
2
drivers/mpu9x50/Makefile.dep
Normal file
@ -0,0 +1,2 @@
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
USEMODULE += xtimer
|
1
drivers/mq3/Makefile.dep
Normal file
1
drivers/mq3/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
FEATURES_REQUIRED += periph_adc
|
19
drivers/mrf24j40/Makefile.dep
Normal file
19
drivers/mrf24j40/Makefile.dep
Normal file
@ -0,0 +1,19 @@
|
||||
USEMODULE += xtimer
|
||||
USEMODULE += luid
|
||||
USEMODULE += netif
|
||||
USEMODULE += ieee802154
|
||||
USEMODULE += netdev_ieee802154
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
|
||||
ifneq (,$(filter mrf24j40m%,$(USEMODULE)))
|
||||
DEFAULT_MODULE += netdev_ieee802154_oqpsk
|
||||
|
||||
ifndef CONFIG_KCONFIG_MODULE_MRF24J40
|
||||
# all modules but mrf24j40ma have an external PA
|
||||
ifeq (,$(filter mrf24j40ma,$(USEMODULE)))
|
||||
CFLAGS += -DCONFIG_MRF24J40_USE_EXT_PA_LNA
|
||||
endif
|
||||
endif
|
||||
endif
|
11
drivers/mtd/Makefile.dep
Normal file
11
drivers/mtd/Makefile.dep
Normal file
@ -0,0 +1,11 @@
|
||||
ifneq (,$(filter mtd_at24cxxx,$(USEMODULE)))
|
||||
USEMODULE += at24cxxx
|
||||
endif
|
||||
|
||||
ifneq (,$(filter mtd_at25xxx,$(USEMODULE)))
|
||||
USEMODULE += at25xxx
|
||||
endif
|
||||
|
||||
ifneq (,$(filter mtd_sdcard,$(USEMODULE)))
|
||||
USEMODULE += sdcard_spi
|
||||
endif
|
2
drivers/mtd_flashpage/Makefile.dep
Normal file
2
drivers/mtd_flashpage/Makefile.dep
Normal file
@ -0,0 +1,2 @@
|
||||
FEATURES_REQUIRED += periph_flashpage
|
||||
FEATURES_REQUIRED += periph_flashpage_raw
|
1
drivers/mtd_spi_nor/Makefile.dep
Normal file
1
drivers/mtd_spi_nor/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
FEATURES_REQUIRED += periph_spi
|
2
drivers/my9221/Makefile.dep
Normal file
2
drivers/my9221/Makefile.dep
Normal file
@ -0,0 +1,2 @@
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
USEMODULE += xtimer
|
2
drivers/ncv7356/Makefile.dep
Normal file
2
drivers/ncv7356/Makefile.dep
Normal file
@ -0,0 +1,2 @@
|
||||
USEMODULE += can_trx
|
||||
FEATURES_REQUIRED += periph_gpio
|
4
drivers/nrf24l01p/Makefile.dep
Normal file
4
drivers/nrf24l01p/Makefile.dep
Normal file
@ -0,0 +1,4 @@
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
USEMODULE += xtimer
|
3
drivers/nvram_spi/Makefile.dep
Normal file
3
drivers/nvram_spi/Makefile.dep
Normal file
@ -0,0 +1,3 @@
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
USEMODULE += nvram
|
||||
USEMODULE += xtimer
|
2
drivers/opt3001/Makefile.dep
Normal file
2
drivers/opt3001/Makefile.dep
Normal file
@ -0,0 +1,2 @@
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
USEMODULE += xtimer
|
1
drivers/pca9633/Makefile.dep
Normal file
1
drivers/pca9633/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
FEATURES_REQUIRED += periph_i2c
|
6
drivers/pca9685/Makefile.dep
Normal file
6
drivers/pca9685/Makefile.dep
Normal file
@ -0,0 +1,6 @@
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
USEMODULE += xtimer
|
||||
|
||||
# efm32 CPU doesn't support PWM_RIGHT
|
||||
FEATURES_BLACKLIST += arch_efm32
|
3
drivers/pcd8544/Makefile.dep
Normal file
3
drivers/pcd8544/Makefile.dep
Normal file
@ -0,0 +1,3 @@
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
USEMODULE += xtimer
|
3
drivers/ph_oem/Makefile.dep
Normal file
3
drivers/ph_oem/Makefile.dep
Normal file
@ -0,0 +1,3 @@
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
USEMODULE += xtimer
|
3
drivers/pir/Makefile.dep
Normal file
3
drivers/pir/Makefile.dep
Normal file
@ -0,0 +1,3 @@
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
USEMODULE += xtimer
|
2
drivers/pn532/Makefile.dep
Normal file
2
drivers/pn532/Makefile.dep
Normal file
@ -0,0 +1,2 @@
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
2
drivers/pulse_counter/Makefile.dep
Normal file
2
drivers/pulse_counter/Makefile.dep
Normal file
@ -0,0 +1,2 @@
|
||||
USEMODULE += xtimer
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
5
drivers/qmc5883l/Makefile.dep
Normal file
5
drivers/qmc5883l/Makefile.dep
Normal file
@ -0,0 +1,5 @@
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
|
||||
ifneq (,$(filter qmc5883l_int,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
endif
|
1
drivers/rgbled/Makefile.dep
Normal file
1
drivers/rgbled/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
USEMODULE += color
|
4
drivers/rn2xx3/Makefile.dep
Normal file
4
drivers/rn2xx3/Makefile.dep
Normal file
@ -0,0 +1,4 @@
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_uart
|
||||
USEMODULE += xtimer
|
||||
USEMODULE += fmt
|
4
drivers/rtt_rtc/Makefile.dep
Normal file
4
drivers/rtt_rtc/Makefile.dep
Normal file
@ -0,0 +1,4 @@
|
||||
# Unit tests will use a mock implementation
|
||||
ifeq (,$(UNIT_TESTS))
|
||||
FEATURES_REQUIRED += periph_rtt
|
||||
endif
|
5
drivers/sdcard_spi/Makefile.dep
Normal file
5
drivers/sdcard_spi/Makefile.dep
Normal file
@ -0,0 +1,5 @@
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
FEATURES_OPTIONAL += periph_spi_reconfigure
|
||||
USEMODULE += checksum
|
||||
USEMODULE += xtimer
|
4
drivers/sdp3x/Makefile.dep
Normal file
4
drivers/sdp3x/Makefile.dep
Normal file
@ -0,0 +1,4 @@
|
||||
FEATURES_REQUIRED += periph_i2c
|
||||
FEATURES_REQUIRED += periph_gpio_irq
|
||||
USEMODULE += checksum
|
||||
USEMODULE += xtimer
|
1
drivers/sds011/Makefile.dep
Normal file
1
drivers/sds011/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
FEATURES_REQUIRED += periph_uart
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user