Add warning to generated Doxyfile to edit Doxyfile.in.
[fw/openocd] / src / target / target / lm3s6965.cfg
index 8fdc9c89ffb30956710ed8dbfa7090ec64cbcfec..27b104ff786fd522ce5a65c4ee10e8cbc45d4eda 100644 (file)
@@ -18,7 +18,7 @@ if { [info exists CPUTAPID ] } {
    set _CPUTAPID $CPUTAPID
 } else {
   # force an error till we get a good number
-   set _CPUTAPID 0xffffffff
+   set _CPUTAPID 0x3ba00477
 }
 
 # jtag speed
@@ -33,7 +33,6 @@ reset_config srst_only
 #jtag scan chain
 jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 1 -irmask 0xf -expected-id $_CPUTAPID
 
-
 # the luminary variant causes a software reset rather than asserting SRST
 # this stops the debug registers from being cleared
 # this will be fixed in later revisions of silicon