index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
10
-15
/
+14
*
Removed TeensyHID bootloader, per request from Paul at PJRC.
Dean Camera
2010-05-12
12
-2886
/
+13
*
Fix Doxygen treating the license as a documentation source file.
Dean Camera
2010-05-12
2
-2
/
+2
*
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
2
-7
/
+6
*
Refactor Service Discovery Protocol code in the incomplete Bluetooth Host dem...
Dean Camera
2010-05-10
2
-53
/
+72
*
Add new ReportType parameter to the HID class driver device callback and host...
Dean Camera
2010-05-09
40
-116
/
+130
*
Add svn:eol-style property to source files, so that the line endings are corr...
Dean Camera
2010-05-08
839
-274562
/
+274562
*
Change over instances of "make" in the makefiles to "$(MAKE)" to allow for th...
Dean Camera
2010-05-07
78
-265
/
+265
*
Device mode class driver callbacks are now fired before the control request s...
Dean Camera
2010-05-07
6
-20
/
+17
*
Don't cast the line encoding baud rate to a uint16_t before performing the ba...
Dean Camera
2010-05-07
1
-1
/
+1
*
Fix TeensyHID bootloader for the largest AVRs - only the ATMEGA128x needs the...
Dean Camera
2010-05-07
3
-10
/
+11
*
Change over unix line-endings to dos line endings.
Dean Camera
2010-05-07
17
-6714
/
+6714
*
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
25
-127
/
+2
*
Ensure that the CDC class drivers return 0 if the number of unread bytes is q...
Dean Camera
2010-05-06
3
-10
/
+19
*
Make CDC class bootloader hard-reset the AVR when exited instead of a soft-re...
Dean Camera
2010-05-06
7
-35
/
+29
*
Oops - typo in the updated TeensyHID bootloader code when compiled for the no...
Dean Camera
2010-05-06
3
-4
/
+8
*
Fixed TeensyHID bootloader so that it works with the official TeensyLoader GU...
Dean Camera
2010-05-06
5
-13
/
+42
*
Fixed incorrect comparison in the descriptor callback routine of the TeensyHI...
Dean Camera
2010-05-06
1
-1
/
+1
*
Fix up the ADC driver for the U4 parts to remove a typo on one of the registe...
Dean Camera
2010-05-04
1
-2
/
+2
*
Removed software PDI/TPI emulation from the AVRISP-MKII clone project, as it ...
Dean Camera
2010-05-04
4
-295
/
+11
*
Fixed INTERRUPT_CONTROL_ENDPOINT compile time option preventing other interru...
Dean Camera
2010-05-04
3
-0
/
+6
*
Fixed Host mode HID class driver not sending the correct report type when HID...
Dean Camera
2010-05-04
2
-1
/
+3
*
Fixed device state not being reset back to the default state if the host sets...
Dean Camera
2010-05-04
5
-43
/
+54
*
Added new ENDPOINT_*_BusSuspended error code to the Endpoint function, so tha...
Dean Camera
2010-05-03
9
-10
/
+34
*
Increase hardware PDI/TPI programming speed to 1MHz in the AVRISP MKII clone ...
Dean Camera
2010-05-02
3
-3
/
+4
*
Switch back to C based timeout ISR in the AVRISP project - assembly version w...
Dean Camera
2010-05-02
5
-26
/
+22
*
Change AVRISP project's timeout to be interrupt based again, but make the int...
Dean Camera
2010-05-02
11
-117
/
+66
*
Make sure that long reads are aborted early if the connection times out while...
Dean Camera
2010-04-30
3
-5
/
+8
*
Make sure that the NVM bus/controller busy waits in the AVRISP MKII clone pro...
Dean Camera
2010-04-30
3
-15
/
+54
*
The Audio_Device_IsSampleReceived() and Audio_Device_IsReadyForNextSample() f...
Dean Camera
2010-04-29
5
-32
/
+33
*
Use puts_P() and printf_P() instead of the normal variants where possible in ...
Dean Camera
2010-04-28
19
-122
/
+117
*
Oops - relocated USBInterrupt.h header file requires adjusted include paths f...
Dean Camera
2010-04-28
1
-3
/
+3
*
Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...
Dean Camera
2010-04-28
75
-145
/
+148
*
Remove incomplete/nonfunctional MIDI class bootloader.
Dean Camera
2010-04-28
10
-3344
/
+1
*
USB_Init() no longer calls sei() to enable global interrupts - this must now ...
Dean Camera
2010-04-28
135
-61
/
+181
*
Make AVRISP-MKII clone project's software PDI/TPI mode more robust by keeping...
Dean Camera
2010-04-28
1
-14
/
+25
*
Fix TeensyHID bootloader Doxygen configuration file's CREATE_SUBDIRS options ...
Dean Camera
2010-04-27
2
-2
/
+2
*
Added ability to search by Channel PSM to the GetChannelData() function in th...
Dean Camera
2010-04-22
11
-105
/
+199
*
Fixed HID Device Class Driver not allocating a temporary buffer when the host...
Dean Camera
2010-04-20
9
-48
/
+55
*
Add start of a SDP service table, which will be linked to the Bluetooth SDP c...
Dean Camera
2010-04-19
2
-9
/
+106
*
Make bluetooth SDP code correctly unpack the search UUIDs and parameters.
Dean Camera
2010-04-19
10
-40
/
+80
*
Add const keyword to the demo function parameters where possible.
Dean Camera
2010-04-18
47
-158
/
+158
*
Add bluetooth channel connection callback to the incomplete BluetoothHost demo.
Dean Camera
2010-04-18
5
-7
/
+34
*
Minor documentation improvements.
Dean Camera
2010-04-15
13
-73
/
+76
*
Rename FunctionAttributes.h to Attributes.h, as some attributes are applicabl...
Dean Camera
2010-04-15
12
-19
/
+190
*
Fixed Set/Clear Feature requests directed to a non-configured endpoint not re...
Dean Camera
2010-04-14
5
-17
/
+18
*
Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa...
Dean Camera
2010-04-13
17
-37
/
+76
[next]