This is an automated email from Gerrit.

Arne-Christian Blystad ([email protected]) just uploaded a new patch 
set to Gerrit, which you can find at http://openocd.zylin.com/4261

-- gerrit

commit 60b5d64b0768a0ce27649a8322b30e295c3ebac2
Author: Arne-Christian Blystad <[email protected]>
Date:   Thu Oct 19 16:33:54 2017 +0200

    Add support for ST Nucleo F429 board
    
    Change-Id: I54f672242b5cf174caddf37863db29a7c2d4d2b3
    Signed-off-by: Arne-Christian Blystad 
<[email protected]>

diff --git a/tcl/board/st_nucleo_f429.cfg b/tcl/board/st_nucleo_f429.cfg
new file mode 100644
index 0000000..0ae4102
--- /dev/null
+++ b/tcl/board/st_nucleo_f429.cfg
@@ -0,0 +1,14 @@
+# This is for all ST NUCLEO with any STM32F429. Known boards at the moment:
+# NUCLEO-F429ZI
+# http://www.st.com/en/evaluation-tools/nucleo-f429zi.html
+
+source [find interface/stlink-v2-1.cfg]
+
+transport select hla_swd
+
+# increase working area to 128KB
+set WORKAREASIZE 0x20000
+
+source [find target/stm32f4x.cfg]
+
+reset_config srst_only

-- 

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to