STM32: USB: always check host expected size
[bertos.git] / bertos / cpu / cortex-m3 / drv / usb_stm32.c
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