aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ChangeLog.txt
Commit message (Expand)AuthorAgeFilesLines
* Added board hardware driver support for the Olimex AVR-USB-162 development bo...Dean Camera2010-09-031-0/+1
* Fixed LowLevel PrinterHost demo not sending control requests to the attached ...Dean Camera2010-08-241-0/+1
* Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s...Dean Camera2010-08-241-0/+2
* Split out endpoint and pipe stream functions into new EndpointStream.c/.h and...Dean Camera2010-08-221-0/+1
* Changed all Device mode LowLevel demos and Device Class drivers so that the c...Dean Camera2010-08-221-2/+3
* Moved calls to Device mode Class Driver events to after the request has been ...Dean Camera2010-08-221-0/+4
* Added compile time error to the AVRISP-MKII project when built for the U4 chi...Dean Camera2010-08-221-0/+2
* Fixed critical pipe/endpoint memory allocation issue where the bank memory ad...Dean Camera2010-08-201-0/+2
* Added new SCSI_ASENSE_NOT_READY_TO_READY_CHANGE constant to the Mass Storage ...Dean Camera2010-08-201-0/+4
* Fixed MassStorage based demos and projects resetting the SCSI sense values be...Dean Camera2010-08-181-0/+4
* Fixed USB_GetHIDReportItemInfo() function modifying the given report item's d...Dean Camera2010-08-101-0/+4
* Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...Dean Camera2010-08-091-1/+5
* Add notification endpoint to the incomplete TMC demo.Dean Camera2010-08-091-0/+3
* Commit for the 100807 release.Dean Camera2010-08-091-1/+1
* 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
* Fixed Serial peripheral driver not turning off the USART before reconfiguring...Dean Camera2010-07-311-0/+2
* Oops - fix mixed "initialize" and "initialise" - opt for American spelling du...Dean Camera2010-07-301-2/+2
* More spell checking of all source files -- correct missed errors, switch to E...Dean Camera2010-07-301-6/+6
* 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-301-0/+2
* Spell check all source files once again to find any typos.Dean Camera2010-07-291-7/+7
* Fixed Benito and USBtoSerial projects not turning off the USART before reconf...Dean Camera2010-07-291-0/+2
* Add special support to the AVRISP-MKII for the new model USBTINY-MKII's addit...Dean Camera2010-07-291-0/+2
* Added support to the AVRISP-MKII project for ISP speeds slower than 125KHz vi...Dean Camera2010-07-291-0/+2
* Added periodic flush timer to the Benito project. Alter the serial transmissi...Dean Camera2010-07-251-1/+1
* Convert over internal pseudo-function macros to true inline functions for add...Dean Camera2010-07-221-0/+1
* Added start of a low level device Test and Measurement class demo (thanks to ...Dean Camera2010-07-221-0/+1
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-0/+1
* Fixed MIDI_Device_SendEventPacket() not correctly waiting for the endpoint to...Dean Camera2010-07-201-0/+1
* Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean Camera2010-07-191-0/+1
* Removed the automated checking of event names in the demo, project and bootlo...Dean Camera2010-07-151-0/+2
* Added ability to set the serial baud rate via the user's terminal in the XPLA...Dean Camera2010-07-151-0/+1
* Fixed HID device class driver still using PrevReportINBuffer for GetReport co...Dean Camera2010-07-151-0/+2
* Remove the timeout period extension code from the AVRISP project, as no singl...Dean Camera2010-07-131-0/+2
* Add AVRStudio 4 project files to the ClassDriver Device mode demos.Dean Camera2010-07-131-1/+1
* Add AVRStudio 4 project files for the library bootloaders.Dean Camera2010-07-131-1/+1
* Add first lot of AVRStudio project files for some of the library projects.Dean Camera2010-07-131-0/+1
* Alter the ring buffer library headers to have both atomic and non-atomic inse...Dean Camera2010-07-121-0/+1
* Major changes to the XPLAINBridge software UART code for performance and reli...Dean Camera2010-07-111-0/+1
* Rewrote the implementation of the SwapEndian_16() and SwapEndian_32() functio...Dean Camera2010-07-091-0/+2
* Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...Dean Camera2010-07-021-0/+3
* Added new pgm_read_ptr() macro to Common.h for reading of pointers out of fla...Dean Camera2010-06-221-0/+2
* Fixed broken PDI EEPROM Section Erase functionality in the AVRISP-MKII project.Dean Camera2010-06-171-0/+1
* Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean Camera2010-06-171-0/+1
* Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...Dean Camera2010-06-161-35/+35
* Better fix to avoid void pointer arithmetic in ConfigDescriptor.h to regain C...Dean Camera2010-06-021-0/+1
* Fixed internal device serial not being accessible on the ATMEGAXXU2 AVRs (tha...Dean Camera2010-05-301-0/+1
* Fixed incorrect signature for the ATMEGA32U2 in the DFU bootloader (thanks to...Dean Camera2010-05-291-0/+1
* Added new VTARGET_REF_VOLTS and VTARGET_SCALE_FACTOR compile time defines to ...Dean Camera2010-05-271-0/+3