Added USB (specifically CDC-ACM) support
This commit is contained in:
parent
3af69d229a
commit
9d5a2aed80
18 changed files with 2079 additions and 4 deletions
16
cpu/at91sam7s/usb/usb-config.h
Normal file
16
cpu/at91sam7s/usb/usb-config.h
Normal file
|
@ -0,0 +1,16 @@
|
|||
#ifndef __USB_CONFIG_H__LEIURX7H18__
|
||||
#define __USB_CONFIG_H__LEIURX7H18__
|
||||
|
||||
#ifndef CTRL_EP_SIZE
|
||||
#define CTRL_EP_SIZE 8
|
||||
#endif
|
||||
|
||||
#ifndef NON_CTRL_XFER_SIZE
|
||||
#define NON_CTRL_XFER_SIZE 64
|
||||
#endif
|
||||
|
||||
#ifndef MAX_CTRL_DATA
|
||||
#define MAX_CTRL_DATA 128
|
||||
#endif
|
||||
|
||||
#endif /* __USB_CONFIG_H__LEIURX7H18__ */
|
Loading…
Add table
Add a link
Reference in a new issue