aboutsummaryrefslogtreecommitdiff
path: root/LUFA/ChangeLog.txt
AgeCommit message (Expand)Author
2009-04-16Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean
2009-04-15Fixed minor issue with the RNDISEthernet demo DHCP protocol decoder routine u...Dean
2009-04-14Corrected AudioInput and AudioOutput demos, to fix endpoint underflows due to...Dean
2009-04-14The USB_Host_SendControlRequest() function no longer automatically selects th...Dean
2009-04-14Adjusted sample CTC timer calculations in the AudioOutput and AudioInput demo...Dean
2009-04-13Fixed RNDISEthenet demo checking the incorrect message field for packet size ...Dean
2009-04-09Fixed GenericHID demo not starting USB and HID management tasks when not usin...Dean
2009-04-07Added support to the CDCHost demo for devices with mutiple CDC interfaces whi...Dean
2009-04-07Added preprocessor checks and documentation to the bootloaders giving informa...Dean
2009-04-05Removed all binary constants and replaced with decimal or hexadecimal constan...Dean
2009-04-05Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...Dean
2009-04-05Add call to MassStore_WaitForDataReceived() in MassStore_GetReturnedStatus() ...Dean
2009-04-02Added new PIMA_DATA_SIZE() define to the Still Image Host demo.Dean
2009-04-01All comments in the library, bootloaders, demos and projects have now been sp...Dean
2009-04-01Changed GenericHID device demo to use the LUFA scheduler, added INTERRUPT_DAT...Dean
2009-04-01Added new GenericHIDHost demo.Dean
2009-04-01Fixed incorrect defined in Version.h.Dean
2009-03-31Commit for the 090401 release.Dean
2009-03-29Minor documentation fixes to correct formatting and typos.Dean
2009-03-29Added new GenericHID device demo application.Dean
2009-03-29Fixed MagStripe keyboard interface polling interval, increased to 4ms from 2m...Dean
2009-03-27Add new page to the documentation listing existing LUFA powered projects, fix...Dean
2009-03-27AVRISP Programmer code is no longer in the LUFA mainline, remove it's PID all...Dean
2009-03-27Fixed incorrect ADC driver init register manipulation (thanks to Tobias).Dean
2009-03-26Fixed USBTask.h not conditionally including HostChapter9.h only when CAN_BE_D...Dean
2009-03-25Fixed documentation typoes and preprocessor checks relating to misspellings o...Dean
2009-03-23Fixed CDC demo not sending an empty packet after each transfer to prevent the...Dean
2009-03-20Combined Keyboad and Mouse normal and interrupt driven host demos into unifie...Dean
2009-03-19Combined Mouse, MouseViaInt and MouseFullInt demos into a single unified demo.Dean
2009-03-18Fixed typos in the SPI driver SPI_SPEED_FCPU_DIV_64 and SPI_SPEED_FCPU_DIV_12...Dean
2009-03-17Corrected CDC class bootloader to fix a few bugs, changed address counter to ...Dean
2009-03-17Incomplete non-functional BluetoothHost demo removed until it has reached a s...Dean
2009-03-17Added DataflashManager_WriteBlocks_RAM() and DataflashManager_ReadBlocks_RAM(...Dean
2009-03-17Board Dataflash driver now allows for dataflash ICs which use different shift...Dean
2009-03-16Added extra output to makefiles to indicate the currently selected BOARD para...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