2023-03-31 16:43:51 +02:00
|
|
|
ifneq (,$(filter periph_usbdev,$(USEMODULE)))
|
|
|
|
USEMODULE += periph_usbdev_hs
|
|
|
|
endif
|
|
|
|
|
2023-07-21 17:06:31 +02:00
|
|
|
ifneq (,$(filter periph_fmc,$(USEMODULE)))
|
|
|
|
FEATURES_REQUIRED += periph_fmc_16bit
|
|
|
|
endif
|
|
|
|
|
2018-03-16 08:31:57 +01:00
|
|
|
ifneq (,$(filter saul_default,$(USEMODULE)))
|
|
|
|
USEMODULE += saul_gpio
|
2021-11-07 23:42:16 +01:00
|
|
|
USEMODULE += l3gxxxx
|
2018-03-16 08:31:57 +01:00
|
|
|
endif
|
2020-06-24 08:50:08 +02:00
|
|
|
|
|
|
|
ifneq (,$(filter disp_dev,$(USEMODULE)))
|
|
|
|
USEMODULE += ili9341
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifneq (,$(filter touch_dev,$(USEMODULE)))
|
2021-10-23 12:09:27 +02:00
|
|
|
USEMODULE += stmpe811_i2c
|
2020-06-24 08:50:08 +02:00
|
|
|
endif
|
2021-11-07 23:42:16 +01:00
|
|
|
|
|
|
|
ifneq (,$(filter l3gxxxx,$(USEMODULE)))
|
|
|
|
USEMODULE += i3g4250d
|
|
|
|
USEMODULE += l3gd20
|
|
|
|
USEMODULE += l3gxxxx_spi
|
|
|
|
endif
|