Add dummy undocumented TPI XPROG parameters to the AVRISP project so that TPI programming mode can be entered.

This commit is contained in:
Dean Camera 2009-12-28 02:58:23 +00:00
parent 39ab7507dd
commit 3222f21b84
2 changed files with 19 additions and 8 deletions

View file

@ -97,6 +97,8 @@
#define XPRG_PARAM_NVMBASE 0x01
#define XPRG_PARAM_EEPPAGESIZE 0x02
#define XPRG_PARAM_UNDOC_1 0x03
#define XPRG_PARAM_UNDOC_2 0x04
#define XPRG_PROTOCOL_PDI 0x00
#define XPRG_PROTOCOL_JTAG 0x01