aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-07-29 07:09:57 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-07-29 07:09:57 +0000
commitde5b16909a7d9cdedc5194cf74de9ec2e59b4d60 (patch)
treebc033f4da14ae37f3b785dbb978690d7c40491a8 /Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h
parent9a97f16b07ea15e327b0d01be238b06623b033d6 (diff)
downloadlufa-de5b16909a7d9cdedc5194cf74de9ec2e59b4d60.tar.gz
lufa-de5b16909a7d9cdedc5194cf74de9ec2e59b4d60.tar.bz2
lufa-de5b16909a7d9cdedc5194cf74de9ec2e59b4d60.zip
Added support to the AVRISP-MKII project for ISP speeds slower than 125KHz via a new software SPI driver.
Added new SPI_ORDER_* data order masks to the SPI peripheral driver.
Diffstat (limited to 'Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h')
-rw-r--r--Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h b/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h
index c812578e5..978a5a2ab 100644
--- a/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h
+++ b/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h
@@ -98,12 +98,12 @@
#define XPRG_PARAM_NVMBASE 0x01
#define XPRG_PARAM_EEPPAGESIZE 0x02
- #define XPRG_PARAM_NVMCMD_REG 0x03 /* Undocumented, Reverse-engineered */
- #define XPRG_PARAM_NVMCSR_REG 0x04 /* Undocumented, Reverse-engineered */
+ #define XPRG_PARAM_NVMCMD_REG 0x03
+ #define XPRG_PARAM_NVMCSR_REG 0x04
#define XPRG_PROTOCOL_PDI 0x00
#define XPRG_PROTOCOL_JTAG 0x01
- #define XPRG_PROTOCOL_TPI 0x02 /* Undocumented, Reverse-engineered */
+ #define XPRG_PROTOCOL_TPI 0x02
#define XPRG_PAGEMODE_WRITE (1 << 1)
#define XPRG_PAGEMODE_ERASE (1 << 0)