aboutsummaryrefslogtreecommitdiff
path: root/lib/usb/usb_f107.c
AgeCommit message (Expand)Author
2012-03-02License change of the library to LGPL, version 3 or later.Piotr Esden-Tempski
2012-02-12Add an interface for soft disconnection, and hook it up in the F107 driver.Mike Smith
2011-12-17Added USB example for stm32f4.Gareth McMullin
2011-11-17usb: Coding-style fixes.Uwe Hermann
2011-11-12Only allow one packet in TX fifos.Gareth McMullin
2011-10-31usb_f107: Fixed lost 4 bytes on control OUT transaction.Gareth McMullin
2011-10-29Merge remote-tracking branch 'fnoble/stm32f2'Uwe Hermann
2011-10-29Restored OTG clock enable in RCC in f107 usb init.Gareth McMullin
2011-10-29Fixed some F105/F107 USB issues. Added user callback on SOF.Gareth McMullin
2011-10-12Fixing some header referencesFergus Noble
2011-07-13Move enabling the USB Clock into stm32f10x_usbd_initUwe Bonnes
2011-04-04Fixed stm32f107 usb driver to allow calling usbd_poll from irq handler.Gareth McMullin
2011-03-30Added usbd_ep_nak_set() to force flow control on OUT endpoints.Gareth McMullin
2011-03-15Fixed non-control endpoints for connectivity line USB.Gareth McMullin
2011-03-14Connectivity line USB driver now enumerating correctly.Gareth McMullin
2011-02-20USB driver for Connectivity-line devices partially working.Gareth McMullin
2011-02-10Minor cleanup of usb. Template driver for STM32F107 added.Gareth McMullin