| Commit message (Expand) | Author | Age | Files | Lines |
* | Make XPLAINBridge serial bridge much more reliable for the reception of chara... | Dean Camera | 2010-06-24 | 1 | -11/+5 |
* | Maximise the size of the ring buffers in the Benito/XPLAINBridge/USBtoSerial ... | Dean Camera | 2010-06-24 | 3 | -3/+3 |
* | Split RFCOMM channel signals into Remote and Local pairs. Use memcpy() to cop... | Dean Camera | 2010-06-23 | 4 | -31/+44 |
* | Add TEST RFCOMM command handler. Remove the RFCOMM channel UseUIFrame element... | Dean Camera | 2010-06-23 | 7 | -12/+29 |
* | Use a bitmask instead of an array of bools in the SDP UUID List matching algo... | Dean Camera | 2010-06-22 | 2 | -18/+17 |
* | Added new pgm_read_ptr() macro to Common.h for reading of pointers out of fla... | Dean Camera | 2010-06-22 | 5 | -34/+44 |
* | Moved calls to V2Params_UpdateParamValues() out of the main AVRISP-MKII and X... | Dean Camera | 2010-06-21 | 5 | -15/+11 |
* | Fixed broken PDI EEPROM Section Erase functionality in the AVRISP-MKII project. | Dean Camera | 2010-06-17 | 4 | -15/+64 |
* | Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT(). | Dean Camera | 2010-06-17 | 47 | -910/+917 |
* | Fix compile and Doxygen errors due to the spell-check changes in the source c... | Dean Camera | 2010-06-16 | 4 | -7/+5 |
* | Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t... | Dean Camera | 2010-06-16 | 40 | -687/+140 |
* | Rename RFCOMM_GetFrameDataLength() to RFCOMM_GetVariableFieldValue() as it is... | Dean Camera | 2010-06-15 | 4 | -35/+100 |
* | Changed the RFCOMM-specific ItemProtocolChannel_t type to a more generic Item... | Dean Camera | 2010-06-15 | 2 | -9/+24 |
* | Add RFCOMM channel configuration parsing and channel states to the incomplete... | Dean Camera | 2010-06-15 | 6 | -86/+188 |
* | Fix HID parser documentation for the default maximum report/path/etc. element... | Dean Camera | 2010-06-15 | 1 | -2/+2 |
* | Change over Doxygen \note documentation to \pre where applicable. | Dean Camera | 2010-06-15 | 17 | -123/+118 |
* | Update TemperatureDataLogger and Webserver projects to the latest FATFS libra... | Dean Camera | 2010-06-14 | 14 | -2011/+2899 |
* | Split out the RFCOMM Control Channel command processing code into a seperate ... | Dean Camera | 2010-06-13 | 6 | -159/+293 |
* | Rename the incomplete Bluetooth Host demo's ServiceDiscoveryProtocol.c/.h fil... | Dean Camera | 2010-06-13 | 8 | -15/+16 |
* | More RFCOMM layer additions - begin to add multiplexer channel state variables. | Dean Camera | 2010-06-13 | 2 | -7/+63 |
* | Oops - temp code left in the XPLAINBridge project which prevented it from ent... | Dean Camera | 2010-06-12 | 1 | -2/+0 |
* | Slight improvements to the reliability of the software UART in the XPLAINBrid... | Dean Camera | 2010-06-12 | 3 | -25/+24 |
* | Minor fixes to demos to add in some missing comments, printf() formatting. Ma... | Dean Camera | 2010-06-12 | 7 | -6/+16 |
* | Speed up calls to Pipe_IsPipeBound() by immediately skipping unconfigured pip... | Dean Camera | 2010-06-12 | 2 | -5/+8 |
* | Oops - light weight ring buffer documentation used \ref instead of \param to ... | Dean Camera | 2010-06-10 | 3 | -12/+12 |
* | 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 |