Added USB (specifically CDC-ACM) support

This commit is contained in:
ksb 2007-09-01 10:00:35 +00:00
parent 3af69d229a
commit 9d5a2aed80
18 changed files with 2079 additions and 4 deletions

View file

@ -0,0 +1,7 @@
#ifndef __CDC_ACM_H__UFV6K50827__
#define __CDC_ACM_H__UFV6K50827__
void
usb_cdc_acm_setup();
#endif /* __CDC_ACM_H__UFV6K50827__ */