mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the LowLevel directory as it is hardware-dependent.
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user