Start of implementation of the low level TPI programming protocol in the AVRISP project.

This commit is contained in:
Dean Camera 2009-12-23 12:54:15 +00:00
parent df31b1fd5b
commit cda88cf97c
16 changed files with 494 additions and 16 deletions

View file

@ -43,11 +43,12 @@
#include "V2Protocol.h"
#include "PDITarget.h"
#include "NVMTarget.h"
#include "XMEGANVM.h"
/* 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