aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
Commit message (Expand)AuthorAgeFilesLines
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-282-13/+12
* Added new NO_CLASS_DRIVER_AUTOFLUSH compile time option to disable automatic ...Dean Camera2010-10-272-0/+9
* 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-242-0/+6
* Added default test tone generation mode to the Device mode AudioInput demos.Dean Camera2010-10-202-2/+4
* Added board hardware driver support for the Minimus board (thanks to the PSGr...Dean Camera2010-10-172-2/+4
* Added board hardware driver support for the Maximus board (thanks to the PSGr...Dean Camera2010-10-172-1/+3
* Added board hardware driver support for the Blackcat USB JTAG board (thanks t...Dean Camera2010-10-173-1/+4
* Renamed ENDPOINT_DOUBLEBANK_SUPPORTED() to ENDPOINT_BANKS_SUPPORTED() and cha...Dean Camera2010-10-132-0/+5
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-1326-76/+90
* 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-122-0/+3
* Fixed random enumeration failure while in device mode due to interrupts causi...Dean Camera2010-10-121-0/+1
* Minor documentation enhancements.Dean Camera2010-10-123-0/+10
* Added new NO_SOF_EVENTS compile time option, enabled in the bootloaders to re...Dean Camera2010-10-071-0/+5
* Added board hardware driver support for the Busware CUL V3 board.Dean Camera2010-10-062-0/+2
* 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-063-4/+4
* 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
* Make Host mode Class drivers only set the class driver instance's state value...Dean Camera2010-09-302-2/+3
* Fix incorrectly named configuration descriptor callback routines in the host ...Dean Camera2010-09-301-1/+0
* 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-303-0/+8
* Changed default value for the reset polarity parameter in the AVRISP-MKII pro...Dean Camera2010-09-292-1/+3
* Added board hardware driver support for the Arduino Uno development board.Dean Camera2010-09-282-0/+3
* Added CDC functional descriptor structs to the Low Level CDC demos and CDC cl...Dean Camera2010-09-282-0/+2
* Move out many of the common class driver constants into grouped enums, to mak...Dean Camera2010-09-283-2/+6
* 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-242-5/+8
* 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
* Ensure device address latch bit is not set at the same time as the new addres...Dean Camera2010-09-191-1/+1
* Removed the EVENT_USB_InitFailure() event, as not specifying a USB mode to US...Dean Camera2010-09-152-0/+3
* 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
* Minor documentation corrections.Dean Camera2010-09-155-9/+10
* Fixed incorrect signature reported in the CDC class bootloader for the ATMEGA...Dean Camera2010-09-141-0/+1
* Added board hardware driver support for the BUI development board.Dean Camera2010-09-142-8/+10
* Added board hardware driver support for the UDIP development board.Dean Camera2010-09-143-1/+2
* Fixed SET FEATURE and CLEAR FEATURE control requests directed at an unconfigu...Dean Camera2010-09-131-0/+1
* Remove incomplete MIDIToneGenerator project.Dean Camera2010-09-131-1/+1
* Added PRNT_Host_SendByte() and PRNT_Host_Flush() functions to the Host mode P...Dean Camera2010-09-111-1/+2
* Added new project makefile template to the library and moved board driver stu...Dean Camera2010-09-112-1/+22
* Added class specific descriptor type defines with standard USB-IF element nam...Dean Camera2010-09-093-1/+5
* Added LEDs_ToggleLEDs() function to several board LED drivers which were miss...Dean Camera2010-09-092-1/+4
* Added new PRNT_Host_BytesReceived() and PRNT_Host_ReceiveByte() functions to ...Dean Camera2010-09-072-0/+5
* Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions...Dean Camera2010-09-051-0/+5