Add support for unwrapping of the XMEGA PDI programming protocol to the AVRISP Programmer project.
This commit is contained in:
parent
5930f47bf4
commit
1f8dfd0205
12 changed files with 390 additions and 47 deletions
|
@ -85,7 +85,11 @@ void V2Protocol_ProcessCommand(void)
|
|||
break;
|
||||
#if defined(ENABLE_XPROG_PROTOCOL)
|
||||
case CMD_XPROG_SETMODE:
|
||||
V2Protocol_XPROG_SetMode();
|
||||
PDIProtocol_XPROG_SetMode();
|
||||
break;
|
||||
case CMD_XPROG:
|
||||
PDIProtocol_XPROG_Command();
|
||||
break;
|
||||
#endif
|
||||
case CMD_READ_FUSE_ISP:
|
||||
case CMD_READ_LOCK_ISP:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue