mirror of
https://github.com/apache/nuttx.git
synced 2026-09-02 07:03:04 +00:00
STM32 F4 OTGHS device controller driver from Brennan Ashton
This commit is contained in:
parent
7ab214d811
commit
184ebdf191
2 changed files with 5641 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
5638
arch/arm/src/stm32/stm32_otghsdev.c
Normal file
5638
arch/arm/src/stm32/stm32_otghsdev.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue