aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add missing clean_doxygen phony targets to the project makefiles.Dean Camera2010-07-1266-70/+128
* Reduce prescaler of the flush timer in the USBtoSerial demo, so that buffer o...Dean Camera2010-07-122-3/+3
* Alter the ring buffer library headers to have both atomic and non-atomic inse...Dean Camera2010-07-127-26/+136
* Add glitch protection to the software UART in the XPLAINBridge project code, ...Dean Camera2010-07-122-8/+14
* Major changes to the XPLAINBridge software UART code for performance and reli...Dean Camera2010-07-114-55/+61
* Correct misspellings in the Bluetooth demo code.Dean Camera2010-07-1111-46/+46
* Add more doxygen function documentation to the RFCOMM layer.Dean Camera2010-07-112-2/+29
* Oops - ACL layer Bluetooth_SendPacket() function should check and allow NULL ...Dean Camera2010-07-113-18/+29
* Rename Bluetooth stack function parameters to clearly indicate what sort of B...Dean Camera2010-07-1112-145/+153
* Oops - fix errors in the MassStorageKeyboard SCSI driver file due to incorrec...Dean Camera2010-07-091-2/+2
* Rewrote the implementation of the SwapEndian_16() and SwapEndian_32() functio...Dean Camera2010-07-098-39/+62
* Add a new RFCOMM_ChannelOpened() callback event for when logical RFCOMM chann...Dean Camera2010-07-084-12/+39
* Add a new RFCOMM service callback for when new data has been received on a va...Dean Camera2010-07-083-5/+18
* Move out Bluetooth stack callback functions to a seperate BluetoothEvents.c/....Dean Camera2010-07-089-118/+241
* Make main readme file easier to read, and make documentation build instructio...Dean Camera2010-07-063-31/+52
* Improve commenting of the Dataflash stub board driver file, to prevent confus...Dean Camera2010-07-041-7/+15
* 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