This is an automated email from Gerrit. Moritz Fischer ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4172
-- gerrit commit f2fa3b0c8569ce4c631abe31d91819edd887ff6c Author: Moritz Fischer <[email protected]> Date: Thu Jun 29 09:50:30 2017 -0700 board/tcl: Add NI Ettus Research Project Sulfur config Tested with NI Ettus Research Project Sulfur Rev2/3 Change-Id: I33953f4a67f0c3f853646877c1e5fab92c108a8c Signed-off-by: Moritz Fischer <[email protected]> diff --git a/tcl/board/ni_sulfur.cfg b/tcl/board/ni_sulfur.cfg new file mode 100644 index 0000000..e8f3ba8 --- /dev/null +++ b/tcl/board/ni_sulfur.cfg @@ -0,0 +1,11 @@ +# The NI Ettus Research Project Sulfur SDR board contains +# a STM32F072RBT6 MCU. + +source [find interface/jlink.cfg] + +transport select swd + +set WORKAREASIZE 0x2000 +source [find target/stm32f0x.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
