index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
LUFA
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix HID parser documentation for the default maximum report/path/etc. element...
Dean Camera
2010-06-15
1
-2
/
+2
*
Change over Doxygen \note documentation to \pre where applicable.
Dean Camera
2010-06-15
14
-119
/
+113
*
Slight improvements to the reliability of the software UART in the XPLAINBrid...
Dean Camera
2010-06-12
1
-1
/
+1
*
Speed up calls to Pipe_IsPipeBound() by immediately skipping unconfigured pip...
Dean Camera
2010-06-12
2
-5
/
+8
*
Update main library makefile with missing source files for the "clean" rule.
Dean Camera
2010-06-08
1
-0
/
+2
*
Add missing ATTR_NON_NULL_PTR_ARG and ATTR_ALWAYS_INLINE attributes to class ...
Dean Camera
2010-06-08
10
-45
/
+63
*
Add Mecurial repository mirror link to the library documentation.
Dean Camera
2010-06-08
1
-1
/
+2
*
Make the RFCOMM_SendFrame() function correctly generate frames from the input...
Dean Camera
2010-06-07
1
-0
/
+1
*
Fixed incorrect function references in the Mass Storage Class driver document...
Dean Camera
2010-06-03
2
-2
/
+4
*
More documentation fixes.
Dean Camera
2010-06-03
5
-17
/
+17
*
Minor documentation cleanups.
Dean Camera
2010-06-03
31
-69
/
+69
*
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
2
-16
/
+5
*
Fix byte ordering of UUIDs in the SDP server - host can now successfully pair...
Dean Camera
2010-06-02
1
-1
/
+1
*
The SDP UUID lists should be searched and ALL UUIDs matched for a record to b...
Dean Camera
2010-06-02
1
-1
/
+1
*
Remove void* arithmetic in the USB_GetNextDescriptor() static inline function...
Dean Camera
2010-05-31
3
-51
/
+62
*
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
4
-4
/
+8
*
Fix spacing of the function parameter descriptions in the Doxygen documentation.
Dean Camera
2010-05-29
21
-163
/
+163
*
Fixed incorrect signature for the ATMEGA32U2 in the DFU bootloader (thanks to...
Dean Camera
2010-05-29
2
-1
/
+2
*
Added new VTARGET_REF_VOLTS and VTARGET_SCALE_FACTOR compile time defines to ...
Dean Camera
2010-05-27
1
-0
/
+3
*
Replace ring buffer library in Benito and USBtoSerial projects with the new l...
Dean Camera
2010-05-26
1
-2
/
+2
*
Removed unused line encoding data and control requests from the CDC Bootloade...
Dean Camera
2010-05-26
1
-0
/
+1
*
The EEPROM stream read/write functions now use eeprom_update_byte() instead o...
Dean Camera
2010-05-26
4
-6
/
+11
*
The RingBuff library code has been replaced in the XPLAINBridge project with ...
Dean Camera
2010-05-26
1
-1
/
+2
*
Fixed RNDISEthernet demos crashing when calculating checksums for Ethernet/TC...
Dean Camera
2010-05-25
2
-2
/
+3
*
Add UUID Class matching to the Service Discovery Protocol code - SDP is now c...
Dean Camera
2010-05-23
1
-3
/
+3
*
Oops - when adding a sequence header to the SDP response, the size value need...
Dean Camera
2010-05-21
1
-1
/
+6
*
Added new ADC_DisableChannel() function (thanks to Mich Davis).
Dean Camera
2010-05-18
2
-1
/
+44
*
Begin processing code for Service Discovery Protocol attributes.
Dean Camera
2010-05-17
1
-0
/
+1
*
Fixed AVRISP project not sending a full erase-and-write EEPROM command to XME...
Dean Camera
2010-05-16
3
-17
/
+17
*
Fixed AVRISP project sending a LOAD EXTENDED ADDRESS command to 128KB AVRs af...
Dean Camera
2010-05-14
2
-18
/
+19
*
Commit for 100513 re-release due to critical device mode bug.
Dean Camera
2010-05-13
2
-2
/
+5
*
Remove incorrect check for the current device state in the Set Configuration ...
Dean Camera
2010-05-13
2
-3
/
+2
*
Additional fix to the AVRISP-MKII clone project for 256KB AVRs.
Dean Camera
2010-05-13
1
-1
/
+1
*
Fixed AVRISP-MKII clone project not correctly issuing SET EXTENDED ADDRESS co...
Dean Camera
2010-05-13
1
-0
/
+3
*
Fixed possible device lockup when INTERRUPT_CONTROL_ENDPOINT is enabled and t...
Dean Camera
2010-05-13
3
-2
/
+8
*
The LIBUSB_FILTERDRV_COMPAT compile time option in the XPLAINBridge and AVRIS...
Dean Camera
2010-05-13
1
-0
/
+2
*
Removed TeensyHID bootloader, per request from Paul at PJRC.
Dean Camera
2010-05-12
2
-5
/
+9
*
Fix Doxygen treating the license as a documentation source file.
Dean Camera
2010-05-12
1
-1
/
+1
*
Commit for the 100512 release.
Dean Camera
2010-05-12
2
-1
/
+5
*
Fix nasty bug in USBInterrupt.c which would cause a lockup if the control end...
Dean Camera
2010-05-11
1
-4
/
+4
*
Add new ReportType parameter to the HID class driver device callback and host...
Dean Camera
2010-05-09
18
-80
/
+91
*
Add svn:eol-style property to source files, so that the line endings are corr...
Dean Camera
2010-05-08
171
-32948
/
+32948
*
Device mode class driver callbacks are now fired before the control request s...
Dean Camera
2010-05-07
6
-20
/
+17
*
Fix TeensyHID bootloader for the largest AVRs - only the ATMEGA128x needs the...
Dean Camera
2010-05-07
1
-2
/
+2
*
Change over unix line-endings to dos line endings.
Dean Camera
2010-05-07
1
-1
/
+1
*
Added new EVENT_CDC_Device_BreakSent() event and CDC_Host_SendBreak() functio...
Dean Camera
2010-05-06
6
-2
/
+57
*
Remove incorrect Abstract Call Management class specific descriptor from the ...
Dean Camera
2010-05-06
1
-0
/
+1
*
Ensure that the CDC class drivers return 0 if the number of unread bytes is q...
Dean Camera
2010-05-06
2
-9
/
+18
[next]