| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing documentation to the lightweight ring buffer code in the XPLAINBr... | Dean Camera | 2010-06-10 | 1 | -89/+119 |
* | 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 |
* | Add stub RFCOMM command handlers. Move out RFCOMM frame length and data point... | Dean Camera | 2010-06-07 | 2 | -44/+103 |
* | More RFCOMM layer implementation - fix FCS calculation, add in start of contr... | Dean Camera | 2010-06-07 | 2 | -50/+72 |
* | Make the RFCOMM_SendFrame() function correctly generate frames from the input... | Dean Camera | 2010-06-07 | 4 | -16/+38 |
* | Refactor out RFCOMM packet send code into a seperate function. | Dean Camera | 2010-06-06 | 2 | -28/+38 |
* | Fix incorrect copyright attribution on the class-driver keyboard demos due to... | Dean Camera | 2010-06-06 | 9 | -12/+6 |
* | Document lightweight ring buffer header files. | Dean Camera | 2010-06-06 | 3 | -40/+100 |
* | Add the svn:eol-style property onto new files which where missing it to ensur... | Dean Camera | 2010-06-06 | 6 | -817/+817 |
* | Document Bluetooth files with overall file Doxygen comments. Add more initial... | Dean Camera | 2010-06-04 | 7 | -23/+133 |
* | 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 | 30 | -49/+50 |
* | Minor documentation cleanups. | Dean Camera | 2010-06-03 | 109 | -434/+473 |
* | Start implementation of RFCOMM decoding layer. Add new service initialize rou... | Dean Camera | 2010-06-03 | 5 | -1/+111 |
* | Delay needed in bluetooth code due to the send function not waiting for the p... | Dean Camera | 2010-06-03 | 1 | -4/+3 |
* | Extra protocol value in the RFCOMM protocol is the channel number, not the PS... | Dean Camera | 2010-06-03 | 4 | -15/+20 |
* | Add PSM value to the RFCOMM service so that the host knows what PSM to use on... | Dean Camera | 2010-06-03 | 6 | -56/+57 |
* | 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 |