You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/Projects/AVRISP
Dean Camera 1e3513ed70
Add even parity bit to the software USART framing in the AVRISP project's PDI programming code.
15 years ago
..
Lib Add even parity bit to the software USART framing in the AVRISP project's PDI programming code. 15 years ago
AVRISP.c Started implementing the low level PDI protocol in the AVRISP project, for XMEGA device programming. 15 years ago
AVRISP.h Started implementing the low level PDI protocol in the AVRISP project, for XMEGA device programming. 15 years ago
AVRISP.txt Fix the tokens which enable and disable the different programming protocols in the AVRISP project. 15 years ago
Descriptors.c Partial Commit: Move AVRISP project out of the Projects\Incomplete directory. 15 years ago
Descriptors.h Remove dependancies from the LowLevel demos to the ClassDriver demos, since the use of ClassDriver headers now outputs an error when NO_STREAM_CALLBACKS is used. 15 years ago
Doxygen.conf Make sure the protocol handler files are included in the Doxygen documentation of the AVRISP project. 15 years ago
makefile Fix inverted bit-banged USART logic in the AVRISP project for PDI programming. Add a delay to the clock toggling in the AVRISP project to ensure that the programming speed does not exceed 10MHz under any conditions to satisfy the limits in the datasheet for all target voltages. Fix incorrect pin being used as the DATA in in PDI programming mode. 15 years ago