This website requires JavaScript.
Explore
Repositories
Help
Sign In
melissa
/
zsa_qmk_firmware
Watch
1
Star
0
Fork
0
You've already forked zsa_qmk_firmware
mirror of
https://github.com/zsa/qmk_firmware.git
synced
2026-02-03 02:57:19 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
348bf33b189b6dfa2d62170331ed6402b986ee59
zsa_qmk_firmware
/
Projects
/
AVRISP-MKII
/
Lib
History
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