aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Changed all Device mode LowLevel demos and Device Class drivers so that the c...Dean Camera2010-08-2218-167/+82
* Moved calls to Device mode Class Driver events to after the request has been ...Dean Camera2010-08-226-9/+18
* Added compile time error to the AVRISP-MKII project when built for the U4 chi...Dean Camera2010-08-223-0/+8
* Clarify in the documentation that the Audio demos and driver is for the Audio...Dean Camera2010-08-217-23/+23
* Remove unneccesary call to USB_Device_EnableSOFEvents() in the MassStorage an...Dean Camera2010-08-212-4/+0
* Fixed critical pipe/endpoint memory allocation issue where the bank memory ad...Dean Camera2010-08-203-17/+77
* Added new SCSI_ASENSE_NOT_READY_TO_READY_CHANGE constant to the Mass Storage ...Dean Camera2010-08-204-4/+15
* Fixed MassStorage based demos and projects resetting the SCSI sense values be...Dean Camera2010-08-1817-275/+375
* Fixed USB_GetHIDReportItemInfo() function modifying the given report item's d...Dean Camera2010-08-103-6/+12
* Tighten up the code in the delta movement detection code in the MouseHostWith...Dean Camera2010-08-094-32/+18
* Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...Dean Camera2010-08-0943-513/+377
* Add notification endpoint to the incomplete TMC demo.Dean Camera2010-08-096-7/+37
* Commit for the 100807 release.Dean Camera2010-08-094-5/+5
* Fix invocations of avr-size in all makefiles broken on unpatched *nix systems...Dean Camera2010-08-0868-70/+277
* Fixed software application start command broken in the DFU class bootloader w...Dean Camera2010-08-054-11/+19
* Ensure all demos now compile in C99 standards mode, and not GNU99 (C99 + GNU ...Dean Camera2010-08-037-18/+19
* Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser ...Dean Camera2010-08-0266-96/+166
* Fix XPLAINBridge project discarding characters from the USB interface due to ...Dean Camera2010-08-0113-216/+269
* Invert the logic for the VBUS power light in the AVRISP-MKII project for the ...Dean Camera2010-08-011-1/+1
* Re-add deleted linker options to the Bootloader makefiles, which was preventi...Dean Camera2010-07-312-0/+2
* Fixed Serial peripheral driver not turning off the USART before reconfiguring...Dean Camera2010-07-315-14/+18
* Oops - fix mixed "initialize" and "initialise" - opt for American spelling du...Dean Camera2010-07-3011-13/+13
* 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