This website requires JavaScript.
Explore
Help
Sign In
eqmk
/
qmk_firmware
Watch
1
Star
0
Fork
0
You've already forked qmk_firmware
forked from
mfulz_github/qmk_firmware
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
qmk_firmware
/
Projects
/
AVRISP
/
Lib
History
Dean Camera
4f74075fad
Speed up bit-banged USART code in the AVRISP project.
...
Fix project text files to refer to "project" instead of "demo".
2009-12-15 11:12:38 +00:00
..
ISPProtocol.c
Split out NVM access code in the AVRISP project into a seperate NVMTarget.c source file and header. Make NVM register accesses use the NVM base address as set by the host, rather than using the fixed value from the XMEGA datasheet.
2009-12-14 02:59:34 +00:00
ISPProtocol.h
Split out NVM access code in the AVRISP project into a seperate NVMTarget.c source file and header. Make NVM register accesses use the NVM base address as set by the host, rather than using the fixed value from the XMEGA datasheet.
2009-12-14 02:59:34 +00:00
ISPTarget.c
Split out NVM access code in the AVRISP project into a seperate NVMTarget.c source file and header. Make NVM register accesses use the NVM base address as set by the host, rather than using the fixed value from the XMEGA datasheet.
2009-12-14 02:59:34 +00:00
ISPTarget.h
Split out NVM access code in the AVRISP project into a seperate NVMTarget.c source file and header. Make NVM register accesses use the NVM base address as set by the host, rather than using the fixed value from the XMEGA datasheet.
2009-12-14 02:59:34 +00:00
NVMTarget.c
Speed up bit-banged USART code in the AVRISP project.
2009-12-15 11:12:38 +00:00
NVMTarget.h
Complete initial working revision of PDI programming in the AVRISP project (XMEGAs can now be programmed by the firmware).
2009-12-15 10:06:49 +00:00
PDIProtocol.c
Complete initial working revision of PDI programming in the AVRISP project (XMEGAs can now be programmed by the firmware).
2009-12-15 10:06:49 +00:00
PDIProtocol.h
Complete initial working revision of PDI programming in the AVRISP project (XMEGAs can now be programmed by the firmware).
2009-12-15 10:06:49 +00:00
PDITarget.c
Speed up bit-banged USART code in the AVRISP project.
2009-12-15 11:12:38 +00:00
PDITarget.h
Use the PDI REPEAT instruction in the PDI programmer code to reduce protocol overhead and greatly improve transfer throughput. Switch bit-bang USART in the AVRISP project to Timer 1, so that Timer 0 can be used for hardware timeouts while waiting for the NVM bus or controller to become ready.
2009-12-14 06:01:56 +00:00
V2Protocol.c
Fix the tokens which enable and disable the different programming protocols in the AVRISP project.
2009-12-03 09:12:36 +00:00
V2Protocol.h
Split out NVM access code in the AVRISP project into a seperate NVMTarget.c source file and header. Make NVM register accesses use the NVM base address as set by the host, rather than using the fixed value from the XMEGA datasheet.
2009-12-14 02:59:34 +00:00
V2ProtocolConstants.h
Add support for unwrapping of the XMEGA PDI programming protocol to the AVRISP Programmer project.
2009-12-02 13:42:08 +00:00
V2ProtocolParams.c
Factor out all the ISP related code into a seperate ISPProtocol set of files in the AVRISP Clone programmer project, to clearly seperate out the programming protocols when PDI programming is implemented.
2009-12-02 12:02:01 +00:00
V2ProtocolParams.h
Rename V2ProtocolTarget files to ISPTarget in the AVRISP Programmer Clone project.
2009-12-02 12:04:37 +00:00