stm32:l4: Enable USB FS support

Reviewed against RM0394 and tested with STM32L433CC.
Aparently some other L4 have USB OTG.
This commit is contained in:
Bruno Randolf
2017-12-20 20:11:37 +00:00
committed by Karl Palsson
parent de39ab1584
commit 075ef82a4b
5 changed files with 36 additions and 0 deletions

View File

@@ -54,6 +54,9 @@ OBJS += dma_common_l1f013.o
OBJS += iwdg_common_all.o
OBJS += rtc_common_l1f024.o
OBJS += usb.o usb_control.o usb_standard.o
OBJS += st_usbfs_core.o st_usbfs_v2.o
VPATH += ../../usb:../:../../cm3:../common
VPATH += ../../ethernet