lpc1768: turn down the jtag clock
[openocd/cortex.git] / src / server / startup.tcl
blob7801d1b0c1224fe299f8626706284c4ab90aecc9
1 # Defines basic Tcl procs for OpenOCD server modules
3 # Handle GDB 'R' packet. Can be overriden by configuration script,
4 # but it's not something one would expect target scripts to do
5 # normally
6 proc ocd_gdb_restart {target_id} {
7 # Fix!!! we're resetting all targets here! Really we should reset only
8 # one target
9 reset halt