aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add PSM value to the RFCOMM service so that the host knows what PSM to use on...Dean Camera2010-06-036-56/+57
* Add start of RFCOMM service layer to the incomplete BluetoothHost demo.Dean Camera2010-06-0311-17/+121
* Oops - descriptor pointer should be assigned, not incremented with the new ty...Dean Camera2010-06-021-1/+1
* Better fix to avoid void pointer arithmetic in ConfigDescriptor.h to regain C...Dean Camera2010-06-022-16/+5
* Fix byte ordering of UUIDs in the SDP server - host can now successfully pair...Dean Camera2010-06-025-55/+92
* The SDP UUID lists should be searched and ALL UUIDs matched for a record to b...Dean Camera2010-06-025-253/+159
* Add L2CAP service attribute table. Fix up ProtocolDescriptorList attributes, ...Dean Camera2010-06-023-37/+138
* Clean up the Service tables, add incomplete ProtocolDescriptorList attribute ...Dean Camera2010-06-012-52/+87
* Remove incorrect Language ID offset attribute from the SDP server - client as...Dean Camera2010-06-014-29/+9
* Service Attribute SDP requests should have only one Data Element Sequence con...Dean Camera2010-06-011-23/+17
* Document inline SDP data read/write functions.Dean Camera2010-06-012-33/+67
* Much faster attribute range lookup - look through short list of attributes an...Dean Camera2010-06-013-54/+71
* Fix the encoding of UUIDs in the SDP server so that they match the Bluetooth ...Dean Camera2010-06-014-112/+161
* Move SDP service tables out into a new set of files, to make the SDP service ...Dean Camera2010-06-0110-212/+320
* Add Service Attribute request processing to the SDP server code.Dean Camera2010-06-011-1/+100
* Fix endianness issues in the Service Discovery Protocol service of the incomp...Dean Camera2010-05-313-47/+173
* Remove void* arithmetic in the USB_GetNextDescriptor() static inline function...Dean Camera2010-05-313-51/+62
* Small tweaks to ConfigDescriptor.c/.h to ensure pointers use the correct type...Dean Camera2010-05-304-12/+14
* Fixed internal device serial not being accessible on the ATMEGAXXU2 AVRs (tha...Dean Camera2010-05-304-4/+8
* Fix spacing of the function parameter descriptions in the Doxygen documentation.Dean Camera2010-05-2921-163/+163
* Fixed incorrect signature for the ATMEGA32U2 in the DFU bootloader (thanks to...Dean Camera2010-05-295-25/+109
* Added new VTARGET_REF_VOLTS and VTARGET_SCALE_FACTOR compile time defines to ...Dean Camera2010-05-278-11/+33
* Replace ring buffer library in Benito and USBtoSerial projects with the new l...Dean Camera2010-05-2616-496/+206
* Removed unused line encoding data and control requests from the CDC Bootloade...Dean Camera2010-05-263-118/+4
* Switch to using the correct intptr_t type use where a pointer must be cast to...Dean Camera2010-05-265-14/+14
* The EEPROM stream read/write functions now use eeprom_update_byte() instead o...Dean Camera2010-05-266-10/+23
* Add better documentation to the Software UART code in the XPLAINBridge project.Dean Camera2010-05-261-35/+71
* Switch software UART over to timer 1 and remove timer prescaling to try to pr...Dean Camera2010-05-263-17/+17
* Rename software USART driver globals to make the code more in line with the r...Dean Camera2010-05-263-12/+12
* Make software USART used in the XPLAINBridge project directly check and store...Dean Camera2010-05-265-68/+42
* Create a new LightweightRingBuffer.h header file for the XPLAIN project to ab...Dean Camera2010-05-264-39/+102
* The RingBuff library code has been replaced in the XPLAINBridge project with ...Dean Camera2010-05-2610-283/+69
* Fixed RNDISEthernet demos crashing when calculating checksums for Ethernet/TC...Dean Camera2010-05-258-50/+18
* Add UUID Class matching to the Service Discovery Protocol code - SDP is now c...Dean Camera2010-05-234-60/+76
* Remove obsolete entry from the Doxygen configuration files.Dean Camera2010-05-2363-63/+63
* SDP Service improvements; fixed UUID for SDP service, added Service Discovery...Dean Camera2010-05-232-58/+142
* Add comments and partial Doxygen documentation to the incomplete Bluetooth SD...Dean Camera2010-05-213-72/+178
* Oops - when adding a sequence header to the SDP response, the size value need...Dean Camera2010-05-213-4/+11
* Add incomplete code to properly handle attribute responses to Service Discove...Dean Camera2010-05-212-93/+107
* Service Discovery ServiceSearchAttribute requests require the response to be ...Dean Camera2010-05-202-46/+76
* Short UUIDs are measured in bytes, not bits -- update Service Discovery Proto...Dean Camera2010-05-204-10/+22
* More SDP code improvements - responses to ServiceSearchAttribute service disc...Dean Camera2010-05-203-64/+142
* Renamed CDC device class demos' ManagementEndpoint descriptor to Notification...Dean Camera2010-05-2020-20/+20
* Switch over the BluetoothHost demo's Service Discovery code to pass around mo...Dean Camera2010-05-182-19/+20
* Added new ADC_DisableChannel() function (thanks to Mich Davis).Dean Camera2010-05-182-1/+44
* Begin processing code for Service Discovery Protocol attributes.Dean Camera2010-05-176-43/+91
* Fixed AVRISP project not sending a full erase-and-write EEPROM command to XME...Dean Camera2010-05-164-18/+18
* Fixed AVRISP project sending a LOAD EXTENDED ADDRESS command to 128KB AVRs af...Dean Camera2010-05-146-62/+58
* Commit for 100513 re-release due to critical device mode bug.Dean Camera2010-05-132-2/+5
* Remove incorrect check for the current device state in the Set Configuration ...Dean Camera2010-05-134-27/+28