config files: Drop incorrect comments.
[openocd/libswd.git] / tcl / target / avr32.cfg
blob1a2ea330ac6fffec33d384910bc84112071750a8
1 set  _CHIPNAME avr32
2 set  _ENDIAN big
4 set _CPUTAPID  0x21e8203f
6 jtag_nsrst_delay 100
7 jtag_ntrst_delay 100
9 reset_config trst_and_srst separate
11 # jtag scan chain
12 # format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
13 jtag newtap $_CHIPNAME cpu -irlen 5  -ircapture 0x1 -irmask 0x1 -expected-id $_CPUTAPID
15 set _TARGETNAME [format "%s.cpu" $_CHIPNAME]
16 target create $_TARGETNAME avr32_ap7k -endian $_ENDIAN -chain-position $_TARGETNAME