From 60e96412220b62a614348c287354c56f282fcc70 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 5 Jan 2010 04:50:18 +0000 Subject: Inline USB management functions in the Class drivers which are standardized but currently unused, to prevent them from using up unneccesary cycles and flash in the user application. --- LUFA/ManPages/ChangeLog.txt | 1 + LUFA/ManPages/LibraryResources.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'LUFA/ManPages') diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 03c19b4a4..7d75907e2 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -22,6 +22,7 @@ * reset * - Changed over the MassStorageKeyboard Class driver device demo to use Start of Frame events rather than a timer to keep track * of elapsed milliseconds + * - Inlined currently unused (but standardized) maintenance functions in the Device and Host Class drivers to save space * * Fixed: * - Fixed AVRISP project not able to enter programming mode when ISP protocol is used diff --git a/LUFA/ManPages/LibraryResources.txt b/LUFA/ManPages/LibraryResources.txt index 7ba267fa5..6bc06abba 100644 --- a/LUFA/ManPages/LibraryResources.txt +++ b/LUFA/ManPages/LibraryResources.txt @@ -10,7 +10,7 @@ * Project Homepage: http://www.fourwalledcubicle.com/LUFA.php \n * Development Blog: http://www.fourwalledcubicle.com/blog \n * Discussion Group: http://groups.google.com/group/myusb-support-list \n - * SVN Access, Bug Reports and Feature Requests: http://code.google.com/p/lufa-lib/ \n + * Official Releases, SVN Access, Issue Tracker: http://code.google.com/p/lufa-lib/ \n * Git Access: http://github.com/abcminiuser/lufa-lib * Commit RSS: http://github.com/feeds/abcminiuser/commits/lufa-lib/master * Author's Website: http://www.fourwalledcubicle.com \n -- cgit v1.2.3