diff options
author | Alexandre Torgue <alexandre.torgue@st.com> | 2017-11-13 17:00:58 +0100 |
---|---|---|
committer | Spencer Oliver <spen@spen-soft.co.uk> | 2017-12-06 21:29:41 +0000 |
commit | 6090a5b158ad212a54510f061226ca58155b51fe (patch) | |
tree | ff1a45c07a05269f65021a9677be3439a5ce650f /tcl/board/stm32h7x3i_eval.cfg | |
parent | 6a66cccbad7e51ac1b3ea929ab0c86dd02617797 (diff) | |
download | riscv-openocd-6090a5b158ad212a54510f061226ca58155b51fe.zip riscv-openocd-6090a5b158ad212a54510f061226ca58155b51fe.tar.gz riscv-openocd-6090a5b158ad212a54510f061226ca58155b51fe.tar.bz2 |
Add STM32H7 config files
Add 2 target files:
-stm32h7x.cfg
-stm32h7x_dual_bank.cfg
Add 2 config files for:
-STM32H743zi-nucleo bord
-STM32H743i and STM32H753i eval boards.
Change-Id: I2aae2c5acff4f3ff8e1bf232fda5a11a87f71703
Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
Reviewed-on: http://openocd.zylin.com/4182
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Diffstat (limited to 'tcl/board/stm32h7x3i_eval.cfg')
-rw-r--r-- | tcl/board/stm32h7x3i_eval.cfg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tcl/board/stm32h7x3i_eval.cfg b/tcl/board/stm32h7x3i_eval.cfg new file mode 100644 index 0000000..2949ded --- /dev/null +++ b/tcl/board/stm32h7x3i_eval.cfg @@ -0,0 +1,13 @@ +# STM32H7[4|5]3I-EVAL: this is for the H7 eval boards. +# This is an ST EVAL-H743XI board with single STM32H743XI chip. +# http://www.st.com/en/evaluation-tools/stm32h743i-eval.html +# This is an ST EVAL-H753XI board with single STM32H753XI chip. +# http://www.st.com/en/evaluation-tools/stm32h753i-eval.html + +source [find interface/stlink-v2-1.cfg] + +transport select hla_swd + +source [find target/stm32h7x_dual_bank.cfg] + +reset_config srst_only |