usb: Add st_usbfs_v2 for f0/l0 devices

Based on previous work, add a new driver for the v2 usb peripheral found on
stm32f0 and l0 devices.

Correspondingly, add a usb gadget zero test suite for the f0.  L0 device level
code isn't yet ready, but will add the test case when it moves in.

Work by Frantisek Burian, Kuldeep
Singh Dhaka, Robin Kreis, fenugrec and zyp on irc, and all those forgotten.
This commit is contained in:
Karl Palsson
2015-10-02 01:30:25 +00:00
parent cffaf1ee60
commit f5eb96caf3
10 changed files with 360 additions and 1 deletions

View File

@@ -44,6 +44,9 @@ OBJS += gpio_common_all.o gpio_common_f0234.o crc_common_all.o \
spi_common_f03.o flash_common_f01.o dac_common_all.o \
timer_common_all.o rcc_common_all.o crs.o
OBJS += usb.o usb_control.o usb_standard.o
OBJS += st_usbfs_core.o st_usbfs_v2.o
VPATH += ../../usb:../:../../cm3:../common
include ../../Makefile.include