* This file contains special DoxyGen information for the generation of the main page and other special\r
* documentation pages. It is not a project source file.\r
*/\r
- \r
+\r
/** \page Page_ChangeLog Project Changelog\r
*\r
* \section Sec_ChangeLogXXXXXX Version XXXXXX\r
*\r
+ * - Removed psuedo-scheduler, dynamic memory block allocator from the library (no longer needed and not used respectively)\r
+ * - Added new class drivers and matching demos to the library for rapid application development\r
+ * - Added incomplete device and host mode demos for later enhancement\r
+ * - Changed bootloaders to use FLASHEND rather than the existence of RAMPZ to determine if far FLASH pointers are needed\r
+ * - Error status LEDs shown when device endpoint configuration fails to complete\r
+ * - MIDI device demo no longer blocks if a note change event is sent while the endpoint is not ready\r
+ * - Fixes to MassStorageHost for better device compatibility (increase command timeout, change MassStore_WaitForDataReceived()\r
+ * to only unfreeze and check one data pipe at a time)\r
+ *\r
+ *\r
+ * \section Sec_ChangeLog090605 Version 090605\r
+ *\r
* - Fixed bug in RNDISEthernet and DualCDC demos not using the correct USB_ControlRequest structure for control request data\r
* - Fixed documentation showing incorrect USB mode support on the supported AVRs list\r
* - Fixed RNDISEthernet not working under Linux due to Linux requiring an "optional" RNDIS request which was unhandled\r
* - Removed DESCRIPTOR_COMPARATOR() macro - comparators should now use regular function definitions to clarify user code\r
* - USB_IsConnected is now cleared before the USB_Disconnect() event is fired in response to VBUS being removed\r
* - Fixed incorrect PID value being used in the USBtoSerial project (thanks to Phill)\r
+ * - Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDescriptor, moved ConfigDescriptor.c/.h from the\r
+ * LUFA/Drivers/USB/Class/ directory to LUFA/Drivers/USB/HighLevel/ in preperation for the new USB class APIs\r
+ * - Moved out each demos' functionality library files (e.g. Ring Buffer library) to /Lib directories for a better directory structure\r
+ * - Removed Tx interrupt from the USBtoSerial demo; now sends characters via polling to ensure more time for the Rx interrupt\r
*\r
*\r
* \section Sec_ChangeLog090510 Version 090510\r