This is an automated email from Gerrit. Anonymous Coward ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/3043
-- gerrit commit 32e621d51dbe834b2ccf3f6e30c3fb18c72358ec Author: Maxime Coquelin <[email protected]> Date: Sat Oct 24 00:13:38 2015 +0200 cfg: add STM32F469 discovery board config Change-Id: Iad7ee06330b3259ea0ce0d174dfdade6785913eb Signed-off-by: Maxime Coquelin <[email protected]> diff --git a/tcl/board/stm32f469discovery.cfg b/tcl/board/stm32f469discovery.cfg new file mode 100644 index 0000000..9d3cdd7 --- /dev/null +++ b/tcl/board/stm32f469discovery.cfg @@ -0,0 +1,12 @@ +# +# 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-1.cfg] + +transport select hla_swd + +source [find target/stm32f4x.cfg] + +reset_config srst_only -- ------------------------------------------------------------------------------ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
