qmk_firmware/Projects/AVRISP-MKII/Lib
Dean Camera de9bd767dc 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.
2011-04-08 05:05:05 +00:00
..
ISP Correct UC3 global interrupt functions. 2011-04-08 05:05:05 +00:00
XPROG Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures. 2011-04-04 12:52:30 +00:00
V2Protocol.c Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures. 2011-04-04 12:52:30 +00:00
V2Protocol.h Changed AVRISP-MKII project to use the Watchdog interrupt for command timeouts, to reduce CPU usage and free timer 0 for other uses in the future. 2011-01-22 17:48:06 +00:00
V2ProtocolConstants.h Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
V2ProtocolParams.c Add static keyword to all project globals whose scope should be restricted to the same module as they are declared in. 2011-02-10 17:55:49 +00:00
V2ProtocolParams.h Update copyright year on all source files. 2011-01-01 13:00:56 +00:00