54 Commits (f4cd74a741084decb805d8dd15253f77f404ad24)

Author SHA1 Message Date
Alexandru Gagniuc 0819a49411 usb_control: Mark the control pipe as IDLE after a STALL 12 years ago
Federico Ruiz Ugalde 60bdf4eebd stm32f3: f1 usb header files moved to stm32 root directory. 12 years ago
Piotr Esden-Tempski 2f425af647 [Style] A small coding style fixing session. 12 years ago
Piotr Esden-Tempski cabbd21329 Reverted the __packed and __aligned change. 12 years ago
Piotr Esden-Tempski 8da7fbd71e Changed to use accessors instead of casting to volatile pointers. 12 years ago
Piotr Esden-Tempski 39fa9e4c58 Stile fixes run, 80 char boundry. 12 years ago
Piotr Esden-Tempski 34de1e776e Changed to use stdint types. 12 years ago
Piotr Esden-Tempski 7df63fcae0 First coarse run to fix coding style in locm3. 12 years ago
Andrey Smirnov 113e5c22e6 Change the way buffer for control requests data is allocated 12 years ago
Ken Sarkies 1374d2622b Place generic USB header and source files into the documentation tree. 12 years ago
Piotr Esden-Tempski 80fd23580a Fix all warnings for stm32f1 lib. 12 years ago
Andrey Smirnov 720e85f850 Further re-factor USB string handling code 12 years ago
Andrey Smirnov c5c4db0196 Extend control hook framework 12 years ago
Andrey Smirnov 7a5da60e26 Change USB strings handling code 12 years ago
Jason Kotzin 34beeae925 USB core updated for reentrance based on Christian Cier-Zniewski's branch 12 years ago
Jason Kotzin 4958fae906 fixing usb and alignment issue 12 years ago
Piotr Esden-Tempski 43561de329 License change of the library to LGPL, version 3 or later. 13 years ago
Mike Smith 7da1967056 Add an interface for soft disconnection, and hook it up in the F107 driver. 13 years ago
Gareth McMullin 0731bba610 usb: Added support for Interface Association descriptors. 13 years ago
Gareth McMullin 651917aeb4 Added USB example for stm32f4. 13 years ago
Uwe Hermann 373794ab68 usb: Fix some Doxygen comments. 13 years ago
Uwe Hermann 3e9b9cb345 usb: Coding-style fixes. 13 years ago
Gareth McMullin 30e188cf07 Only allow one packet in TX fifos. 13 years ago
Gareth McMullin e0fe43357d usb_f107: Fixed lost 4 bytes on control OUT transaction. 13 years ago
Gareth McMullin 284be93037 Restored OTG clock enable in RCC in f107 usb init. 13 years ago
Gareth McMullin b05a5dcf2a Fixed some F105/F107 USB issues. Added user callback on SOF. 13 years ago
Fergus Noble 14dcda91b0 Fixing some more header references 13 years ago
Fergus Noble 7518bc83c1 Fixing some header references 13 years ago
Fergus Noble 71909482de Fixing some more header references 13 years ago
Fergus Noble 59c1c40e2c Fixing some header references 13 years ago
Uwe Bonnes 32c276a708 Move enabling the USB Clock into stm32f10x_usbd_init 14 years ago
Gareth McMullin 7434d50fda Check index bounds on usb string descriptor request. 14 years ago
Gareth McMullin 3d820c6ed7 Fixed stm32f107 usb driver to allow calling usbd_poll from irq handler. 14 years ago
Gareth McMullin ef0ff192f7 Added usbd_ep_nak_set() to force flow control on OUT endpoints. 14 years ago
Gareth McMullin 6bbc4c2f7c Fixed non-control endpoints for connectivity line USB. 14 years ago
Gareth McMullin bf0d1a7b41 Connectivity line USB driver now enumerating correctly. 14 years ago
Gareth McMullin 554feb7f27 USB driver for Connectivity-line devices partially working. 14 years ago
Gareth McMullin e64a9d2bf9 Minor cleanup of usb. Template driver for STM32F107 added. 14 years ago
Uwe Hermann a0091f18c7 Cosmetics, consistency fixes, fix compiler warnings. 14 years ago
Gareth McMullin aac65d8560 Abstracted USB driver interface to to allow driver selection. 14 years ago
Gareth McMullin 193a1ed3b8 Reset CTR flag for endpoint from usbd_poll if no callback. 14 years ago
Gareth McMullin f87170e06e Clear user control request handlers on set_configuration request. 14 years ago
Uwe Hermann 8f251e8a9d Some more file/path restructuring. 14 years ago
Uwe Hermann 18790a2454 More renames for libopenstm32 -> libopencm3. 14 years ago
Uwe Hermann be2ac142d9 Rename include/libopenstm32 to include/stm32. 14 years ago
Uwe Hermann 17b2e87ba3 Factor out cm3/common.h and cm3/memorymap.h. 14 years ago
Uwe Hermann b5727a6c73 USB: Cosmetics and coding-style fixes. 14 years ago
Uwe Hermann c39eb69e4d Replace uint8_t with u8 et al, fix whitespace. 14 years ago
Uwe Hermann 34fd228bf9 Move generic USB stuff to a subdir, dedupe .h files. 14 years ago
Uwe Hermann f062777930 More whitespace fixes. 14 years ago