qmk_firmware/Projects/AVRISP-MKII/Lib
Dean Camera e0852408de Replace cast-as-char* byte access of multibyte variables with proper shifts and masks to preserve endianness across different architectures. 2011-04-13 06:12:52 +00:00
..
ISP Correct UC3 global interrupt functions. 2011-04-08 05:05:05 +00:00
XPROG Replace cast-as-char* byte access of multibyte variables with proper shifts and masks to preserve endianness across different architectures. 2011-04-13 06:12:52 +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