STM32 F4 OTGHS device controller driver from Brennan Ashton

This commit is contained in:
Gregory Nutt 2014-11-20 07:19:04 -06:00
parent 7ab214d811
commit 184ebdf191
2 changed files with 5641 additions and 0 deletions

View file

@ -130,6 +130,9 @@ endif
ifeq ($(CONFIG_STM32_OTGFS),y)
CHIP_CSRCS += stm32_otgfsdev.c
endif
ifeq ($(CONFIG_STM32_OTGHS),y)
CHIP_CSRCS += stm32_otghsdev.c
endif
endif
ifeq ($(CONFIG_USBHOST),y)

File diff suppressed because it is too large Load diff