mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
drivers: introduce feture periph_usbdev_hs
To be able to define configurations like EP data sizes depending on whether full-speed or high-speed USB device peripherals are used, the feature `periph_usbdev_hs` is introduced.
This commit is contained in:
parent
bcd550bc68
commit
744f59a2f0
@ -142,10 +142,16 @@ endif
|
||||
|
||||
ifneq (,$(filter periph_usbdev_hs_ulpi,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_usbdev_hs_ulpi
|
||||
USEMODULE += periph_usbdev_hs
|
||||
endif
|
||||
|
||||
ifneq (,$(filter periph_usbdev_hs_utmi,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_usbdev_hs_utmi
|
||||
USEMODULE += periph_usbdev_hs
|
||||
endif
|
||||
|
||||
ifneq (,$(filter periph_usbdev_hs,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_usbdev_hs
|
||||
endif
|
||||
|
||||
ifneq (,$(filter pn532_i2c,$(USEMODULE)))
|
||||
|
Loading…
Reference in New Issue
Block a user