X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=doc%2Fopenocd.texi;h=e2119d8fc8d360a99cb467d9ac2e8d7d9fb96425;hb=f25b1c78fb4c4cc27757883bedb84a8ffa8e90f3;hp=c9bbed7ce4d25443adf9f2f6c1c2334659e1e1a8;hpb=548bb19aa28ca2eec4b8f1c06cbb4b0ace162db3;p=openocd.git diff --git a/doc/openocd.texi b/doc/openocd.texi index c9bbed7ce4..e2119d8fc8 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -562,9 +562,11 @@ unavailable for some time during startup (like the STR7 series), you can't use @item @b{target_script} <@var{target#}> <@var{event}> <@var{script_file}> @cindex target_script -Event is either @option{reset}, @option{post_halt}, @option{pre_resume} or @option{gdb_program_config} +Event is one of the following: +@option{pre_reset}, @option{reset}, @option{post_reset}, @option{post_halt}, +@option{pre_resume} or @option{gdb_program_config}. +@option{post_reset} and @option{reset} will produce the same results. -TODO: describe exact semantic of events @item @b{run_and_halt_time} <@var{target#}> <@var{time_in_ms}> @cindex run_and_halt_time The amount of time the debugger should wait after releasing reset before it asserts @@ -1030,6 +1032,16 @@ write stm32 option bytes. mass erase flash memory. @end itemize +@subsection Stellaris specific commands +@cindex Stellaris specific commands + +These are flash specific commands when using the Stellaris driver. +@itemize @bullet +@item @b{stellaris mass_erase} <@var{num}> +@cindex stellaris mass_erase +mass erase flash memory. +@end itemize + @page @section Architecture Specific Commands @cindex Architecture Specific Commands