mirror of
https://git.code.sf.net/p/openocd/code
synced 2025-02-22 15:06:52 +00:00
Some text file is missing newline at EOF. Add it. Change-Id: Ieebc790096f40961283c644642e56fde975e957f Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/5167 Tested-by: jenkins
12 lines
207 B
Plaintext
12 lines
207 B
Plaintext
target remote localhost:3333
|
|
monitor reset
|
|
monitor sleep 500
|
|
monitor poll
|
|
monitor soft_reset_halt
|
|
monitor arm7_9 sw_bkpts enable
|
|
monitor mww 0xA0000050 0x01c2
|
|
monitor mdw 0xA0000050
|
|
load
|
|
break main
|
|
continue
|