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.

This commit is contained in:
Dean Camera 2009-12-02 12:02:01 +00:00
parent 1645c3d243
commit 1ed6925b5b
10 changed files with 636 additions and 485 deletions

View file

@ -67,7 +67,7 @@ static ParameterItem_t ParameterTable[] =
.ParamPrivileges = PARAM_PRIV_READ },
{ .ParamID = PARAM_SCK_DURATION,
.ParamValue = (TOTAL_PROGRAMMING_SPEEDS - 1),
.ParamValue = (TOTAL_ISP_PROGRAMMING_SPEEDS - 1),
.ParamPrivileges = PARAM_PRIV_READ | PARAM_PRIV_WRITE },
{ .ParamID = PARAM_RESET_POLARITY,