Update USB Device Stack to support more device controllers;

Pass USB CV test verification;
Code cleanup;
This commit is contained in:
shaolin
2014-02-16 17:42:35 +08:00
parent db02f56283
commit 8fd0a7f9c6
8 changed files with 2188 additions and 1050 deletions
@@ -13,9 +13,6 @@ if GetDepend('RT_USB_DEVICE_CDC'):
if GetDepend('RT_USB_DEVICE_MSTORAGE'):
src += Glob('class/mstorage.c')
if GetDepend('RT_USB_DEVICE_RNDIS'):
src += Glob('class/rndis.c')
CPPPATH = [cwd]
group = DefineGroup('DeviceDrivers', src, depend = ['RT_USING_USB_DEVICE'], CPPPATH = CPPPATH)