X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/d1e52660368d34d693131f6aff3c8fd8584162e5..d47df1cd3a340306255b26a7112d7ff7fa6cd4e4:/LUFA/ChangeLog.txt diff --git a/LUFA/ChangeLog.txt b/LUFA/ChangeLog.txt index fe3b63360..3c4883075 100644 --- a/LUFA/ChangeLog.txt +++ b/LUFA/ChangeLog.txt @@ -5,17 +5,26 @@ */ ========== TODO: =========== - - Document new class drivers - - Re-document all demos now that they have changed + - Document new device class drivers (in progress) + - Made new host class drivers + - Document new host class drivers + - Convert Host mode demos to class drivers + - Add in old Host mode demos, convert to schedulerless + - Add in incomplete host mode demos - Add standardized descriptor names to class driver structures, controlled by USE_NONSTANDARD_DESCRIPTOR_NAMES - - Add C++ compatibility to class drivers - - Disable JTAG in demos + - 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 + * + * + * \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,8 +47,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 - * - Added new EVENT_USB_StartOfFrame event in the library to indicate the start of each USB frame (when generated) - * - Removed psuedo-scheduler, dynamic memory block allocator from the library (no longer needed and not used respectively) * * * \section Sec_ChangeLog090510 Version 090510