index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
LUFA
/
Drivers
/
USB
/
Core
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Complete USB XMEGA interrupt control subsystem code in the core USB driver.
Dean Camera
2011-07-15
7
-25
/
+158
*
Complete initial revision of the XMEGA Clock Management platform driver.
Dean Camera
2011-07-14
2
-1
/
+6
*
Update UC3 platform driver support to use the bitmasks defined in the header ...
Dean Camera
2011-07-14
1
-4
/
+21
*
More XMEGA USB AVR device port work - re-add missing Endpoint stream function...
Dean Camera
2011-07-14
3
-11
/
+69
*
Implementation of several key core USB driver functions for the new USB XMEGA...
Dean Camera
2011-07-14
4
-122
/
+124
*
Correct the maximum banks per endpoint information macros for the UC3A3 and U...
Dean Camera
2011-07-14
1
-7
/
+7
*
Add support for triple endpoint/pipe bank AVR32 UC3 devices.
Dean Camera
2011-07-14
3
-2
/
+24
*
Add missing ENDPOINT_DETAILS_EP7 macro for the UC3A3/UC3A4 devices.
Dean Camera
2011-07-14
1
-1
/
+2
*
Added Device Qualifier standard descriptor structure definitions USB_StdDescr...
Dean Camera
2011-07-14
1
-0
/
+47
*
Add high speed USB support for the UC3 devices containing a high speed USB co...
Dean Camera
2011-07-14
4
-51
/
+83
*
Add start of an architecture port to the Atmel USB XMEGA devices.
Dean Camera
2011-07-13
23
-2
/
+2954
*
Remove unneeded #include of Device.h in StdDescriptors.h breaking compilation...
Dean Camera
2011-07-13
1
-4
/
+0
*
Fixed error in the pipe unordered allocation algorithm for the AVR8 devices b...
Dean Camera
2011-07-12
2
-12
/
+4
*
Add more missing function attributes to the TWI peripheral driver.
Dean Camera
2011-07-12
1
-1
/
+1
*
Add missing function attributes.
Dean Camera
2011-07-12
6
-6
/
+8
*
Added new USB_Host_GetDeviceStatus() function for USB Host mode.
Dean Camera
2011-07-12
2
-10
/
+37
*
More endianness porting of the LUFA device mode class drivers.
Dean Camera
2011-07-11
2
-0
/
+30
*
Minor documentation and style fixes.
Dean Camera
2011-07-11
2
-4
/
+4
*
Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnum...
Dean Camera
2011-07-08
27
-449
/
+301
*
Tighten up the implementations of the USB_Device_SetDeviceAddress(), USB_Cont...
Dean Camera
2011-07-06
4
-61
/
+61
*
Merge over core library changes from the MultiArchDemos branch.
Dean Camera
2011-06-29
2
-2
/
+5
*
Minor internal macro renaming for the UC3 devices.
Dean Camera
2011-06-20
5
-12
/
+12
*
Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was ...
Dean Camera
2011-06-20
17
-5
/
+155
*
Add macro guards to the templated C files to prevent compile errors if they a...
Dean Camera
2011-06-14
8
-2
/
+272
*
Fix compile errors when both Host and Device modes are enabled.
Dean Camera
2011-06-09
3
-3
/
+3
*
Pipe_BoundEndpointNumber() has been renamed to Pipe_GetBoundEndpointAddress()...
Dean Camera
2011-06-08
4
-24
/
+14
*
Fix compile errors when compiling for the AVR32 UC3 target.
Dean Camera
2011-06-08
2
-0
/
+2
*
Massive corrections to the project documentation and code comments, thanks to...
Dean Camera
2011-06-05
8
-9
/
+9
*
Added new callback to the Audio Class driver to allow for endpoint control ma...
Dean Camera
2011-06-03
1
-2
/
+2
*
Spell check library source code files.
Dean Camera
2011-06-01
8
-10
/
+10
*
Altered the definition of the USB_Audio_Descriptor_Format_t descriptor so tha...
Dean Camera
2011-05-30
4
-6
/
+6
*
Add new USB_Host_SetInterfaceAltSetting() convenience function.
Dean Camera
2011-05-27
4
-0
/
+60
*
Fix incorrect macro guard in the UC3 EndpointStream header file.
Dean Camera
2011-05-26
1
-2
/
+2
*
Copy out the EndpointStream and PipeStream functions to each architecture, so...
Dean Camera
2011-05-26
18
-1061
/
+2548
*
Fixed possible invalid program execution when in host mode if corrupt descrip...
Dean Camera
2011-05-14
5
-21
/
+54
*
Add __VA_ARGS__ support to the LUFA supplied ISR macro. Add proper result typ...
Dean Camera
2011-04-25
5
-17
/
+23
*
Fix reversed descriptions for the AVR8 USB pad regulator enable/disable masks...
Dean Camera
2011-04-20
2
-3
/
+4
*
Add missing function attributes to the pipe/endpoint functions for all archit...
Dean Camera
2011-04-12
10
-6
/
+14
*
Remove redundant type information for bitfield elements, other than the signe...
Dean Camera
2011-04-10
4
-4
/
+4
*
Move global interrupt enable/disable functions out to Common.h and document t...
Dean Camera
2011-04-08
7
-79
/
+13
*
Correct UC3 global interrupt functions.
Dean Camera
2011-04-08
3
-4
/
+5
*
Add in a new common Delay_MS() function, which provides a blocking delay for ...
Dean Camera
2011-04-08
11
-56
/
+133
*
Oops - fix misnamed function call in Pipe_Discard_Stream().
Dean Camera
2011-04-04
1
-1
/
+1
*
Oops - fix incorrect variable name in the updated Pipe_Write_8() function.
Dean Camera
2011-04-04
1
-1
/
+1
*
Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...
Dean Camera
2011-04-04
8
-270
/
+268
*
Conditionally add available address spaces to the address space enum, for mul...
Dean Camera
2011-04-04
1
-0
/
+4
*
Ensure the library builds cleanly in device mode for architectures lacking mu...
Dean Camera
2011-03-27
1
-11
/
+20
*
Add in new architecture attribute defines to selectively remove the EEPROM an...
Dean Camera
2011-03-21
8
-144
/
+207
*
F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc...
Dean Camera
2011-03-21
3
-8
/
+7
*
Fix bugs in the new VirtualSerialMassStorage demo (thanks to Martin Degelsegg...
Dean Camera
2011-03-16
1
-2
/
+5
[prev]
[next]