Added USB (specifically CDC-ACM) support
This commit is contained in:
parent
3af69d229a
commit
9d5a2aed80
18 changed files with 2079 additions and 4 deletions
9
cpu/at91sam7s/usb/descriptors.h
Normal file
9
cpu/at91sam7s/usb/descriptors.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#ifndef __DESCRIPTORS_H__RPFUB8O7OV__
|
||||
#define __DESCRIPTORS_H__RPFUB8O7OV__
|
||||
|
||||
#include "usb.h"
|
||||
#include <usb-config.h>
|
||||
|
||||
extern const struct usb_st_device_descriptor device_descriptor;
|
||||
extern const struct usb_st_configuration_descriptor const *configuration_head;
|
||||
#endif /* __DESCRIPTORS_H__RPFUB8O7OV__ */
|
Loading…
Add table
Add a link
Reference in a new issue