diff options
author | Spencer Oliver <spen@spen-soft.co.uk> | 2013-10-10 20:56:26 +0100 |
---|---|---|
committer | Spencer Oliver <spen@spen-soft.co.uk> | 2013-10-15 20:42:00 +0000 |
commit | 8994b075fc06e2cf552a8025778853d4788cecf7 (patch) | |
tree | 253286a1c5e4fe3ff7e35d667fb88dd7f8cb6017 | |
parent | 3c65677ba6f1e946a8294a2bcf89990aa8dccc59 (diff) |
cfg: add STM32F429 discovery board config
Change-Id: I4ee7a8185a02fac9d1f6079ab34d6a9f7047193a
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/1691
Tested-by: jenkins
-rw-r--r-- | tcl/board/stm32f429discovery.cfg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tcl/board/stm32f429discovery.cfg b/tcl/board/stm32f429discovery.cfg new file mode 100644 index 00000000..32c3a81f --- /dev/null +++ b/tcl/board/stm32f429discovery.cfg @@ -0,0 +1,11 @@ +# +# This is an STM32F429 discovery board with a single STM32F429ZI chip. +# http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/PF259090 +# + +source [find interface/stlink-v2.cfg] + +source [find target/stm32f4x_stlink.cfg] + +# use hardware reset, connect under reset supported +reset_config srst_only srst_nogate |