aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Removed the automated checking of event names in the demo, project and bootlo...Dean Camera2010-07-1574-1198/+411
* Added ability to set the serial baud rate via the user's terminal in the XPLA...Dean Camera2010-07-159-15/+40
* Fix pointer aliasing warning in the Mass Storage demos.Dean Camera2010-07-1510-34/+28
* Fixed possible buffer overrun in the XPLAINBridge project when in serial brid...Dean Camera2010-07-155-2/+62
* Fixed HID device class driver still using PrevReportINBuffer for GetReport co...Dean Camera2010-07-154-3/+6
* Change AVRISP-MKII and XPLAINBridge descriptors to indicate that the device i...Dean Camera2010-07-136-6/+11
* Remove the timeout period extension code from the AVRISP project, as no singl...Dean Camera2010-07-139-74/+33
* Added const attributes to some of the class driver function parameters that w...Dean Camera2010-07-1336-61/+63
* Add AVRStudio 4 project files to the ClassDriver Device mode demos.Dean Camera2010-07-1316-2/+16
* Add AVRStudio 4 project files to the LowLevel Device mode demos.Dean Camera2010-07-1313-1/+13
* Add AVRStudio 4 project files to the ClassDriver Host mode demos.Dean Camera2010-07-1312-1/+12
* Add AVRStudio 4 project files to the LowLevel Host mode demos.Dean Camera2010-07-1316-4/+15
* Add AVRStudio 4 project files for the library bootloaders.Dean Camera2010-07-134-2/+4
* Add remaining AVRStudio project files to the library projects.Dean Camera2010-07-136-3/+6
* Add first lot of AVRStudio project files for some of the library projects.Dean Camera2010-07-1341-4/+11
* Rename the AVRISP main source files to AVRISP-MKII so that it matches the pro...Dean Camera2010-07-136-3/+4
* Add missing eol-style properties to new source files.Dean Camera2010-07-123-423/+423
* 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