Document the PDI programming routines implemented so far in the AVRISP project. Add ability to selectively disable ISP programming support in addition to the existing ability to disable PDI programming support.
This commit is contained in:
parent
f69f03cb0d
commit
a5adbae652
11 changed files with 88 additions and 62 deletions
|
|
@ -178,6 +178,11 @@
|
|||
* <td>ADC channel number (on supported AVRs) to use for VTARGET level detection.</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>ENABLE_SPI_PROTOCOL</td>
|
||||
* <td>Makefile CDEFS</td>
|
||||
* <td>Define to enable SPI programming protocol support.</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>ENABLE_XPROG_PROTOCOL</td>
|
||||
* <td>Makefile CDEFS</td>
|
||||
* <td>Define to enable XMEGA PDI programming protocol support.</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue