This is an automated email from Gerrit. Pushpal Sidhu ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4306
-- gerrit commit b5ac742623fab4a5172b64cd5470ce54f86bf2de Author: Pushpal Sidhu <[email protected]> Date: Tue Dec 5 09:36:17 2017 -0800 board: add ST NUCLEO-L4R5ZI config This is a new nucleo dev board from st. See http://www.st.com/en/evaluation-tools/nucleo-l4r5zi.html for more information on the product. Change-Id: I8faadfeff02d72533041b12b284af3c751755841 Signed-off-by: Pushpal Sidhu <[email protected]> diff --git a/tcl/board/st_nucleo_l4r5zi.cfg b/tcl/board/st_nucleo_l4r5zi.cfg new file mode 100644 index 0000000..6ebc12a --- /dev/null +++ b/tcl/board/st_nucleo_l4r5zi.cfg @@ -0,0 +1,11 @@ +# This is a ST NUCLEO L4R5ZI board with a single STM32L4R5ZI chip. +# http://www.st.com/en/evaluation-tools/nucleo-l4r5zi.html + +source [find interface/stlink-v2-1.cfg] + +transport select hla_swd + +source [find target/stm32l4x.cfg] + +# use hardware reset +reset_config srst_only srst_nogate -- ------------------------------------------------------------------------------ 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
