STM32: USB: support EP0 read/write operations via standard interface
authorarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 22 Sep 2010 10:18:31 +0000 (10:18 +0000)
committerarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 22 Sep 2010 10:18:31 +0000 (10:18 +0000)
commitaaa7697cfcd622a8d6ea4e5a30b5f2bc25cd77e9
treed9a5636e8807b0654b6fb1468982f4f5fc5177ac
parent08eb84f9adca434cbc682642aea5f3a7aea17187
STM32: USB: support EP0 read/write operations via standard interface

Allow to submit EP0 read/write requests using the standard interface
usb_ep_read/write().

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4256 38d2e660-2303-0410-9eaa-f027e97ec537
bertos/cpu/cortex-m3/drv/usb_stm32.c