Add dummy undocumented TPI XPROG parameters to the AVRISP project so that TPI programming mode can be entered.
This commit is contained in:
parent
39ab7507dd
commit
3222f21b84
2 changed files with 19 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue