| Age | Commit message (Collapse) | Author |
|
git-svn-id: http://lufa-lib.googlecode.com/svn/tags/LUFA-120219@2061 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
trailing whitespace at the end of each line.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2007 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
Georg Glock).
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2006 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
device is an Android Accessory device; the Product ID and (later) Accessory protocol support is enough to probe AOA class support without having to maintain a list of Android device manufacture VID values.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2005 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2004 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
full pipe address support in USB host architectures other than the current AVR8 devices. Minor documentation improvements.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2003 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2002 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
attached device can be recovered from automatically without having to reset the Mass Storage interface.
Altered the Mass Storage Host LowLevel demo so that SCSI data STALLs from the attached device can be recovered from automatically without having to reset the Mass Storage interface.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2001 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
programming session is exited.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2000 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1999 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
MSB of the data byte on startup, not the LSB.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1998 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1997 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
board targets.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1996 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
mode demos.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1995 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1994 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
Accessory class driver.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1993 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
Add missing ATTR_NON_NULL_PTR_ARG and const decorations.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1992 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
USB_Host_GetDeviceDescriptor() and USB_Host_GetDeviceStringDescriptor() convenience functions so that they wrap the new function.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1991 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
USB_Host_GetInterfaceAltSetting() functions.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1990 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
constants to reduce code duplication.
Add missing Doxygen documentation.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1989 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
new Android Open Accessory Host ClassDriver demo.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1988 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
parameter in the bootloaders to ensure that the API jump tables are not discarded, rather than the previous C volatile pointer hack (thanks to Opendous Inc.).
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1987 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1986 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
that it is functionally complete.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1985 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
Accessory Host demo.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1984 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1983 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
interface configuration parser code (thanks to Opendous Inc.).
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1982 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1981 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
Add additional compile time errors to the XMEGA and AVR8 architectures if multiple USE_*_DESCRIPTORS compile time tokens are enabled.
Add support for the NO_INTERNAL_SERIAL compile time token on the XMEGA targets.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1980 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
compile time option is not enabled (thanks to Matthias).
Fixed broken compilation for the AVR32 devices if the NO_SOF_EVENTS compile time option was not enabled (thanks to Matthias).
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1979 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
driver source filenames to prevent ambiguities.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1978 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
(thanks to Laszlo Monda).
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1977 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
the USB clock frequency is provably incorrect.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1976 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
and converted to the native values on checkout.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1975 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
latest LUFA core API.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1974 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1973 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
applications only display valid COM port names for the PC it is run on, rather than all possible port names. Add missing property files to the TempDataLogger project host application.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1972 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
processing some control requests.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1971 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1970 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
USART-as-SPI transport driver still pending).
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1969 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
determination.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1968 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1967 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1966 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
More XMEGA USB core fixes.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1965 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
host PC.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1964 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
(thanks to Chuck Rohs).
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1963 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1962 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
number within a device, rather than just the maximum number for the AVR8 and UC3 targets of 0x07.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1961 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1960 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
when requested. Fix endpoint descriptor table so that the frame number is stored into the correct location. Add compile time option to source the USB clock from the PLL rather than the internal 32MHz RC oscillator.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1959 d5102386-fcda-11dd-9fdb-3debd5008f28
|