STM32: USB: endpoint buffer must be 4-bytes aligned
[bertos.git] / bertos / cpu / cortex-m3 / drv / usb_stm32.c
2010-09-27 arighiSTM32: USB: endpoint buffer must be 4-bytes aligned
2010-09-24 arighiSTM32: USB: coding style fixes
2010-09-23 arighiUSB: make use of standard byte order functions
2010-09-23 arighiUSB: coding style fixes (function naming)
2010-09-23 arighiUSB: coding style fixes (structure naming)
2010-09-23 arighiSTM32: USB: device, interface and endpoint status is...
2010-09-23 arighiSTM32: USB: always check host expected size
2010-09-22 arighiUSB: make all the read-only descriptors as const
2010-09-22 arighiSTM32: USB: support extended descriptors under a USB...
2010-09-22 arighiSTM32: USB: wLength field of the setup packet is in...
2010-09-22 arighiSTM32: USB: reduce logging verbosity
2010-09-22 arighiSTM32: USB: support EP0 read/write operations via stand...
2010-09-22 arighiSTM32: USB: always perform non-blocking I/O for EP0
2010-09-21 arighiSTM32: USB: properly catch device's GET_DESCRIPTOR...
2010-09-20 arighiUSB: add generic class/vendor request handling
2010-09-20 arighiSTM32: USB: remove unnecessary ASSERT()
2010-09-17 arighiSTM32: USB full-speed device driver