aboutsummaryrefslogtreecommitdiff
path: root/LUFA/MigrationInformation.txt
AgeCommit message (Expand)Author
2009-06-15Move main library documentation pages into a new ManPages subdirectory.Dean
2009-06-15Remove ConfigDescriptor.c/.h files from the ClassDriver Host demos, as they w...Dean
2009-06-09Deleted Host ClassDriver demos -- not yet started, faster to rebase new Class...Dean
2009-06-05Synchronise with the 090605 release.Dean
2009-06-04Minor documentation page updates.Dean
2009-05-22Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...Dean
2009-05-18Rewritten event system to remove all macros, to make user code clearer.Dean
2009-05-17Removed DESCRIPTOR_ADDRESS() macro as it was largely supurflous and only serv...Dean
2009-05-14Removed all user pipe/endpoint interrupt APIs, added internal library support...Dean
2009-05-12Fixed Mouse and Keyboard device demos not acting in accordance with the HID s...Dean
2009-05-11Fixed bug in RNDISEthernet and DualCDC demos not using the correct USB_Contro...Dean
2009-05-06Changed HWB board driver to Buttons driver, to allow for the support of futur...Dean
2009-05-03Fixed naming of OTG.h functions, to make them consistent with the rest of the...Dean
2009-05-03More minor renaming of library enums and events to try to create a consistent...Dean
2009-04-24Endpoint configuration is now refined to give better output when all configur...Dean
2009-04-23Fixed USB_RemoteWakeupEnabled flag never being set (the REMOTE WAKEUP Set Fea...Dean
2009-04-22USB_HostRequest renamed to USB_ControlRequest, entire control request header ...Dean
2009-04-21Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f...Dean
2009-04-20Changed over all deprecated GCC structure tag initializers to the standardize...Dean
2009-04-19Spell checked non-source documentation pages.Dean
2009-04-19Fixed incorrect HID interface class and subclass values in the Mouse and Keyb...Dean
2009-04-17Removed "Host_" section of the function names in ConfigDescriptor.h, as most ...Dean
2009-04-17Renamed Serial_Stream driver to SerialStream to remain consistent with the re...Dean
2009-04-16Partial commit: change references to Drivers/AT90USBXXX to Drivers/Peripheral.Dean
2009-04-16Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean
2009-04-14The USB_Host_SendControlRequest() function no longer automatically selects th...Dean
2009-04-01Added new GenericHIDHost demo.Dean
2009-03-31Commit for the 090401 release.Dean
2009-03-29Minor documentation fixes to correct formatting and typos.Dean
2009-03-27Add new page to the documentation listing existing LUFA powered projects, fix...Dean
2009-03-17Board Dataflash driver now allows for dataflash ICs which use different shift...Dean
2009-03-11Renamed NO_CLEARSET_FEATURE_REQUEST compile time token to NO_FEATURELESS_CONT...Dean
2009-03-10Fixed incorrect/missing control status stage transfers on demos, bootloaders ...Dean
2009-03-09Removed SetSystemClockPrescaler() macro, the clock_prescale_set() avr-libc ma...Dean
2009-03-04Updated makefiles to reflect new dfu-ee programming target invocations (suppl...Dean