aboutsummaryrefslogtreecommitdiffstats
path: root/Projects
Commit message (Expand)AuthorAgeFilesLines
* Slow AVRISP-MKII clone PDI/TPI programming speed back to 250KHz due to issues...Dean Camera2010-11-163-8/+10
* Added new XCK_RESCUE_CLOCK_ENABLE compile time option to the AVRISP-MKII clon...Dean Camera2010-11-165-12/+33
* Fixed incorrect event name in the Benito project.Dean Camera2010-11-151-2/+5
* Second patch to fix incorrect PDI/TPI programming speed.Dean Camera2010-11-145-8/+7
* Fixed PDI/TPI programming speed of ~250KHz in the AVRISP-MKII Clone project, ...Dean Camera2010-11-123-4/+7
* Fixed incorrect PollingIntervalMS values in the demo/project/bootloader endpo...Dean Camera2010-11-109-19/+19
* Added board hardware driver support for the Adafruit U4 breakout board.Dean Camera2010-11-085-8/+8
* Fixed broken input in the MagStripe reader project due to an incorrect HID re...Dean Camera2010-11-071-1/+1
* Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...Dean Camera2010-11-0517-25/+25
* Fixed USBtoSerial and XPLAINBridge demos discarding data from the PC if the s...Dean Camera2010-11-032-8/+20
* Fix XPLAINBridge code broken during the changes to the Rescue Clock generatio...Dean Camera2010-11-023-12/+23
* Rescue clock of the AVRISP-MKII moved to the AVR's OCR1A pin, so that the clo...Dean Camera2010-11-026-25/+55
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-28106-108/+108
* Add descriptor class, subclass and protocol constants to the class drivers, m...Dean Camera2010-10-2511-75/+75
* All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean Camera2010-10-2428-38/+8
* Fix incomplete StandaloneProgrammer project code not compiling due to the rec...Dean Camera2010-10-132-3/+3
* Fix SoftUART.c not compiling due to accidental check in of changes not yet co...Dean Camera2010-10-131-3/+3
* Minor documentation corrections.Dean Camera2010-10-133-6/+6
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-13158-2245/+2396
* Fix Webserver project code not compiling due to the changes to the USB mode s...Dean Camera2010-10-124-4/+4
* Fixed ISR definition conflict in the XPLAIN bridge between the software UART ...Dean Camera2010-10-102-11/+16
* Revert change to the AVRISP-MKII project for fuse byte programming via the CM...Dean Camera2010-10-021-9/+0
* Fixed broken lock byte programming in the AVRISP-MKII clone project for some ...Dean Camera2010-10-022-3/+10
* Fixed broken FLASH/EEPROM programming in the AVRISP-MKII clone project when w...Dean Camera2010-10-022-4/+15
* 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