]> git.sur5r.net Git - openocd/commit
cortex_m: suggest using hardware srst if VECTRESET used
authorSpencer Oliver <spen@spen-soft.co.uk>
Thu, 30 Aug 2012 11:53:34 +0000 (12:53 +0100)
committerFreddie Chopin <freddie.chopin@gmail.com>
Thu, 6 Sep 2012 19:19:03 +0000 (19:19 +0000)
commit39f3501afbf750d08da898317dc22742cc056f43
treeb942814ba6e4887b89d684c9b00ee0c1f9fa1507
parent9fbfb6103a89acfcfeb03cf2a641b436274fdf9f
cortex_m: suggest using hardware srst if VECTRESET used

If the target does not support SYSRESETREQ we fall back to using VECTRESET.
This however does not reset the peripherals and we issue a warning to the user
to suggest using a reset-init script.

Also suggest that using hardware srst will give them the same functionality
as using SYSRESETREQ.

Change-Id: Ie1781c4b849fed66c52222e6539735537c879fb3
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/802
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Tested-by: jenkins
Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
src/target/cortex_m.c