Started implementing the low level PDI protocol in the AVRISP project, for XMEGA device programming.
This commit is contained in:
parent
f92b56191d
commit
f69f03cb0d
10 changed files with 240 additions and 37 deletions
|
@ -41,6 +41,7 @@
|
|||
#include <stdio.h>
|
||||
|
||||
#include "V2Protocol.h"
|
||||
#include "PDITarget.h"
|
||||
|
||||
/* Macros: */
|
||||
#define XPRG_CMD_ENTER_PROGMODE 0x01
|
||||
|
@ -87,7 +88,7 @@
|
|||
void PDIProtocol_XPROG_SetMode(void);
|
||||
void PDIProtocol_XPROG_Command(void);
|
||||
|
||||
#if defined(INCLUDE_FROM_XPROG_C)
|
||||
#if defined(INCLUDE_FROM_PDIPROTOCOL_C)
|
||||
static void PDIProtocol_EnterXPROGMode(void);
|
||||
static void PDIProtocol_LeaveXPROGMode(void);
|
||||
static void PDIProtocol_SetParam(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue