aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed AVRISP-MKII clone project not starting the target's program automatical...Dean Camera2010-11-168-61/+88
* Slow AVRISP-MKII clone PDI/TPI programming speed back to 250KHz due to issues...Dean Camera2010-11-164-9/+10
* Added new XCK_RESCUE_CLOCK_ENABLE compile time option to the AVRISP-MKII clon...Dean Camera2010-11-166-12/+34
* 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-146-9/+8
* Fixed PDI/TPI programming speed of ~250KHz in the AVRISP-MKII Clone project, ...Dean Camera2010-11-124-4/+8
* Fixed incorrect PollingIntervalMS values in the demo/project/bootloader endpo...Dean Camera2010-11-1040-85/+87
* Remove link to (now deleted) public Mercurial mirror in the documentation.Dean Camera2010-11-091-1/+0
* Fix incorrect ADEFS and CPPDEFS entries in the DFU and CDC class bootloader m...Dean Camera2010-11-092-4/+4
* Added board hardware driver support for the Adafruit U4 breakout board.Dean Camera2010-11-0814-13/+148
* Fixed broken input in the MagStripe reader project due to an incorrect HID re...Dean Camera2010-11-072-1/+2
* Fix documentation reference error.Dean Camera2010-11-051-2/+2
* Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...Dean Camera2010-11-0588-224/+222
* Loop in the ClassDriver MIDI device/host demos until there are no more incomm...Dean Camera2010-11-054-8/+12
* Fixed USBtoSerial and XPLAINBridge demos discarding data from the PC if the s...Dean Camera2010-11-036-10/+22
* Minor documentation improvements.Dean Camera2010-11-032-24/+24
* Remove already implemented features from the Future Changes manual page.Dean Camera2010-11-031-1/+0
* Fixed MIDI class driver send routines silently discarding packets if the endp...Dean Camera2010-11-033-18/+13
* Fix XPLAINBridge code broken during the changes to the Rescue Clock generatio...Dean Camera2010-11-0225-272/+365
* Rescue clock of the AVRISP-MKII moved to the AVR's OCR1A pin, so that the clo...Dean Camera2010-11-027-25/+56
* Rename new CDC class bootloader NO_LOCK_BYTE_SUPPORT compile time option to N...Dean Camera2010-10-294-192/+199
* Added new NO_BLOCK_SUPPORT, NO_EEPROM_BYTE_SUPPORT, NO_FLASH_BYTE_SUPPORT and...Dean Camera2010-10-296-30/+61
* Oops - typos in the naming of the NBUSYBK0 bits breaking the new busy bank co...Dean Camera2010-10-292-3/+3
* Added new Pipe_GetBusyBanks(), Endpoint_GetBusyBanks() and Endpoint_AbortPend...Dean Camera2010-10-293-0/+43
* Added standard keyboard HID report scancode defines (thanks to László Monda).Dean Camera2010-10-2812-79/+337
* Move Set Feature and Clear Feature control request feature selector values in...Dean Camera2010-10-282-19/+22
* Move RNDISConstants.h into the RNDIS class driver common definition header.Dean Camera2010-10-2823-149/+272
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-28578-596/+595
* Added new NO_CLASS_DRIVER_AUTOFLUSH compile time option to disable automatic ...Dean Camera2010-10-2710-24/+53
* Changed AudioInput and AudioOutput demos to reload the next sample via an int...Dean Camera2010-10-2610-112/+88
* Add descriptor class, subclass and protocol constants to the class drivers, m...Dean Camera2010-10-2596-631/+650
* All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean Camera2010-10-24208-2910/+589
* Better algorithm to extract and convert the internal device serial number int...Dean Camera2010-10-242-6/+6
* Oops - fix broken SPI driver due to missing bit inversion on a port mask.Dean Camera2010-10-201-3/+3
* Added default test tone generation mode to the Device mode AudioInput demos.Dean Camera2010-10-2010-26/+78
* Added board hardware driver support for the Minimus board (thanks to the PSGr...Dean Camera2010-10-178-3/+240
* Oops - add missing Maximus board LED hardware driver file.Dean Camera2010-10-172-1/+132
* Added board hardware driver support for the Maximus board (thanks to the PSGr...Dean Camera2010-10-175-2/+9
* Added board hardware driver support for the Blackcat USB JTAG board (thanks t...Dean Camera2010-10-178-3/+141
* Add missing ENDPOINT_ATTR_NO_SYNC and ENDPOINT_USAGE_DATA attributes to the ...Dean Camera2010-10-131-3/+3
* Renamed ENDPOINT_DOUBLEBANK_SUPPORTED() to ENDPOINT_BANKS_SUPPORTED() and cha...Dean Camera2010-10-134-21/+26
* 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-132-7/+11
* Minor documentation corrections.Dean Camera2010-10-137-19/+19
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-13760-12162/+12881
* Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host inter...Dean Camera2010-10-1218-85/+87
* Fix Webserver project code not compiling due to the changes to the USB mode s...Dean Camera2010-10-124-4/+4
* Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum.Dean Camera2010-10-1211-79/+78
* Fixed random enumeration failure while in device mode due to interrupts causi...Dean Camera2010-10-122-29/+29
* Minor documentation enhancements.Dean Camera2010-10-123-0/+10