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
*
Add start of RFCOMM service layer to the incomplete BluetoothHost demo.
Dean Camera
2010-06-03
11
-17
/
+121
*
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
5
-55
/
+92
*
The SDP UUID lists should be searched and ALL UUIDs matched for a record to b...
Dean Camera
2010-06-02
5
-253
/
+159
*
Add L2CAP service attribute table. Fix up ProtocolDescriptorList attributes, ...
Dean Camera
2010-06-02
3
-37
/
+138
*
Clean up the Service tables, add incomplete ProtocolDescriptorList attribute ...
Dean Camera
2010-06-01
2
-52
/
+87
*
Remove incorrect Language ID offset attribute from the SDP server - client as...
Dean Camera
2010-06-01
4
-29
/
+9
*
Service Attribute SDP requests should have only one Data Element Sequence con...
Dean Camera
2010-06-01
1
-23
/
+17
*
Document inline SDP data read/write functions.
Dean Camera
2010-06-01
2
-33
/
+67
*
Much faster attribute range lookup - look through short list of attributes an...
Dean Camera
2010-06-01
3
-54
/
+71
*
Fix the encoding of UUIDs in the SDP server so that they match the Bluetooth ...
Dean Camera
2010-06-01
4
-112
/
+161
*
Move SDP service tables out into a new set of files, to make the SDP service ...
Dean Camera
2010-06-01
10
-212
/
+320
*
Add Service Attribute request processing to the SDP server code.
Dean Camera
2010-06-01
1
-1
/
+100
*
Fix endianness issues in the Service Discovery Protocol service of the incomp...
Dean Camera
2010-05-31
3
-47
/
+173
*
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
4
-12
/
+14
*
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
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
[next]