Added support to the AVRISP-MKII project for ISP speeds slower than 125KHz via a new software SPI driver.
Added new SPI_ORDER_* data order masks to the SPI peripheral driver.
This commit is contained in:
parent
9a97f16b07
commit
de5b16909a
11 changed files with 269 additions and 90 deletions
|
@ -68,7 +68,7 @@ static ParameterItem_t ParameterTable[] =
|
|||
|
||||
{ .ParamID = PARAM_SCK_DURATION,
|
||||
.ParamPrivileges = PARAM_PRIV_READ | PARAM_PRIV_WRITE,
|
||||
.ParamValue = (TOTAL_ISP_PROGRAMMING_SPEEDS - 1) },
|
||||
.ParamValue = 6 },
|
||||
|
||||
{ .ParamID = PARAM_RESET_POLARITY,
|
||||
.ParamPrivileges = PARAM_PRIV_WRITE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue