aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-15Disable strict aliasing explicitly in the project makefiles, as this is appar...Dean
2010-07-15Removed the automated checking of event names in the demo, project and bootlo...Dean
2010-07-15Added ability to set the serial baud rate via the user's terminal in the XPLA...Dean
2010-07-15Fix pointer aliasing warning in the Mass Storage demos.Dean
2010-07-15Fixed possible buffer overrun in the XPLAINBridge project when in serial brid...Dean
2010-07-15Fixed HID device class driver still using PrevReportINBuffer for GetReport co...Dean
2010-07-13Change AVRISP-MKII and XPLAINBridge descriptors to indicate that the device i...Dean
2010-07-13Remove the timeout period extension code from the AVRISP project, as no singl...Dean
2010-07-13Added const attributes to some of the class driver function parameters that w...Dean
2010-07-13Add AVRStudio 4 project files to the ClassDriver Device mode demos.Dean
2010-07-13Add AVRStudio 4 project files to the LowLevel Device mode demos.Dean
2010-07-13Add AVRStudio 4 project files to the ClassDriver Host mode demos.Dean
2010-07-13Add AVRStudio 4 project files to the LowLevel Host mode demos.Dean
2010-07-13Add AVRStudio 4 project files for the library bootloaders.Dean
2010-07-13Add remaining AVRStudio project files to the library projects.Dean
2010-07-13Add first lot of AVRStudio project files for some of the library projects.Dean
2010-07-13Rename the AVRISP main source files to AVRISP-MKII so that it matches the pro...Dean
2010-07-12Add missing eol-style properties to new source files.Dean
2010-07-12Add missing clean_doxygen phony targets to the project makefiles.Dean
2010-07-12Reduce prescaler of the flush timer in the USBtoSerial demo, so that buffer o...Dean
2010-07-12Alter the ring buffer library headers to have both atomic and non-atomic inse...Dean
2010-07-12Add glitch protection to the software UART in the XPLAINBridge project code, ...Dean
2010-07-11Major changes to the XPLAINBridge software UART code for performance and reli...Dean
2010-07-11Correct misspellings in the Bluetooth demo code.Dean
2010-07-11Add more doxygen function documentation to the RFCOMM layer.Dean
2010-07-11Oops - ACL layer Bluetooth_SendPacket() function should check and allow NULL ...Dean
2010-07-11Rename Bluetooth stack function parameters to clearly indicate what sort of B...Dean
2010-07-09Oops - fix errors in the MassStorageKeyboard SCSI driver file due to incorrec...Dean
2010-07-09Rewrote the implementation of the SwapEndian_16() and SwapEndian_32() functio...Dean
2010-07-08Add a new RFCOMM_ChannelOpened() callback event for when logical RFCOMM chann...Dean
2010-07-08Add a new RFCOMM service callback for when new data has been received on a va...Dean
2010-07-08Move out Bluetooth stack callback functions to a seperate BluetoothEvents.c/....Dean
2010-07-06Make main readme file easier to read, and make documentation build instructio...Dean
2010-07-04Improve commenting of the Dataflash stub board driver file, to prevent confus...Dean
2010-07-02Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...Dean
2010-07-02Move out RFCOMM channel structure init code to a seperate routine, to save on...Dean
2010-06-29Add RFCOMM service routine, to send pending configuration requests on RFCOMM ...Dean
2010-06-26Make Bluetooth ACL channel searches skip over closed (invalid) channels. RFCO...Dean
2010-06-25Add default "all" makefile targets to the demo tree makefiles.Dean
2010-06-25Make loops in AVRISP-MKII Clone project's XPROG protocol infinite rather than...Dean
2010-06-25Fix Doxygen formatting of parameters for the CALLBACK_HID_Device_CreateHIDRep...Dean
2010-06-24Make XPLAINBridge serial bridge much more reliable for the reception of chara...Dean
2010-06-24Maximise the size of the ring buffers in the Benito/XPLAINBridge/USBtoSerial ...Dean
2010-06-23Split RFCOMM channel signals into Remote and Local pairs. Use memcpy() to cop...Dean
2010-06-23Add TEST RFCOMM command handler. Remove the RFCOMM channel UseUIFrame element...Dean
2010-06-22Use a bitmask instead of an array of bools in the SDP UUID List matching algo...Dean
2010-06-22Added new pgm_read_ptr() macro to Common.h for reading of pointers out of fla...Dean
2010-06-21Moved calls to V2Params_UpdateParamValues() out of the main AVRISP-MKII and X...Dean
2010-06-17Fixed broken PDI EEPROM Section Erase functionality in the AVRISP-MKII project.Dean
2010-06-17Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean