- added lpc2148 test example, and test result

- corrected str912 makefile eof

git-svn-id: svn://svn.berlios.de/openocd/trunk@411 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
mifi
2008-03-01 14:32:55 +00:00
parent 02bbe4147d
commit 63e9c3e577
11 changed files with 977 additions and 145 deletions

View File

@@ -0,0 +1,11 @@
target remote localhost:3333
monitor reset
monitor sleep 500
monitor poll
monitor soft_reset_halt
monitor arm7_9 sw_bkpts enable
monitor mww 0xE01FC040 0x0002
monitor mdw 0xE01FC040
load
break main
continue