X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/a67bd74e3e8aad87dcee8cf0c0eaaccbe7d00552..9798440ca4f694e7cd8312a51b82e59589f1ebeb:/LUFA/ChangeLog.txt diff --git a/LUFA/ChangeLog.txt b/LUFA/ChangeLog.txt index 529cac40c..119fb4322 100644 --- a/LUFA/ChangeLog.txt +++ b/LUFA/ChangeLog.txt @@ -3,19 +3,23 @@ * This file contains special DoxyGen information for the generation of the main page and other special * documentation pages. It is not a project source file. */ - -========== TODO: =========== - - Document new class drivers - - Add standardized descriptor names to class driver structures, controlled by USE_NONSTANDARD_DESCRIPTOR_NAMES - - Disable JTAG in demos - - Convert Host mode demos to class drivers - - Remake AVRStudio projects to reflect file structure changes -============================ /** \page Page_ChangeLog Project Changelog * * \section Sec_ChangeLogXXXXXX Version XXXXXX * + * - Removed psuedo-scheduler, dynamic memory block allocator from the library (no longer needed and not used respectively) + * - Added new class drivers and matching demos to the library for rapid application development + * - Added incomplete device and host mode demos for later enhancement + * - Changed bootloaders to use FLASHEND rather than the existence of RAMPZ to determine if far FLASH pointers are needed + * - Error status LEDs shown when device endpoint configuration fails to complete + * - MIDI device demo no longer blocks if a note change event is sent while the endpoint is not ready + * - Fixes to MassStorageHost for better device compatibility (increase command timeout, change MassStore_WaitForDataReceived() + * to only unfreeze and check one data pipe at a time) + * + * + * \section Sec_ChangeLog090605 Version 090605 + * * - Fixed bug in RNDISEthernet and DualCDC demos not using the correct USB_ControlRequest structure for control request data * - Fixed documentation showing incorrect USB mode support on the supported AVRs list * - Fixed RNDISEthernet not working under Linux due to Linux requiring an "optional" RNDIS request which was unhandled @@ -38,7 +42,6 @@ * LUFA/Drivers/USB/Class/ directory to LUFA/Drivers/USB/HighLevel/ in preperation for the new USB class APIs * - Moved out each demos' functionality library files (e.g. Ring Buffer library) to /Lib directories for a better directory structure * - Removed Tx interrupt from the USBtoSerial demo; now sends characters via polling to ensure more time for the Rx interrupt - * - Removed psuedo-scheduler, dynamic memory block allocator from the library (no longer needed and not used respectively) * * * \section Sec_ChangeLog090510 Version 090510