aboutsummaryrefslogtreecommitdiffstats
path: root/Projects
Commit message (Expand)AuthorAgeFilesLines
* Fixed LowLevel JoystickHostWithParser demo not saving the chosen HID interfac...Dean Camera2010-10-011-15/+12
* Fix low level host mode demos not correctly fetching the next endpoint when a...Dean Camera2010-09-303-34/+47
* Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean Camera2010-09-308-8/+8
* Changed default value for the reset polarity parameter in the AVRISP-MKII pro...Dean Camera2010-09-292-2/+4
* Move out many of the common class driver constants into grouped enums, to mak...Dean Camera2010-09-2812-69/+73
* Remove dfu-programmer program switches, to ensure maximum compatibility with ...Dean Camera2010-09-2411-22/+22
* Added the --suppress-bootloader-mem option to the makefile dfu target, to ens...Dean Camera2010-09-2411-33/+33
* Make project makefiles correctly clean intermeditary build files from assembl...Dean Camera2010-09-1511-22/+22
* Added board hardware driver support for the BUI development board.Dean Camera2010-09-142-114/+1
* Remove incomplete MIDIToneGenerator project.Dean Camera2010-09-135-1391/+0
* Fix typos in the project overview text files.Dean Camera2010-09-093-3/+3
* Added class specific descriptor type defines with standard USB-IF element nam...Dean Camera2010-09-096-30/+30
* Clarify in the project documentation files what the each of the different USB...Dean Camera2010-08-319-26/+26
* Fix incorrect ADC driver documentation for the parameters of ADC_Init(), fix ...Dean Camera2010-08-312-2/+2
* Remove remaining void* descriptor casts in the projects and demos that were n...Dean Camera2010-08-294-19/+19
* Add better description of the Ultra-Lightweight Ring Buffer header files.Dean Camera2010-08-293-3/+24
* Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s...Dean Camera2010-08-2422-100/+111
* Moved calls to Device mode Class Driver events to after the request has been ...Dean Camera2010-08-223-1/+3
* Added compile time error to the AVRISP-MKII project when built for the U4 chi...Dean Camera2010-08-221-0/+4
* Fixed MassStorage based demos and projects resetting the SCSI sense values be...Dean Camera2010-08-186-95/+204
* Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...Dean Camera2010-08-099-50/+44
* Commit for the 100807 release.Dean Camera2010-08-091-1/+1
* Fix invocations of avr-size in all makefiles broken on unpatched *nix systems...Dean Camera2010-08-0812-12/+48
* Ensure all demos now compile in C99 standards mode, and not GNU99 (C99 + GNU ...Dean Camera2010-08-031-3/+3
* Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser ...Dean Camera2010-08-0211-12/+28
* Fix XPLAINBridge project discarding characters from the USB interface due to ...Dean Camera2010-08-017-184/+241
* Invert the logic for the VBUS power light in the AVRISP-MKII project for the ...Dean Camera2010-08-011-1/+1
* Fixed Serial peripheral driver not turning off the USART before reconfiguring...Dean Camera2010-07-312-2/+2
* Oops - fix mixed "initialize" and "initialise" - opt for American spelling du...Dean Camera2010-07-303-3/+3
* More spell checking of all source files -- correct missed errors, switch to E...Dean Camera2010-07-3024-52/+52
* Spell check more of the third party libraries used by LUFA.Dean Camera2010-07-309-36/+36
* Altered the CDC Deivice and Host Class drivers' receive byte routines, so tha...Dean Camera2010-07-303-10/+8
* Oops - need to turn off USART via control register B before reconfiguring, fi...Dean Camera2010-07-302-4/+4
* Spell check all source files once again to find any typos.Dean Camera2010-07-2934-275/+275
* Fixed Benito and USBtoSerial projects not turning off the USART before reconf...Dean Camera2010-07-292-6/+21
* Add special support to the AVRISP-MKII for the new model USBTINY-MKII's addit...Dean Camera2010-07-292-6/+14
* Remove obsolete macros and preprocessor checks from the AVRISP-MKII project's...Dean Camera2010-07-291-29/+16
* Added support to the AVRISP-MKII project for ISP speeds slower than 125KHz vi...Dean Camera2010-07-296-86/+254
* Move over message ID specific header data to unions inside the standard TMC h...Dean Camera2010-07-271-2/+2
* Rename reserved members of all structs so that they are uniformly named acros...Dean Camera2010-07-261-4/+4
* Add missing INTERRUPT_CONTROL_ENDPOINT compile time option to the Mass Storag...Dean Camera2010-07-262-0/+2
* Added periodic flush timer to the Benito project. Alter the serial transmissi...Dean Camera2010-07-254-13/+28
* Future proof the XPROG protocol of the AVRISP-MKII project, so that non PDI a...Dean Camera2010-07-221-2/+2
* Update all demos, projects and bootloaders to indent all function parameters,...Dean Camera2010-07-2162-129/+302
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-1/+1
* Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean Camera2010-07-1921-847/+613
* Change over all makefiles to use C99 standards mode, rather than C99 + GNU Ex...Dean Camera2010-07-1814-38/+38
* Disable strict aliasing explicitly in the project makefiles, as this is appar...Dean Camera2010-07-1515-8/+20
* Removed the automated checking of event names in the demo, project and bootlo...Dean Camera2010-07-1512-217/+73
* Added ability to set the serial baud rate via the user's terminal in the XPLA...Dean Camera2010-07-158-15/+39