| Age | Commit message (Collapse) | Author |
|
git-svn-id: http://lufa-lib.googlecode.com/svn/tags/LUFA-111009@1942 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
the XMEGA files are properly cleaned on request.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1881 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
files over raw constants.
Start implementation of XMEGA platform drivers.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1880 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
functions, remove unnecessary internal functions.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1879 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
XMEGA devices.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1878 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
UC3A4 devices.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1877 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1876 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
MultiArchDemos: Correct usage of updated INTC_RegisterGroupHandler() in the ported demos.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1875 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
USB_StdDescriptor_DeviceQualifier_t and USB_Descriptor_DeviceQualifier_t.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1874 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
controller.
Add device support preprocessor checks and use symbolic bit names in the UC3 platform clock management driver.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1873 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
and an incorrect function prototype.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1871 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1870 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1869 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
compilation for some user projects.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1868 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1867 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1865 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
breaking compatibility with some devices.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1864 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
Fix incorrect standard request name in the host standard request driver.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1863 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1862 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1861 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
chances of invalid usage.
Fix duplicated LED driver functions in the Doxygen documentation.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1860 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1859 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
Add endianness information to the class driver and core structure definitions.
Move out the unused Ethernet_Frame_Info_t structure definition to the RNDIS device demos where it is needed.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1858 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1857 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
to forward references.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1856 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
RingBuffer driver.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1855 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1854 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1853 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
AndroidAccessoryHost demo with an intelligent search for the correct interface in the device matching the correct class/subclass/protocol values.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1852 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
demos and projects.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1851 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
EVENT_USB_Host_DeviceEnumerationComplete() event callback for device configuration instead of manual host state machine manipulations in the main application task.
Added new USB_Host_ConfigurationNumber global variable to indicate the selected configuration in an attached device.
Renamed global state variables that are specific to a certain USB mode to clearly indicate which mode the variable relates to, by changing the USB_* prefix to USB_Device_* or USB_Host_*.
Removed the HOST_STATE_WaitForDeviceRemoval and HOST_STATE_Suspended host state machine states, as these are no longer required.
Altered the USB_Host_SetDeviceConfiguration() function to update the new USB_Host_ConfigurationNumber global as required.
Moved out the Host mode standard request convenience/helper functions from the architecture specific Host driver files to the architecture agnostic HostStandardReq.c driver file.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1850 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1849 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
USB_Controller_Reset() and USB_PLL_On() functions for the AVR8 devices.
Minor corrections to the documentation of the USB_Control_Request_t enum.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1848 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
Slight improvements to the ADC peripheral driver example in the manual.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1847 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
header file inside the library, for future expansion.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1846 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
user projects to reduce the compiled application size.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1845 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
the device, remove reference to unavailable (and not needed) local variable.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1844 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1843 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1842 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
strncpy() to save on manual null-termination.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1841 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1840 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1839 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
switch it to use the CDC Class Driver descriptor definitions.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1838 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
structure definitions to clearly indicate what descriptors belong to which interface.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1837 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1836 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
the incomplete Android Accessory Mode Host demo. Improve Android Accessory Mode protocol support to correctly query the device's supported protocol and send the approriate device information strings.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1835 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1831 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
switch statement when selecting the audio request type for clarity.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1830 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
Fix inverted LEDs_GetLEDs() result for the EVK1100 and EVK1101 boards.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1826 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1825 d5102386-fcda-11dd-9fdb-3debd5008f28
|