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
*
Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().
Dean Camera
2010-06-17
4
-48
/
+48
*
Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...
Dean Camera
2010-06-16
2
-6
/
+6
*
Minor documentation cleanups.
Dean Camera
2010-06-03
2
-3
/
+3
*
Oops - descriptor pointer should be assigned, not incremented with the new ty...
Dean Camera
2010-06-02
1
-1
/
+1
*
Better fix to avoid void pointer arithmetic in ConfigDescriptor.h to regain C...
Dean Camera
2010-06-02
1
-16
/
+4
*
Remove void* arithmetic in the USB_GetNextDescriptor() static inline function...
Dean Camera
2010-05-31
2
-50
/
+61
*
Small tweaks to ConfigDescriptor.c/.h to ensure pointers use the correct type...
Dean Camera
2010-05-30
2
-10
/
+8
*
Fixed internal device serial not being accessible on the ATMEGAXXU2 AVRs (tha...
Dean Camera
2010-05-30
1
-1
/
+4
*
Fix spacing of the function parameter descriptions in the Doxygen documentation.
Dean Camera
2010-05-29
2
-18
/
+18
*
Add svn:eol-style property to source files, so that the line endings are corr...
Dean Camera
2010-05-08
10
-2216
/
+2216
*
Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...
Dean Camera
2010-04-28
2
-346
/
+0
*
Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa...
Dean Camera
2010-04-13
3
-1
/
+13
*
Add briefs for the library core structures.
Dean Camera
2010-03-29
2
-15
/
+45
*
Add file-level brief documentation.
Dean Camera
2010-03-29
8
-5
/
+87
*
Fixed compilation error in the AudioInput demos when MICROPHONE_BIASED_TO_HAL...
Dean Camera
2010-03-24
1
-2
/
+1
*
Fix incorrect error when directly including the LUFA internal USB library com...
Dean Camera
2010-02-24
8
-8
/
+8
*
Revert changes made for the partial port to the AVR32 architecture.
Dean Camera
2010-02-24
9
-126
/
+55
*
More AVR32 achitecture ports.
Dean Camera
2010-02-24
3
-21
/
+30
*
More porting of the USB core to the AVR32.
Dean Camera
2010-02-23
8
-33
/
+61
*
Start porting the USB core to the AVR32 UC3B.
Dean Camera
2010-02-23
6
-11
/
+45
*
Add more include protection macros to give the user warnings when they try to...
Dean Camera
2010-02-11
12
-9
/
+49
*
Fixed incorrect values of USB_CONFIG_ATTR_SELFPOWERED and USB_CONFIG_ATTR_REM...
Dean Camera
2010-02-01
1
-2
/
+2
*
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
[next]