Correct UC3 global interrupt functions.
authorDean Camera <dean@fourwalledcubicle.com>
Fri, 8 Apr 2011 05:05:05 +0000 (05:05 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Fri, 8 Apr 2011 05:05:05 +0000 (05:05 +0000)
commitde9bd767dc8578a45a195fb1e37dd4ff26ae9567
tree6fceed835501d02bdb8a0449fb8e7e035329e39b
parent70284d390f524e84e0539ad1e869366aaf94cf24
Correct UC3 global interrupt functions.

Replace all calls and references to _delay_ms() in the code with the architecture-agnostic Delay_MS() function.

Improve code generation for the Delay_MS() function on the AVR8 architecture when called with a constant input.
Bootloaders/DFU/BootloaderDFU.c
LUFA/Common/Common.h
LUFA/Drivers/Board/LEDs.h
LUFA/Drivers/USB/Core/AVR8/Host_AVR8.c
LUFA/Drivers/USB/Core/UC3/Host_UC3.c
LUFA/Drivers/USB/Core/UC3/USBInterrupt_UC3.h
LUFA/ManPages/SoftwareBootloaderJump.txt
Projects/AVRISP-MKII/Lib/ISP/ISPProtocol.c
Projects/XPLAINBridge/XPLAINBridge.c