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
/
HighLevel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up and add more comments to the AVRISP-MKII project. Make sure the SPI_...
Dean Camera
2010-01-17
1
-3
/
+9
*
Fix XPLAIN Dataflash and LED drivers.
Dean Camera
2010-01-07
1
-1
/
+1
*
Update copyright year to 2010.
Dean Camera
2009-12-30
12
-24
/
+24
*
Fix MIT license language to make its intent clearer.
Dean Camera
2009-12-28
12
-84
/
+84
*
Added new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAKEUP compile time options.
Dean Camera
2009-12-20
1
-0
/
+1
*
Oops - wrong casting on the Configuration Descriptor pointer advance routine.
Dean Camera
2009-12-13
1
-1
/
+1
*
Use -pedantic compile time option to find and correct several minor code errors.
Dean Camera
2009-12-13
1
-1
/
+1
*
Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...
Dean Camera
2009-12-09
2
-7
/
+9
*
Added CDC_Host_Flush() function to the CDC Host Class driver to flush sent da...
Dean Camera
2009-11-30
1
-0
/
+1
*
Fixed USB driver failing to define the PLL prescaler mask for the ATMEGA8U2 a...
Dean Camera
2009-11-29
1
-11
/
+11
*
Added new XPLAIN serial Bridge project (thanks to John Steggall for the softw...
Dean Camera
2009-11-25
1
-1
/
+1
*
Fixed broken USB_GetNextDescriptor() function causing the descriptor to jump ...
Dean Camera
2009-11-24
1
-3
/
+3
*
Fixed misnamed SI_Host_USBTask() and SI_Host_ConfigurePipes() functions.
Dean Camera
2009-11-23
1
-1
/
+1
*
The incomplete StandaloneProgrammer project now uses Host and Device Mass sto...
Dean Camera
2009-11-23
1
-2
/
+51
*
Fix doxygen documentation - doxygen was getting confused on the variable-leng...
Dean Camera
2009-11-17
1
-5
/
+5
*
Fixed HOST_STATE_AS_GPIOR being ignored whilst in Host mode (thanks to David ...
Dean Camera
2009-11-16
2
-4
/
+9
*
Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function t...
Dean Camera
2009-11-13
2
-5
/
+5
*
Update CDC Class Driver character stream functions to use the correct avr-lib...
Dean Camera
2009-11-10
1
-2
/
+2
*
Spell check all source code variables, comments and strings.
Dean Camera
2009-11-09
2
-3
/
+3
*
Add optional pipe double banking support to the Host mode Class drivers.
Dean Camera
2009-11-07
2
-10
/
+10
*
Add double banking property to LUFA powered projects in the Projects director...
Dean Camera
2009-11-06
1
-1
/
+1
*
Fix AudioOutput and AudioInput class driver demos' descriptors -- incorrect v...
Dean Camera
2009-10-14
1
-5
/
+24
*
Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function ret...
Dean Camera
2009-09-17
1
-0
/
+1
*
Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...
Dean Camera
2009-09-09
3
-230
/
+325
*
Corrected incorrect signature bytes for the AT90USB82 and added support for t...
Dean Camera
2009-09-07
1
-2
/
+8
*
Removed unused INCLUDE_FROM_BOARD_DRIVER internal define from the board drive...
Dean Camera
2009-08-31
1
-1
/
+1
*
Changed the parameters and behaviour of the USB_GetDeviceConfigDescriptor() f...
Dean Camera
2009-08-31
2
-29
/
+46
*
Add LOAD ADDRESS command parsing to the V2 Protocol hander in the AVRISP proj...
Dean Camera
2009-08-20
1
-1
/
+1
*
Added beginnings of a new AVRISP-MKII clone project.
Dean Camera
2009-08-17
2
-3
/
+3
*
Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_De...
Dean Camera
2009-08-16
2
-0
/
+20
*
Make Benito ping-pong LED code more explicit, using masks of the TX and RX LE...
Dean Camera
2009-08-07
2
-7
/
+10
*
Changed over manual loops waiting for endpoints to be ready to use the librar...
Dean Camera
2009-08-05
1
-2
/
+2
*
Fix incorrect Event call name in USBInterrupt.c.
Dean Camera
2009-08-05
1
-1
/
+1
*
Renamed all library events to properly seperate out Device and Host mode even...
Dean Camera
2009-08-05
5
-164
/
+97
*
Removed interrupt disable/enable from the Device mode control request process...
Dean Camera
2009-08-02
3
-8
/
+2
*
Renamed USB_Device_SetHighSpeed() to USB_Device_SetFullSpeed() so that the co...
Dean Camera
2009-07-31
1
-1
/
+4
*
Fix redefinition warning when USB_DEVICE_ONLY is set on an AVR which does not...
Dean Camera
2009-07-30
1
-1
/
+3
*
Cleanup USBMode.h to simplify preprocessor logic.
Dean Camera
2009-07-29
1
-21
/
+10
*
Better solution - change compile time token names to DEVICE_STATE_AS_GPIOR an...
Dean Camera
2009-07-28
2
-13
/
+19
*
Added HOST_STATE_AS_GPIOR1 and DEVICE_STATE_AS_GPIOR0 compile time options, t...
Dean Camera
2009-07-28
2
-34
/
+52
*
Ensure that the USB_DeviceState variable is properly set upon wakeup events, ...
Dean Camera
2009-07-23
1
-1
/
+1
*
Added new USB_DeviceState variable to keep track of the current Device mode U...
Dean Camera
2009-07-21
4
-71
/
+54
*
Added support for the new ATMEGA32U2, ATMEGA16U2 and ATMEGA8U2 AVR models.
Dean Camera
2009-07-16
1
-3
/
+8
*
Seperated out parts of the PrinterHost incomplete demo into a seperate Lib su...
Dean Camera
2009-07-13
2
-3
/
+3
*
Added const modifiers to device mode class drivers.
Dean Camera
2009-06-28
2
-32
/
+32
*
Added new USE_INTERNAL_SERIAL define for using the unique serial numbers in s...
Dean Camera
2009-06-21
1
-7
/
+23
*
Added USE_INTERNAL_SERIAL compile time option to automatically read out the i...
Dean Camera
2009-06-20
1
-1
/
+7
*
Extend USB_GetDeviceConfigDescriptor() routine to require the configuration n...
Dean Camera
2009-06-19
2
-4
/
+7
*
Added new USB_Host_ClearPipeStall() convenience function to clear a stall con...
Dean Camera
2009-06-18
1
-0
/
+2
*
Changed per-device controller preprocessor checks over to per-device series f...
Dean Camera
2009-06-14
3
-16
/
+16
[next]