documented change in target command w/removed options
git-svn-id: svn://svn.berlios.de/openocd/trunk@973 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
a5cbe5bd85
commit
c6c1528ee5
|
@ -1438,6 +1438,10 @@ Certain OpenOCD commands have been deprecated/removed during the various revisio
|
||||||
@item @b{load_binary}
|
@item @b{load_binary}
|
||||||
@cindex load_binary
|
@cindex load_binary
|
||||||
use @option{load_image} command with same args
|
use @option{load_image} command with same args
|
||||||
|
@item @b{target}
|
||||||
|
@cindex target
|
||||||
|
@option{target} no longer take the reset_init, reset_run, run_and_halt, run_and_init. The @option{reset} command
|
||||||
|
always does a @option{reset run} when passed no arguments.
|
||||||
@item @b{dump_binary}
|
@item @b{dump_binary}
|
||||||
@cindex dump_binary
|
@cindex dump_binary
|
||||||
use @option{dump_image} command with same args
|
use @option{dump_image} command with same args
|
||||||
|
|
Loading…
Reference in New Issue