This website requires JavaScript.
Explore
Help
Sign In
mfulz_github
/
qmk_firmware
Watch
1
Star
0
Fork
1
You've already forked qmk_firmware
mirror of
https://github.com/mfulz/qmk_firmware.git
synced
2025-06-08 08:01:51 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
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