aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/MigrationInformation.txt
Commit message (Expand)AuthorAgeFilesLines
* Added new high level TWI packet read/write commands, altered behaviour of the...Dean Camera2011-01-131-2/+8
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean Camera2011-01-101-0/+14
* Re-add in old Endpoint/Pipe workaround for unordered pipes - add new ORDERED_...Dean Camera2010-12-241-1/+5
* Commit for 101122 release.Dean Camera2010-11-221-25/+20
* Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...Dean Camera2010-11-051-0/+3
* All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean Camera2010-10-241-0/+3
* Renamed ENDPOINT_DOUBLEBANK_SUPPORTED() to ENDPOINT_BANKS_SUPPORTED() and cha...Dean Camera2010-10-131-0/+3
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-6/+7
* Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum.Dean Camera2010-10-121-0/+2
* Make Host mode Class drivers only set the class driver instance's state value...Dean Camera2010-09-301-2/+2
* Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean Camera2010-09-301-0/+6
* Move out many of the common class driver constants into grouped enums, to mak...Dean Camera2010-09-281-1/+3
* Removed the EVENT_USB_InitFailure() event, as not specifying a USB mode to US...Dean Camera2010-09-151-0/+2
* Minor documentation corrections.Dean Camera2010-09-151-1/+1
* Added class specific descriptor type defines with standard USB-IF element nam...Dean Camera2010-09-091-0/+4
* Added new PRNT_Host_BytesReceived() and PRNT_Host_ReceiveByte() functions to ...Dean Camera2010-09-071-0/+4
* Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s...Dean Camera2010-08-241-0/+5
* Split out endpoint and pipe stream functions into new EndpointStream.c/.h and...Dean Camera2010-08-221-1/+6
* 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
* 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