cortex m3: add cortex_m3 reset_config cmd
commit3c69eee9ef481333eb08e72badc9404e607f861c
authorSpencer Oliver <ntfreak@users.sourceforge.net>
Wed, 25 Aug 2010 19:29:22 +0000 (25 20:29 +0100)
committerSpencer Oliver <ntfreak@users.sourceforge.net>
Tue, 31 Aug 2010 19:09:26 +0000 (31 20:09 +0100)
tree28b7bcb6f0673819a83856781f9dcc38127ac7a4
parent1ca286557a7b41211cae7026c99d41af031af177
cortex m3: add cortex_m3 reset_config cmd

This new cmd adds the ability to choose the Cortex-M3
reset method used.
It defaults to using SRST for reset if available otherwise
it falls back to using NVIC VECTRESET. This is known to work
on all cores.

Move any luminary specific reset handling to the stellaris cfg file.

Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
doc/openocd.texi
src/target/cortex_m3.c
src/target/cortex_m3.h
tcl/target/stellaris.cfg