From 3222f21b849ca283cc6c1f07c347285b8cbce075 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 28 Dec 2009 02:58:23 +0000 Subject: Add dummy undocumented TPI XPROG parameters to the AVRISP project so that TPI programming mode can be entered. --- Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h') diff --git a/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h b/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h index 19a2a4d01..e42e50cec 100644 --- a/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h +++ b/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h @@ -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 -- cgit v1.2.3