From beb0b2bda0c45e958e88933a055d409e42fa0a0b Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 19 Jun 2009 04:34:35 +0000 Subject: Move LUFA compile time options to a new section in the application makefiles for clarity. --- LUFA/ManPages/MigrationInformation.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'LUFA/ManPages/MigrationInformation.txt') diff --git a/LUFA/ManPages/MigrationInformation.txt b/LUFA/ManPages/MigrationInformation.txt index d46ddd02b..f1b5f55ce 100644 --- a/LUFA/ManPages/MigrationInformation.txt +++ b/LUFA/ManPages/MigrationInformation.txt @@ -13,14 +13,15 @@ * \section Sec_MigrationXXXXXX Migrating from 090605 to XXXXXX * * All - * - The "Simple Scheduler" has been deprecated, as it was little more than an abtracted loop and caused much confusion. User - * applications using the scheduler should switch to regular loops instead. The scheduler code will be removed in a future + * - The "Simple Scheduler" has been deprecated, as it was little more than an abtracted loop and caused much confusion. + * User applications using the scheduler should switch to regular loops instead. The scheduler code will be removed in a future * release. * - The "Dynamic Memory Block Allocator" has been removed, as it was unused in (and unrelated to) the LUFA library and never * used in user applications. The library is available from the author's website for those wishing to still use it in their * applications. * * Host Mode + * - The HIDParser.c module has moved from LUFA/Drivers/USB/Class/ to LUFA/Drivers/USB/Class/Host/. * - The USB_GetDeviceConfigDescriptor() function now requires the desired configuration index within the device as its first * parameter, to add support for multi-configuration devices. Existing code should use a configuration index of 1 to indicate the * first configuration descriptor within the device. -- cgit v1.2.3