add full speed option

This commit is contained in:
Bob-the-Kuhn
2018-03-17 12:56:44 -05:00
parent cbcd1ed42d
commit 23760d6c14
2 changed files with 10 additions and 306 deletions

View File

@@ -88,11 +88,17 @@
//! To define a Low speed device
//#define USB_DEVICE_LOW_SPEED
//! To define a Full speed device
//#define USB_DEVICE_FULL_SPEED
//! To authorize the High speed
#if (UC3A3||UC3A4)
# define USB_DEVICE_HS_SUPPORT
#elif (SAM3XA||SAM3U)
# define USB_DEVICE_HS_SUPPORT
#ifndef USB_DEVICE_FULL_SPEED
#if (UC3A3||UC3A4)
//# define USB_DEVICE_HS_SUPPORT
#elif (SAM3XA||SAM3U)
//# define USB_DEVICE_HS_SUPPORT
#endif
#endif
//@}