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 incorrect signature for the ATMEGA32U2 in the DFU bootloader (thanks to...
Dean Camera
2010-05-29
5
-25
/
+109
*
Added new VTARGET_REF_VOLTS and VTARGET_SCALE_FACTOR compile time defines to ...
Dean Camera
2010-05-27
8
-11
/
+33
*
Replace ring buffer library in Benito and USBtoSerial projects with the new l...
Dean Camera
2010-05-26
16
-496
/
+206
*
Removed unused line encoding data and control requests from the CDC Bootloade...
Dean Camera
2010-05-26
3
-118
/
+4
*
Switch to using the correct intptr_t type use where a pointer must be cast to...
Dean Camera
2010-05-26
5
-14
/
+14
*
The EEPROM stream read/write functions now use eeprom_update_byte() instead o...
Dean Camera
2010-05-26
6
-10
/
+23
*
Add better documentation to the Software UART code in the XPLAINBridge project.
Dean Camera
2010-05-26
1
-35
/
+71
*
Switch software UART over to timer 1 and remove timer prescaling to try to pr...
Dean Camera
2010-05-26
3
-17
/
+17
*
Rename software USART driver globals to make the code more in line with the r...
Dean Camera
2010-05-26
3
-12
/
+12
*
Make software USART used in the XPLAINBridge project directly check and store...
Dean Camera
2010-05-26
5
-68
/
+42
*
Create a new LightweightRingBuffer.h header file for the XPLAIN project to ab...
Dean Camera
2010-05-26
4
-39
/
+102
*
The RingBuff library code has been replaced in the XPLAINBridge project with ...
Dean Camera
2010-05-26
10
-283
/
+69
*
Fixed RNDISEthernet demos crashing when calculating checksums for Ethernet/TC...
Dean Camera
2010-05-25
8
-50
/
+18
*
Add UUID Class matching to the Service Discovery Protocol code - SDP is now c...
Dean Camera
2010-05-23
4
-60
/
+76
*
Remove obsolete entry from the Doxygen configuration files.
Dean Camera
2010-05-23
63
-63
/
+63
*
SDP Service improvements; fixed UUID for SDP service, added Service Discovery...
Dean Camera
2010-05-23
2
-58
/
+142
*
Add comments and partial Doxygen documentation to the incomplete Bluetooth SD...
Dean Camera
2010-05-21
3
-72
/
+178
*
Oops - when adding a sequence header to the SDP response, the size value need...
Dean Camera
2010-05-21
3
-4
/
+11
*
Add incomplete code to properly handle attribute responses to Service Discove...
Dean Camera
2010-05-21
2
-93
/
+107
*
Service Discovery ServiceSearchAttribute requests require the response to be ...
Dean Camera
2010-05-20
2
-46
/
+76
*
Short UUIDs are measured in bytes, not bits -- update Service Discovery Proto...
Dean Camera
2010-05-20
4
-10
/
+22
*
More SDP code improvements - responses to ServiceSearchAttribute service disc...
Dean Camera
2010-05-20
3
-64
/
+142
*
Renamed CDC device class demos' ManagementEndpoint descriptor to Notification...
Dean Camera
2010-05-20
20
-20
/
+20
*
Switch over the BluetoothHost demo's Service Discovery code to pass around mo...
Dean Camera
2010-05-18
2
-19
/
+20
*
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
6
-43
/
+91
*
Fixed AVRISP project not sending a full erase-and-write EEPROM command to XME...
Dean Camera
2010-05-16
4
-18
/
+18
*
Fixed AVRISP project sending a LOAD EXTENDED ADDRESS command to 128KB AVRs af...
Dean Camera
2010-05-14
6
-62
/
+58
*
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
4
-27
/
+28
*
Additional fix to the AVRISP-MKII clone project for 256KB AVRs.
Dean Camera
2010-05-13
2
-19
/
+15
*
Fixed AVRISP-MKII clone project not correctly issuing SET EXTENDED ADDRESS co...
Dean Camera
2010-05-13
7
-14
/
+45
*
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
[next]