stm32: determine all cpu types and use common examine
commite2073cc18ae1380a7f6d0f61f49aab42de01b732
authorMathias K <kesmtp@freenet.de>
Mon, 12 Mar 2012 10:28:49 +0000 (12 11:28 +0100)
committerSpencer Oliver <spen@spen-soft.co.uk>
Wed, 14 Mar 2012 20:35:59 +0000 (14 20:35 +0000)
treecf2b9803704eac2a9ab83ad14ebddf60d45920a3
parent6f5b9e9304c7f7625f1af04bac6e8cd0a67e649d
stm32: determine all cpu types and use common examine

This patch determine all cpu types and not only
the cortex M3 and the stm32 target use the common
target examine function from the cortex_m sources.

Change-Id: If689dd994b3855284b927fc4b206f420cf32b6c7
Signed-off-by: Mathias K <kesmtp@freenet.de>
Reviewed-on: http://openocd.zylin.com/511
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
src/target/arm_adi_v5.c
src/target/cortex_m.c
src/target/cortex_m.h
src/target/stm32_stlink.c