Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-27usb: make usb_disconnect() weakDavid Lamparter
2018-08-27usb: make strings "const char * const *"David Lamparter
2015-10-14usb: Improved comments of USB APIfenugrec
2015-07-29usb: provide typedefs for all the function callbacks.Kuldeep Singh Dhaka
2015-07-29usb: correctly document return type.Karl Palsson
2015-03-30usb: fetch endpoint 0 max size from descriptorKuldeep Singh Dhaka
2014-12-29[usb] fix user_callback_set_configFelix Ruess
2013-06-13Stile fixes run, 80 char boundry.Piotr Esden-Tempski
2013-06-13Changed to use stdint types.Piotr Esden-Tempski
2013-06-13First coarse run to fix coding style in locm3.Piotr Esden-Tempski
2013-04-26Change the way buffer for control requests data is allocatedAndrey Smirnov
2013-04-19Place generic USB header and source files into the documentation tree.Ken Sarkies
2012-11-14Merge branch 'master' of git://github.com/libopencm3/libopencm3 into upstream...Jeff Ciesielski
2012-11-07Change USB strings handling codeAndrey Smirnov
2012-09-13USB core updated for reentrance based on Christian Cier-Zniewski's branchJason Kotzin
2012-03-03License change of the library to LGPL, version 3 or later.Piotr Esden-Tempski
2012-02-13Add an interface for soft disconnection, and hook it up in the F107 driver.Mike Smith
2011-11-17usb: Fix some Doxygen comments.Uwe Hermann
2011-11-17usb: Coding-style fixes.Uwe Hermann
2011-10-29Fixed some F105/F107 USB issues. Added user callback on SOF.Gareth McMullin
2011-03-29Added 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-31Cosmetics, consistency fixes, fix compiler warnings.Uwe Hermann
2011-01-30Abstracted USB driver interface to to allow driver selection.Gareth McMullin
2010-12-31Some more file/path restructuring.Uwe Hermann
2010-12-30More renames for libopenstm32 -> libopencm3.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-02Initial USB device stack for STM32.Uwe Hermann