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-09-22 11:34:04 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
qmk_firmware
/
Projects
/
AVRISP
/
Lib
/
ISP
History
Dean Camera
022035839e
Remove missed timer 0 init code in the ISP protocol handler in the AVRISP project. Switch the XPROG protocol target communications handler over to using Timer 1 COMA/COMB ISRs for the two physical layers, rather than COMA/ICR1. Speed up bit-banged USART mode slightly.
2009-12-27 07:14:57 +00:00
..
ISPProtocol.c
Make seperate ISP, PDI and TPI folders in the AVRISP project Lib subdirectory to hold each protocol's files.
2009-12-23 14:45:47 +00:00
ISPProtocol.h
Fixed ISP mode in the AVRISP programmer project.
2009-12-26 05:20:10 +00:00
ISPTarget.c
Remove missed timer 0 init code in the ISP protocol handler in the AVRISP project. Switch the XPROG protocol target communications handler over to using Timer 1 COMA/COMB ISRs for the two physical layers, rather than COMA/ICR1. Speed up bit-banged USART mode slightly.
2009-12-27 07:14:57 +00:00
ISPTarget.h
Added const where possible to the source functions in the Projects directory.
2009-12-26 04:13:55 +00:00