aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...Dean Camera2010-07-0275-55/+156
* Move out RFCOMM channel structure init code to a seperate routine, to save on...Dean Camera2010-07-025-47/+62
* Add RFCOMM service routine, to send pending configuration requests on RFCOMM ...Dean Camera2010-06-297-92/+163
* Make Bluetooth ACL channel searches skip over closed (invalid) channels. RFCO...Dean Camera2010-06-264-12/+18
* Add default "all" makefile targets to the demo tree makefiles.Dean Camera2010-06-256-2/+10
* Make loops in AVRISP-MKII Clone project's XPROG protocol infinite rather than...Dean Camera2010-06-253-14/+4
* Fix Doxygen formatting of parameters for the CALLBACK_HID_Device_CreateHIDRep...Dean Camera2010-06-257-34/+34
* Make XPLAINBridge serial bridge much more reliable for the reception of chara...Dean Camera2010-06-241-11/+5
* Maximise the size of the ring buffers in the Benito/XPLAINBridge/USBtoSerial ...Dean Camera2010-06-243-3/+3
* Split RFCOMM channel signals into Remote and Local pairs. Use memcpy() to cop...Dean Camera2010-06-234-31/+44
* Add TEST RFCOMM command handler. Remove the RFCOMM channel UseUIFrame element...Dean Camera2010-06-237-12/+29
* Use a bitmask instead of an array of bools in the SDP UUID List matching algo...Dean Camera2010-06-222-18/+17
* Added new pgm_read_ptr() macro to Common.h for reading of pointers out of fla...Dean Camera2010-06-225-34/+44
* Moved calls to V2Params_UpdateParamValues() out of the main AVRISP-MKII and X...Dean Camera2010-06-215-15/+11
* Fixed broken PDI EEPROM Section Erase functionality in the AVRISP-MKII project.Dean Camera2010-06-174-15/+64
* Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean Camera2010-06-1747-910/+917
* Fix compile and Doxygen errors due to the spell-check changes in the source c...Dean Camera2010-06-164-7/+5
* Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...Dean Camera2010-06-1640-687/+140
* Rename RFCOMM_GetFrameDataLength() to RFCOMM_GetVariableFieldValue() as it is...Dean Camera2010-06-154-35/+100
* Changed the RFCOMM-specific ItemProtocolChannel_t type to a more generic Item...Dean Camera2010-06-152-9/+24
* Add RFCOMM channel configuration parsing and channel states to the incomplete...Dean Camera2010-06-156-86/+188
* Fix HID parser documentation for the default maximum report/path/etc. element...Dean Camera2010-06-151-2/+2
* Change over Doxygen \note documentation to \pre where applicable.Dean Camera2010-06-1517-123/+118
* Update TemperatureDataLogger and Webserver projects to the latest FATFS libra...Dean Camera2010-06-1414-2011/+2899
* Split out the RFCOMM Control Channel command processing code into a seperate ...Dean Camera2010-06-136-159/+293
* Rename the incomplete Bluetooth Host demo's ServiceDiscoveryProtocol.c/.h fil...Dean Camera2010-06-138-15/+16
* More RFCOMM layer additions - begin to add multiplexer channel state variables.Dean Camera2010-06-132-7/+63
* Oops - temp code left in the XPLAINBridge project which prevented it from ent...Dean Camera2010-06-121-2/+0
* Slight improvements to the reliability of the software UART in the XPLAINBrid...Dean Camera2010-06-123-25/+24
* Minor fixes to demos to add in some missing comments, printf() formatting. Ma...Dean Camera2010-06-127-6/+16
* Speed up calls to Pipe_IsPipeBound() by immediately skipping unconfigured pip...Dean Camera2010-06-122-5/+8
* Oops - light weight ring buffer documentation used \ref instead of \param to ...Dean Camera2010-06-103-12/+12
* Add missing documentation to the lightweight ring buffer code in the XPLAINBr...Dean Camera2010-06-101-89/+119
* Update main library makefile with missing source files for the "clean" rule.Dean Camera2010-06-081-0/+2
* Add missing ATTR_NON_NULL_PTR_ARG and ATTR_ALWAYS_INLINE attributes to class ...Dean Camera2010-06-0810-45/+63
* Add Mecurial repository mirror link to the library documentation.Dean Camera2010-06-081-1/+2
* Add stub RFCOMM command handlers. Move out RFCOMM frame length and data point...Dean Camera2010-06-072-44/+103
* More RFCOMM layer implementation - fix FCS calculation, add in start of contr...Dean Camera2010-06-072-50/+72
* Make the RFCOMM_SendFrame() function correctly generate frames from the input...Dean Camera2010-06-074-16/+38
* Refactor out RFCOMM packet send code into a seperate function.Dean Camera2010-06-062-28/+38
* Fix incorrect copyright attribution on the class-driver keyboard demos due to...Dean Camera2010-06-069-12/+6
* Document lightweight ring buffer header files.Dean Camera2010-06-063-40/+100
* Add the svn:eol-style property onto new files which where missing it to ensur...Dean Camera2010-06-066-817/+817
* Document Bluetooth files with overall file Doxygen comments. Add more initial...Dean Camera2010-06-047-23/+133
* Fixed incorrect function references in the Mass Storage Class driver document...Dean Camera2010-06-032-2/+4
* More documentation fixes.Dean Camera2010-06-0330-49/+50
* Minor documentation cleanups.Dean Camera2010-06-03109-434/+473
* Start implementation of RFCOMM decoding layer. Add new service initialize rou...Dean Camera2010-06-035-1/+111
* Delay needed in bluetooth code due to the send function not waiting for the p...Dean Camera2010-06-031-4/+3
* Extra protocol value in the RFCOMM protocol is the channel number, not the PS...Dean Camera2010-06-034-15/+20