From e977774d4e529ff2f668549197323924ff2a53d4 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 28 Apr 2010 08:15:16 +0000 Subject: Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the LowLevel directory as it is hardware-dependent. --- LUFA/ManPages/MigrationInformation.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'LUFA/ManPages') diff --git a/LUFA/ManPages/MigrationInformation.txt b/LUFA/ManPages/MigrationInformation.txt index baed50987..11dd346e4 100644 --- a/LUFA/ManPages/MigrationInformation.txt +++ b/LUFA/ManPages/MigrationInformation.txt @@ -21,12 +21,16 @@ * to perform other initialization before it is ready to handle global interrupts. The user application is now responsible * for enabling global interrupts before or shortly after calling \ref USB_Init() to ensure that the enumeration process * functions correctly. + * - The USBInterrupt.c USB driver source file has been relocated from LUFA/Drivers/USB/HighLevel/ to LUFA/Drivers/USB/LowLevel. + * Projects must update their makefile SRC values accordingly. * * Host Mode * - The \ref USB_Init() function no longer calls sei() to enable global interrupts, as the user application may need * to perform other initialization before it is ready to handle global interrupts. The user application is now responsible * for enabling global interrupts before or shortly after calling \ref USB_Init() to ensure that the enumeration process * functions correctly. + * - The USBInterrupt.c USB driver source file has been relocated from LUFA/Drivers/USB/HighLevel/ to LUFA/Drivers/USB/LowLevel. + * Projects must update their makefile SRC values accordingly. * * \section Sec_Migration100219 Migrating from 091223 to 100219 * -- cgit v1.2.3