qmk_firmware/Projects/AVRISP/Lib
Dean Camera 66201a05e9 Fix PDI code - must send NVM enable key least significant byte first, need to make sure Tx and Rx is switched correctly including disabling the output on the Tx line when receiving. 2009-12-11 04:04:34 +00:00
..
ISPProtocol.c Make sure the protocol handler files are included in the Doxygen documentation of the AVRISP project. 2009-12-03 09:19:09 +00:00
ISPProtocol.h Fixed HID Parser not distributing the Usage Min and Usage Max values across an array of report items. 2009-12-04 01:06:26 +00:00
ISPTarget.c Make sure the protocol handler files are included in the Doxygen documentation of the AVRISP project. 2009-12-03 09:19:09 +00:00
ISPTarget.h Fixed HID Parser not distributing the Usage Min and Usage Max values across an array of report items. 2009-12-04 01:06:26 +00:00
PDIProtocol.c Fix PDI code - must send NVM enable key least significant byte first, need to make sure Tx and Rx is switched correctly including disabling the output on the Tx line when receiving. 2009-12-11 04:04:34 +00:00
PDIProtocol.h Fix AVRISP PDI protocol - make sure inverted masks have the appropriate parenthesis around them, make sure the BREAK command for the hardware USART has 12 clock cycles exactly. Poll NVM Enable bit in the target's STATUS PDI register with a timeout, as it is not set immediately. 2009-12-11 00:19:25 +00:00
PDITarget.c Fix PDI code - must send NVM enable key least significant byte first, need to make sure Tx and Rx is switched correctly including disabling the output on the Tx line when receiving. 2009-12-11 04:04:34 +00:00
PDITarget.h Change over AVRISP project to have both hardware USART and software USART modes for the PDI protocol, when enabled. Fix up PDI initialisation routines. 2009-12-11 00:03:10 +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 Increase timeout of Mass Storage and Still Image host commands to 10 seconds (up from 5) to account for slow-processing devices. 2009-12-09 00:50:55 +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