This is an automated email from Gerrit. Andrey Yurovsky ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2332
-- gerrit commit 35955ecc4496a8420c8e61e9edcfda67655ac307 Author: Andrey Yurovsky <[email protected]> Date: Sat Oct 4 07:23:51 2014 -0700 add board script for STM32L nucleo (NUCLEO-L152RE) with STM32L152RE on it. Change-Id: Ieeb709c676e467ea06b47b1c826308718499058a Signed-off-by: Andrey Yurovsky <[email protected]> diff --git a/tcl/board/st_nucleo_l152re.cfg b/tcl/board/st_nucleo_l152re.cfg new file mode 100644 index 0000000..f7a03b0 --- /dev/null +++ b/tcl/board/st_nucleo_l152re.cfg @@ -0,0 +1,15 @@ +# Tell openocd what JTAG interface we're using and what kind of target we're +# talking to. This is set up for STLinkv2 talking to STM32L1x but it can be +# JLink, FTDI, or any other interface. + +source [find interface/stlink-v2-1.cfg] + +transport select hla_swd + +set WORKAREASIZE 0x4000 +source [find target/stm32l.cfg] + +# use hardware reset, connect under reset +reset_config srst_only srst_nogate + +trace 32000000 swo.out -- ------------------------------------------------------------------------------ Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
