aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/MigrationInformation.txt
Commit message (Expand)AuthorAgeFilesLines
* Update trunk documentation for new LUFA release.Dean Camera2011-05-271-1/+4
* Fix broken Doxygen documentation.Dean Camera2011-05-191-1/+1
* Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_De...Dean Camera2011-05-181-0/+3
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean Camera2011-04-041-1/+13
* F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc...Dean Camera2011-03-211-1/+3
* Endpoint_ResetFIFO() renamed to Endpoint_ResetEndpoint(), to be consistent wi...Dean Camera2011-03-051-0/+8
* Change bootloader makefiles to automatically compute the bootloader starting ...Dean Camera2011-02-091-1/+1
* Renamed the PRNT_Host_SendString(), CDC_Host_SendString() and CDC_Device_Send...Dean Camera2011-01-301-0/+5
* Removed SerialStream module, rolled functionality into the base USART Serial ...Dean Camera2011-01-301-150/+144
* 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