aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/MigrationInformation.txt
Commit message (Expand)AuthorAgeFilesLines
* Oops - fix mixed "initialize" and "initialise" - opt for American spelling du...Dean Camera2010-07-301-1/+1
* More spell checking of all source files -- correct missed errors, switch to E...Dean Camera2010-07-301-5/+5
* Altered the CDC Deivice and Host Class drivers' receive byte routines, so tha...Dean Camera2010-07-301-0/+10
* Add TMC device capabilities to the incomplete TMC demo.Dean Camera2010-07-231-1/+1
* Convert over internal pseudo-function macros to true inline functions for add...Dean Camera2010-07-221-0/+5
* Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...Dean Camera2010-07-211-0/+6
* Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean Camera2010-07-191-1/+1
* Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...Dean Camera2010-07-021-1/+10
* Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...Dean Camera2010-06-161-15/+15
* Fixed AVRISP project not sending a full erase-and-write EEPROM command to XME...Dean Camera2010-05-161-2/+2
* Fixed AVRISP project sending a LOAD EXTENDED ADDRESS command to 128KB AVRs af...Dean Camera2010-05-141-4/+3
* Commit for 100513 re-release due to critical device mode bug.Dean Camera2010-05-131-1/+3
* Commit for the 100512 release.Dean Camera2010-05-121-1/+3
* Add new ReportType parameter to the HID class driver device callback and host...Dean Camera2010-05-091-0/+5
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-491/+491
* Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...Dean Camera2010-04-281-0/+4
* USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean Camera2010-04-281-0/+12
* Added a timeout value to the TWI_StartTransmission() function, within which t...Dean Camera2010-02-241-1/+4
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-241-3/+1
* Update Temperature board driver to be AVR32 compatible when the ADC periphera...Dean Camera2010-02-231-1/+3
* AVRISP programmer project now has a more robust timeout system, allowing for ...Dean Camera2010-02-191-0/+1
* Commit for the 100219 release.Dean Camera2010-02-191-1/+3
* Fixed Pipe_IsEndpointBound() function not taking the endpoint's direction int...Dean Camera2010-02-011-0/+3
* Add MIME type handling to the Webserver project, so that files of different t...Dean Camera2010-01-291-3/+3
* Added explicit ADC channel masks for the standard set of ADC channels, as the...Dean Camera2010-01-251-0/+6
* Added support to the MIDI Class drivers for packed data, where multiple MIDI ...Dean Camera2010-01-051-1/+11
* Start of implementation of the low level TPI programming protocol in the AVRI...Dean Camera2009-12-231-1/+5
* Fixed HID Parser not distributing the Usage Min and Usage Max values across a...Dean Camera2009-12-041-0/+3
* Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...Dean Camera2009-11-261-1/+3
* Fixed misnamed SI_Host_USBTask() and SI_Host_ConfigurePipes() functions.Dean Camera2009-11-231-1/+5
* Added new ReportType parameter to the HID Device Class driver CALLBACK_HID_De...Dean Camera2009-11-231-1/+3
* Add activity LED updates to the AVRISP project.Dean Camera2009-11-231-0/+4
* Commit for the 091122 release.Dean Camera2009-11-221-3/+1
* Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function t...Dean Camera2009-11-131-2/+3
* Added new Printer Host mode Class driver.Dean Camera2009-11-041-0/+1
* Rename the AT90USBXXX67 internal driver directory to AVRU4U6U7.Dean Camera2009-11-031-1/+6
* Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD...Dean Camera2009-10-181-2/+2
* Added new HID_HOST_BOOT_PROTOCOL_ONLY compile time token to reduce the size o...Dean Camera2009-09-301-0/+1
* Fixed PrinterHost demo returning invalid Device ID data when the attached dev...Dean Camera2009-09-281-0/+2
* Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean Camera2009-09-091-3/+11
* Add StillImage Host Class Driver functions for opening and closing sessions. ...Dean Camera2009-09-021-1/+1
* Add user-filtering to the HID report parser, so that the user code can decide...Dean Camera2009-09-021-0/+4
* Changed the parameters and behaviour of the USB_GetDeviceConfigDescriptor() f...Dean Camera2009-08-311-0/+6
* Fixed AVRISP programmer demo -- can now connect to a target and read/write Si...Dean Camera2009-08-231-0/+4
* Added V2Protocol handlers to the AVRISP project to enter/exit programming mod...Dean Camera2009-08-231-1/+3
* Fix issue in CDC device class driver where received data the size of the data...Dean Camera2009-08-111-0/+3
* Commit for 090810rc1 release.Dean Camera2009-08-051-1/+1
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-1/+5
* Update migration notes for the upcomming 090810 release.Dean Camera2009-08-031-2/+13
* State information for class drivers is now zeroed out during enumeration (bot...Dean Camera2009-07-271-1/+1