tpi.h: Adds definition of TPI Identification code
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@1147 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
da998cb635
commit
a211b17abb
|
@ -1,3 +1,7 @@
|
|||
2013-04-30 Hannes Weisbach <hannes_weisbach@gmx.net>
|
||||
|
||||
* tpi.h: Add definition for TPI Identification Code
|
||||
|
||||
2013-04-28 Hannes Weisbach <hannes_weisbach@gmx.net>
|
||||
|
||||
* avrftdic: Rework of textual output. Messages are divided by severity and
|
||||
|
|
|
@ -29,6 +29,9 @@ static const unsigned char tpi_skey[] = { 0x12, 0x89, 0xAB, 0x45, 0xCD, 0xD8, 0x
|
|||
|
||||
/* registers */
|
||||
#define TPI_REG_TPIIR 0x0F
|
||||
|
||||
#define TPI_IDENT_CODE 0x80
|
||||
|
||||
#define TPI_REG_TPIPCR 0x02
|
||||
#define TPI_REG_TPISR 0x00
|
||||
|
||||
|
|
Loading…
Reference in New Issue