aboutsummaryrefslogtreecommitdiff
path: root/lib/usb/usb_f103.c
AgeCommit message (Expand)Author
2013-02-26Fix all warnings for stm32f1 lib.Piotr Esden-Tempski
2012-09-13USB core updated for reentrance based on Christian Cier-Zniewski's branchJason Kotzin
2012-03-02License change of the library to LGPL, version 3 or later.Piotr Esden-Tempski
2011-11-17usb: Fix some Doxygen comments.Uwe Hermann
2011-11-17usb: Coding-style fixes.Uwe Hermann
2011-10-29Merge remote-tracking branch 'fnoble/stm32f2'Uwe Hermann
2011-10-29Fixed some F105/F107 USB issues. Added user callback on SOF.Gareth McMullin
2011-10-12Fixing some more header referencesFergus Noble
2011-10-12Fixing some header referencesFergus Noble
2011-07-13Move enabling the USB Clock into stm32f10x_usbd_initUwe Bonnes
2011-03-30Added usbd_ep_nak_set() to force flow control on OUT endpoints.Gareth McMullin
2011-02-10Minor cleanup of usb. Template driver for STM32F107 added.Gareth McMullin
2011-01-30Abstracted USB driver interface to to allow driver selection.Gareth McMullin
2011-01-30Reset CTR flag for endpoint from usbd_poll if no callback.Gareth McMullin
2010-12-31Some more file/path restructuring.Uwe Hermann
2010-12-30More renames for libopenstm32 -> libopencm3.Uwe Hermann
2010-12-30Rename include/libopenstm32 to include/stm32.Uwe Hermann
2010-12-30Factor out cm3/common.h and cm3/memorymap.h.Uwe Hermann
2010-12-29USB: Cosmetics and coding-style fixes.Uwe Hermann
2010-12-29Replace uint8_t with u8 et al, fix whitespace.Uwe Hermann
2010-12-29Move generic USB stuff to a subdir, dedupe .h files.Uwe Hermann
2010-12-29More whitespace fixes.Uwe Hermann
2010-11-04Fixed HALT condition handling and data toggle.Gareth McMullin
2010-11-04add standard requestMartin Mueller
2010-11-02Initial USB device stack for STM32.Uwe Hermann