aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* More spell checking of all source files -- correct missed errors, switch to E...Dean Camera2010-07-30115-158/+158
* Spell check more of the third party libraries used by LUFA.Dean Camera2010-07-3010-37/+37
* Add the formula used to obtain the bootloader start address to the Bootloader...Dean Camera2010-07-302-6/+10
* Fix typo in DualVirtualSerial.c due to the changed CDC Device APIs that was p...Dean Camera2010-07-302-2/+3
* Altered the CDC Deivice and Host Class drivers' receive byte routines, so tha...Dean Camera2010-07-3013-59/+89
* Oops - need to turn off USART via control register B before reconfiguring, fi...Dean Camera2010-07-303-8/+8
* Spell check all source files once again to find any typos.Dean Camera2010-07-29116-600/+600
* Fixed Benito and USBtoSerial projects not turning off the USART before reconf...Dean Camera2010-07-293-6/+23
* Add special support to the AVRISP-MKII for the new model USBTINY-MKII's addit...Dean Camera2010-07-294-7/+20
* Remove obsolete macros and preprocessor checks from the AVRISP-MKII project's...Dean Camera2010-07-291-29/+16
* Oops - remove duplicated SPI driver init mask.Dean Camera2010-07-292-4/+0
* Added support to the AVRISP-MKII project for ISP speeds slower than 125KHz vi...Dean Camera2010-07-2911-90/+269
* Add TMC header read and write functions, so that TMC data can now be exchange...Dean Camera2010-07-283-53/+89
* Use static inline intermediatary functions in Endpoint.h to handle the maskin...Dean Camera2010-07-271-14/+36
* Move over message ID specific header data to unions inside the standard TMC h...Dean Camera2010-07-274-11/+40
* Rename reserved members of all structs so that they are uniformly named acros...Dean Camera2010-07-2611-66/+94
* Add comments to the currently completed portions of the incomplete Test and M...Dean Camera2010-07-261-1/+22
* Add missing INTERRUPT_CONTROL_ENDPOINT compile time option to the Mass Storag...Dean Camera2010-07-267-45/+62
* Add stream callback flags and class specific control request handler code to ...Dean Camera2010-07-265-18/+167
* Added periodic flush timer to the Benito project. Alter the serial transmissi...Dean Camera2010-07-255-14/+29
* Add TMC device capabilities to the incomplete TMC demo.Dean Camera2010-07-234-3/+68
* Update size of compiled Mouse demo in documentation, fix indenting in Device.h.Dean Camera2010-07-232-2/+2
* Convert over internal pseudo-function macros to true inline functions for add...Dean Camera2010-07-2221-1037/+1671
* Future proof the XPROG protocol of the AVRISP-MKII project, so that non PDI a...Dean Camera2010-07-221-2/+2
* Added start of a low level device Test and Measurement class demo (thanks to ...Dean Camera2010-07-229-3/+1238
* Fix up minor whitespace formatting errors.Dean Camera2010-07-229-9/+9
* Update all demos, projects and bootloaders to indent all function parameters,...Dean Camera2010-07-21271-625/+1316
* Replace internal Pipe_BytesToEPSizeMask() routine with a new version which re...Dean Camera2010-07-211-12/+10
* Add missing const qualifiers to class drivers.Dean Camera2010-07-2179-330/+586
* Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...Dean Camera2010-07-2120-53/+72
* Add missing const qualifier to the parameters of the USB_GetNextDescriptorCom...Dean Camera2010-07-213-208/+198
* Fixed MIDI_Device_SendEventPacket() not correctly waiting for the endpoint to...Dean Camera2010-07-202-1/+2
* Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean Camera2010-07-19116-4245/+2973
* Change over all makefiles to use C99 standards mode, rather than C99 + GNU Ex...Dean Camera2010-07-1870-105/+94
* Disable strict aliasing explicitly in the project makefiles, as this is appar...Dean Camera2010-07-1572-16/+82
* 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