Start of implementation of the low level TPI programming protocol in the AVRISP project.
This commit is contained in:
parent
df31b1fd5b
commit
cda88cf97c
16 changed files with 494 additions and 16 deletions
|
@ -49,6 +49,7 @@
|
|||
/* Preprocessor Checks: */
|
||||
#if ((BOARD == BOARD_XPLAIN) || (BOARD == BOARD_XPLAIN_REV1))
|
||||
#undef ENABLE_ISP_PROTOCOL
|
||||
#undef ENABLE_TPI_PROTOCOL
|
||||
|
||||
#if !defined(ENABLE_PDI_PROTOCOL)
|
||||
#define ENABLE_PDI_PROTOCOL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue