src/target: select the last created target as current
commit9744a2fa20ad64baef19243bcc984bc5f5f8fcc3
authorPaul Fertser <fercerpav@gmail.com>
Thu, 15 May 2014 18:17:13 +0000 (15 22:17 +0400)
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>
Sun, 1 Jun 2014 17:36:41 +0000 (1 17:36 +0000)
treecc9b2f14801d57b5afb21dcc8eab2b8e24d56d41
parentfb5e099af83a17821e6962b6e632582cb5033a66
src/target: select the last created target as current

Configuration commands assume the last created target is the one they
should be applied to. An example of this is sourcing an stm32f1.cfg
several times to access several microcontrollers on the same JTAG chain
where cortex_m reset_config should apply to the target that was just
created, not to the first one.

This fixes http://sourceforge.net/p/openocd/tickets/71/ .

Change-Id: I1ca41cc05fe5f36c4bc62dde4614da1405754fd8
Reported-by: Michael Eischer <mieischer@users.sf.net>
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/2142
Tested-by: jenkins
Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
src/target/target.c