moved out stuff that wasn't already moved from openocd.pdf to the target library.

git-svn-id: svn://svn.berlios.de/openocd/trunk@576 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe
2008-04-14 06:26:53 +00:00
parent f2047d4775
commit 53c41935cd
13 changed files with 189 additions and 652 deletions

View File

@@ -0,0 +1,21 @@
#
# halt target
#
poll
sleep 1
halt
wait_halt
#
# disable wdt
#
mww 0xfffec808 0x000000f5
mww 0xfffec808 0x000000a0
mww 0xfffeb048 0x0000aaaa
sleep 500
mww 0xfffeb048 0x00005555
sleep 500
#
# detect flash
#
flash probe 0