1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 14:03:55 +01:00
Koen Zandberg 329727784b
Revert "boards/stm32f429-disc*: do not use periph_usbdev_hs"
This reverts commit 05160f9c2adc372f09ea4b7d1213a2ba8327a003.
2023-03-31 16:43:51 +02:00

23 lines
452 B
Makefile

ifneq (,$(filter periph_usbdev,$(USEMODULE)))
USEMODULE += periph_usbdev_hs
endif
ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += saul_gpio
USEMODULE += l3gxxxx
endif
ifneq (,$(filter disp_dev,$(USEMODULE)))
USEMODULE += ili9341
endif
ifneq (,$(filter touch_dev,$(USEMODULE)))
USEMODULE += stmpe811_i2c
endif
ifneq (,$(filter l3gxxxx,$(USEMODULE)))
USEMODULE += i3g4250d
USEMODULE += l3gd20
USEMODULE += l3gxxxx_spi
endif