Skip to content
Snippets Groups Projects
Commit cba8179c authored by Gregory Nutt's avatar Gregory Nutt
Browse files

STM32 F4 OTGHS device controller driver from Brennan Ashton

parent 6f94e5e4
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
This diff is collapsed.
......@@ -68,7 +68,7 @@ ifeq ($(CONFIG_STM32_FSMC),y)
CSRCS += stm32_extmem.c
endif
ifeq ($(CONFIG_STM32_OTGFHS),y)
ifeq ($(CONFIG_STM32_OTGHS),y)
CSRCS += stm32_usb.c
endif
......
......@@ -52,7 +52,7 @@
#include "up_arch.h"
#include "stm32.h"
#include "stm32_otgfs.h"
#include "stm32_otghs.h"
#include "stm32f429i-disco.h"
#ifdef CONFIG_STM32_OTGHS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment