| Commit message (Expand) | Author | Age | Files | Lines |
* | Update makefiles to use the latest WinAVR/Atmel toolchain makefile template. | Dean Camera | 2010-07-19 | 116 | -4245/+2973 |
* | Change over all makefiles to use C99 standards mode, rather than C99 + GNU Ex... | Dean Camera | 2010-07-18 | 70 | -105/+94 |
* | Disable strict aliasing explicitly in the project makefiles, as this is appar... | Dean Camera | 2010-07-15 | 72 | -16/+82 |
* | Removed the automated checking of event names in the demo, project and bootlo... | Dean Camera | 2010-07-15 | 74 | -1198/+411 |
* | Added ability to set the serial baud rate via the user's terminal in the XPLA... | Dean Camera | 2010-07-15 | 9 | -15/+40 |
* | Fix pointer aliasing warning in the Mass Storage demos. | Dean Camera | 2010-07-15 | 10 | -34/+28 |
* | Fixed possible buffer overrun in the XPLAINBridge project when in serial brid... | Dean Camera | 2010-07-15 | 5 | -2/+62 |
* | Fixed HID device class driver still using PrevReportINBuffer for GetReport co... | Dean Camera | 2010-07-15 | 4 | -3/+6 |
* | Change AVRISP-MKII and XPLAINBridge descriptors to indicate that the device i... | Dean Camera | 2010-07-13 | 6 | -6/+11 |
* | Remove the timeout period extension code from the AVRISP project, as no singl... | Dean Camera | 2010-07-13 | 9 | -74/+33 |
* | Added const attributes to some of the class driver function parameters that w... | Dean Camera | 2010-07-13 | 36 | -61/+63 |
* | Add AVRStudio 4 project files to the ClassDriver Device mode demos. | Dean Camera | 2010-07-13 | 16 | -2/+16 |
* | Add AVRStudio 4 project files to the LowLevel Device mode demos. | Dean Camera | 2010-07-13 | 13 | -1/+13 |
* | Add AVRStudio 4 project files to the ClassDriver Host mode demos. | Dean Camera | 2010-07-13 | 12 | -1/+12 |
* | Add AVRStudio 4 project files to the LowLevel Host mode demos. | Dean Camera | 2010-07-13 | 16 | -4/+15 |
* | Add AVRStudio 4 project files for the library bootloaders. | Dean Camera | 2010-07-13 | 4 | -2/+4 |
* | Add remaining AVRStudio project files to the library projects. | Dean Camera | 2010-07-13 | 6 | -3/+6 |
* | Add first lot of AVRStudio project files for some of the library projects. | Dean Camera | 2010-07-13 | 41 | -4/+11 |
* | Rename the AVRISP main source files to AVRISP-MKII so that it matches the pro... | Dean Camera | 2010-07-13 | 6 | -3/+4 |
* | Add missing eol-style properties to new source files. | Dean Camera | 2010-07-12 | 3 | -423/+423 |
* | Add missing clean_doxygen phony targets to the project makefiles. | Dean Camera | 2010-07-12 | 66 | -70/+128 |
* | Reduce prescaler of the flush timer in the USBtoSerial demo, so that buffer o... | Dean Camera | 2010-07-12 | 2 | -3/+3 |
* | Alter the ring buffer library headers to have both atomic and non-atomic inse... | Dean Camera | 2010-07-12 | 7 | -26/+136 |
* | Add glitch protection to the software UART in the XPLAINBridge project code, ... | Dean Camera | 2010-07-12 | 2 | -8/+14 |
* | Major changes to the XPLAINBridge software UART code for performance and reli... | Dean Camera | 2010-07-11 | 4 | -55/+61 |
* | Correct misspellings in the Bluetooth demo code. | Dean Camera | 2010-07-11 | 11 | -46/+46 |
* | Add more doxygen function documentation to the RFCOMM layer. | Dean Camera | 2010-07-11 | 2 | -2/+29 |
* | Oops - ACL layer Bluetooth_SendPacket() function should check and allow NULL ... | Dean Camera | 2010-07-11 | 3 | -18/+29 |
* | Rename Bluetooth stack function parameters to clearly indicate what sort of B... | Dean Camera | 2010-07-11 | 12 | -145/+153 |
* | Oops - fix errors in the MassStorageKeyboard SCSI driver file due to incorrec... | Dean Camera | 2010-07-09 | 1 | -2/+2 |
* | Rewrote the implementation of the SwapEndian_16() and SwapEndian_32() functio... | Dean Camera | 2010-07-09 | 8 | -39/+62 |
* | Add a new RFCOMM_ChannelOpened() callback event for when logical RFCOMM chann... | Dean Camera | 2010-07-08 | 4 | -12/+39 |
* | Add a new RFCOMM service callback for when new data has been received on a va... | Dean Camera | 2010-07-08 | 3 | -5/+18 |
* | Move out Bluetooth stack callback functions to a seperate BluetoothEvents.c/.... | Dean Camera | 2010-07-08 | 9 | -118/+241 |
* | Make main readme file easier to read, and make documentation build instructio... | Dean Camera | 2010-07-06 | 3 | -31/+52 |
* | Improve commenting of the Dataflash stub board driver file, to prevent confus... | Dean Camera | 2010-07-04 | 1 | -7/+15 |
* | Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu... | Dean Camera | 2010-07-02 | 75 | -55/+156 |
* | Move out RFCOMM channel structure init code to a seperate routine, to save on... | Dean Camera | 2010-07-02 | 5 | -47/+62 |
* | Add RFCOMM service routine, to send pending configuration requests on RFCOMM ... | Dean Camera | 2010-06-29 | 7 | -92/+163 |
* | Make Bluetooth ACL channel searches skip over closed (invalid) channels. RFCO... | Dean Camera | 2010-06-26 | 4 | -12/+18 |
* | Add default "all" makefile targets to the demo tree makefiles. | Dean Camera | 2010-06-25 | 6 | -2/+10 |
* | Make loops in AVRISP-MKII Clone project's XPROG protocol infinite rather than... | Dean Camera | 2010-06-25 | 3 | -14/+4 |
* | Fix Doxygen formatting of parameters for the CALLBACK_HID_Device_CreateHIDRep... | Dean Camera | 2010-06-25 | 7 | -34/+34 |
* | 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 |