diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-04-28 08:15:16 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-04-28 08:15:16 +0000 |
commit | e977774d4e529ff2f668549197323924ff2a53d4 (patch) | |
tree | 77d56fd87a08545ae147aa7a8419819fb09b3ffc /LUFA/ManPages | |
parent | 1090e767f111121fb3e22fde3c66326f369f80cd (diff) | |
download | lufa-e977774d4e529ff2f668549197323924ff2a53d4.tar.gz lufa-e977774d4e529ff2f668549197323924ff2a53d4.tar.bz2 lufa-e977774d4e529ff2f668549197323924ff2a53d4.zip |
Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the LowLevel directory as it is hardware-dependent.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/MigrationInformation.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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.
*
* <b>Host Mode</b>
* - 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
*
|