Auto-configure AVRISP programmer configuration when built for the XPLAIN board to match the XPLAIN hardware connections.
This commit is contained in:
parent
a5adbae652
commit
f1baf12fae
6 changed files with 62 additions and 16 deletions
|
@ -45,6 +45,12 @@
|
|||
#include "V2ProtocolParams.h"
|
||||
#include "ISPProtocol.h"
|
||||
#include "PDIProtocol.h"
|
||||
|
||||
/* Preprocessor Checks: */
|
||||
#if BOARD == BOARD_XPLAIN
|
||||
#undef ENABLE_SPI_PROTOCOL
|
||||
#define ENABLE_PDI_PROTOCOL
|
||||
#endif
|
||||
|
||||
/* Macros: */
|
||||
/** Programmer ID string, returned to the host during the CMD_SIGN_ON command processing */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue