aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ChangeLog.txt
Commit message (Expand)AuthorAgeFilesLines
...
* Better documentation for the ANSI terminal escape codes header.Dean Camera2010-11-171-91/+97
* Fixed AVRISP-MKII clone project not starting the target's program automatical...Dean Camera2010-11-161-0/+1
* Slow AVRISP-MKII clone PDI/TPI programming speed back to 250KHz due to issues...Dean Camera2010-11-161-1/+0
* Added new XCK_RESCUE_CLOCK_ENABLE compile time option to the AVRISP-MKII clon...Dean Camera2010-11-161-0/+1
* Second patch to fix incorrect PDI/TPI programming speed.Dean Camera2010-11-141-1/+1
* Fixed PDI/TPI programming speed of ~250KHz in the AVRISP-MKII Clone project, ...Dean Camera2010-11-121-0/+1
* Fixed incorrect PollingIntervalMS values in the demo/project/bootloader endpo...Dean Camera2010-11-101-0/+1
* Added board hardware driver support for the Adafruit U4 breakout board.Dean Camera2010-11-081-0/+1
* Fixed broken input in the MagStripe reader project due to an incorrect HID re...Dean Camera2010-11-071-0/+1
* Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...Dean Camera2010-11-051-0/+4
* Fixed USBtoSerial and XPLAINBridge demos discarding data from the PC if the s...Dean Camera2010-11-031-0/+1
* Fixed MIDI class driver send routines silently discarding packets if the endp...Dean Camera2010-11-031-0/+1
* Rescue clock of the AVRISP-MKII moved to the AVR's OCR1A pin, so that the clo...Dean Camera2010-11-021-0/+1
* Rename new CDC class bootloader NO_LOCK_BYTE_SUPPORT compile time option to N...Dean Camera2010-10-291-2/+2
* Added new NO_BLOCK_SUPPORT, NO_EEPROM_BYTE_SUPPORT, NO_FLASH_BYTE_SUPPORT and...Dean Camera2010-10-291-0/+2
* Added new Pipe_GetBusyBanks(), Endpoint_GetBusyBanks() and Endpoint_AbortPend...Dean Camera2010-10-291-0/+1
* Added standard keyboard HID report scancode defines (thanks to László Monda).Dean Camera2010-10-281-0/+1
* Added new NO_CLASS_DRIVER_AUTOFLUSH compile time option to disable automatic ...Dean Camera2010-10-271-0/+3
* Changed AudioInput and AudioOutput demos to reload the next sample via an int...Dean Camera2010-10-261-0/+1
* All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean Camera2010-10-241-0/+3
* Added default test tone generation mode to the Device mode AudioInput demos.Dean Camera2010-10-201-0/+1
* Added board hardware driver support for the Minimus board (thanks to the PSGr...Dean Camera2010-10-171-2/+3
* Added board hardware driver support for the Maximus board (thanks to the PSGr...Dean Camera2010-10-171-0/+1
* Added board hardware driver support for the Blackcat USB JTAG board (thanks t...Dean Camera2010-10-171-1/+2
* Renamed ENDPOINT_DOUBLEBANK_SUPPORTED() to ENDPOINT_BANKS_SUPPORTED() and cha...Dean Camera2010-10-131-0/+2
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-10/+11
* Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host inter...Dean Camera2010-10-121-0/+1
* Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum.Dean Camera2010-10-121-0/+1
* Fixed random enumeration failure while in device mode due to interrupts causi...Dean Camera2010-10-121-0/+1
* Minor documentation enhancements.Dean Camera2010-10-121-0/+1
* Added board hardware driver support for the Busware CUL V3 board.Dean Camera2010-10-061-0/+1
* Fixed SPI driver not explicitly setting /SS and MISO pins as inputs when SPI_...Dean Camera2010-10-061-0/+1
* Cache the USB_DeviceState variable internally in the library core when multip...Dean Camera2010-10-061-2/+2
* Revert change to the AVRISP-MKII project for fuse byte programming via the CM...Dean Camera2010-10-021-1/+0
* Fixed broken lock byte programming in the AVRISP-MKII clone project for some ...Dean Camera2010-10-021-0/+1
* Fixed broken FLASH/EEPROM programming in the AVRISP-MKII clone project when w...Dean Camera2010-10-021-0/+1
* Fix low level host mode demos not correctly fetching the next endpoint when a...Dean Camera2010-09-301-1/+1
* Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean Camera2010-09-301-0/+1
* Changed default value for the reset polarity parameter in the AVRISP-MKII pro...Dean Camera2010-09-291-0/+2
* Added board hardware driver support for the Arduino Uno development board.Dean Camera2010-09-281-0/+2
* Added CDC functional descriptor structs to the Low Level CDC demos and CDC cl...Dean Camera2010-09-281-0/+1
* Move out many of the common class driver constants into grouped enums, to mak...Dean Camera2010-09-281-0/+1
* Remove dfu-programmer program switches, to ensure maximum compatibility with ...Dean Camera2010-09-241-5/+3
* Added the --suppress-bootloader-mem option to the makefile dfu target, to ens...Dean Camera2010-09-241-0/+3
* Fixed endpoint selection within the CALLBACK_HID_Device_CreateHIDReport() cal...Dean Camera2010-09-241-0/+1
* Reverted modifications to USBInterrupt.h that were intefering with correct ho...Dean Camera2010-09-221-0/+1
* Fixed USB_Host_ClearPipeStall() incorrectly attempting to determine the endpo...Dean Camera2010-09-211-0/+1
* Removed the EVENT_USB_InitFailure() event, as not specifying a USB mode to US...Dean Camera2010-09-151-0/+1
* Fix incorrect documentation on the Get Descriptor standard request.Dean Camera2010-09-151-1/+1
* Make project makefiles correctly clean intermeditary build files from assembl...Dean Camera2010-09-151-0/+1