daemon_startup is now retired in favour of adding "init" and "reset halt/init/run" to the end of the config file/openocd command line.
git-svn-id: svn://svn.berlios.de/openocd/trunk@835 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -156,6 +156,10 @@ proc script {filename} {
|
||||
source [find $filename]
|
||||
}
|
||||
|
||||
#proc daemon_reset {} {
|
||||
# puts "Daemon reset is obsolete. Use -c init -c \"reset halt\" at end of openocd command line instead");
|
||||
#}
|
||||
|
||||
add_help_text script "<filename> - filename of OpenOCD script (tcl) to run"
|
||||
|
||||
add_help_text target_script "<target#> <event=reset/pre_reset/post_halt/pre_resume/gdb_program_config> <script_file>"
|
||||
|
||||
Reference in New Issue
Block a user