aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
Commit message (Expand)AuthorAgeFilesLines
...
* Minor documentation corrections.Dean Camera2010-09-156-13/+14
* Fix board name redefinition in BoardTypes.h (thanks to Daniel Czigany).Dean Camera2010-09-141-1/+1
* Fixed incorrect signature reported in the CDC class bootloader for the ATMEGA...Dean Camera2010-09-142-1/+2
* Added board hardware driver support for the BUI development board.Dean Camera2010-09-1447-162/+300
* Added board hardware driver support for the UDIP development board.Dean Camera2010-09-1410-8/+266
* Fixed SET FEATURE and CLEAR FEATURE control requests directed at an unconfigu...Dean Camera2010-09-134-16/+17
* Remove incomplete MIDIToneGenerator project.Dean Camera2010-09-131-1/+1
* Minor documentation phrasing changes.Dean Camera2010-09-121-5/+5
* Added PRNT_Host_SendByte() and PRNT_Host_Flush() functions to the Host mode P...Dean Camera2010-09-113-14/+97
* Added new project makefile template to the library and moved board driver stu...Dean Camera2010-09-118-3/+732
* Whitespace corrections.Dean Camera2010-09-094-41/+41
* Added class specific descriptor type defines with standard USB-IF element nam...Dean Camera2010-09-099-102/+465
* Added LEDs_ToggleLEDs() function to several board LED drivers which were miss...Dean Camera2010-09-0912-12/+25
* Added new PRNT_Host_BytesReceived() and PRNT_Host_ReceiveByte() functions to ...Dean Camera2010-09-074-13/+96
* Must save and restore the endpoint/pipe interrupt enable flags during reconfi...Dean Camera2010-09-072-0/+8
* Fix bug in Pipe_ConfigurePipe() breaking already configured pipes that was ac...Dean Camera2010-09-051-7/+17
* Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions...Dean Camera2010-09-0510-26/+109
* Reduced HOST_DEVICE_SETTLE_DELAY_MS to 1000ms down from 1500ms to improve dev...Dean Camera2010-09-042-3/+5
* Added board hardware driver support for the USBFOO development board.Dean Camera2010-09-047-1/+232
* Added board hardware driver support for the Olimex AVR-USB-162 development bo...Dean Camera2010-09-0313-7/+261
* Clarify in the project documentation files what the each of the different USB...Dean Camera2010-08-311-4/+4
* Fix incorrect ADC driver documentation for the parameters of ADC_Init(), fix ...Dean Camera2010-08-312-30/+34
* Fix up documentation - remove obsolete Scheduler Overview page, roll document...Dean Camera2010-08-294-44/+26
* Add better description of the Ultra-Lightweight Ring Buffer header files.Dean Camera2010-08-291-0/+2
* Better documentation for the Endpoint_ConfigureEndpoint() and Pipe_ConfigureP...Dean Camera2010-08-243-29/+55
* Fixed LowLevel PrinterHost demo not sending control requests to the attached ...Dean Camera2010-08-242-4/+5
* Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s...Dean Camera2010-08-244-3/+10
* Fix Doxygen typos in Device.h.Dean Camera2010-08-241-3/+3
* Optimise Endpoint_ConfigureEndpoint_Prv() function to produce smaller code wh...Dean Camera2010-08-221-0/+11
* Split out endpoint and pipe stream functions into new EndpointStream.c/.h and...Dean Camera2010-08-2217-1144/+1303
* Changed all Device mode LowLevel demos and Device Class drivers so that the c...Dean Camera2010-08-226-33/+19
* Moved calls to Device mode Class Driver events to after the request has been ...Dean Camera2010-08-223-8/+15
* Added compile time error to the AVRISP-MKII project when built for the U4 chi...Dean Camera2010-08-222-0/+4
* Clarify in the documentation that the Audio demos and driver is for the Audio...Dean Camera2010-08-213-7/+7
* Fixed critical pipe/endpoint memory allocation issue where the bank memory ad...Dean Camera2010-08-203-17/+77
* Added new SCSI_ASENSE_NOT_READY_TO_READY_CHANGE constant to the Mass Storage ...Dean Camera2010-08-202-0/+9
* Fixed MassStorage based demos and projects resetting the SCSI sense values be...Dean Camera2010-08-182-1/+5
* Fixed USB_GetHIDReportItemInfo() function modifying the given report item's d...Dean Camera2010-08-103-6/+12
* Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...Dean Camera2010-08-094-141/+116
* Add notification endpoint to the incomplete TMC demo.Dean Camera2010-08-093-2/+8
* Commit for the 100807 release.Dean Camera2010-08-093-4/+4
* Fixed software application start command broken in the DFU class bootloader w...Dean Camera2010-08-051-0/+2
* Ensure all demos now compile in C99 standards mode, and not GNU99 (C99 + GNU ...Dean Camera2010-08-031-0/+1
* Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser ...Dean Camera2010-08-022-31/+32
* Fix XPLAINBridge project discarding characters from the USB interface due to ...Dean Camera2010-08-016-32/+28
* Fixed Serial peripheral driver not turning off the USART before reconfiguring...Dean Camera2010-07-312-9/+13
* Oops - fix mixed "initialize" and "initialise" - opt for American spelling du...Dean Camera2010-07-305-7/+7
* More spell checking of all source files -- correct missed errors, switch to E...Dean Camera2010-07-3029-44/+44
* Fix typo in DualVirtualSerial.c due to the changed CDC Device APIs that was p...Dean Camera2010-07-301-1/+2
* Altered the CDC Deivice and Host Class drivers' receive byte routines, so tha...Dean Camera2010-07-306-37/+72