qmk_firmware/Projects/AVRISP/Lib
Dean Camera 37c9ba7fa9 Fixed AVRISP project timeouts not checking for the correct timeout period (thanks to Carl Ott). 2009-12-20 22:33:48 +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 Add const qualifier to the parameters of Projects' functions where possible. 2009-12-20 06:23:24 +00:00
ISPTarget.c Fixed AVRISP project timeouts not checking for the correct timeout period (thanks to Carl Ott). 2009-12-20 22:33:48 +00:00
ISPTarget.h Add const qualifier to the parameters of Projects' functions where possible. 2009-12-20 06:23:24 +00:00
NVMTarget.c Fixed AVRISP project timeouts not checking for the correct timeout period (thanks to Carl Ott). 2009-12-20 22:33:48 +00:00
NVMTarget.h Add const qualifier to the parameters of Projects' functions where possible. 2009-12-20 06:23:24 +00:00
PDIProtocol.c Use default NVM base address in the AVRISP programmer project in case the host programmer software doesn't set it correctly. 2009-12-16 03:17:18 +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 Fixed AVRISP project timeouts not checking for the correct timeout period (thanks to Carl Ott). 2009-12-20 22:33:48 +00:00
PDITarget.h Add const qualifier to the parameters of Projects' functions where possible. 2009-12-20 06:23:24 +00:00
V2Protocol.c Add const qualifier to the parameters of Projects' functions where possible. 2009-12-20 06:23:24 +00:00
V2Protocol.h Fixed AVRISP project timeouts not checking for the correct timeout period (thanks to Carl Ott). 2009-12-20 22:33:48 +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 Add const qualifier to the parameters of Projects' functions where possible. 2009-12-20 06:23:24 +00:00
V2ProtocolParams.h Add const qualifier to the parameters of Projects' functions where possible. 2009-12-20 06:23:24 +00:00