This is an automated email from Gerrit. Morgan Quigley ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/3092
-- gerrit commit 8201d6490b867d4b1232452015d9ac504c0895a2 Author: Morgan Quigley <[email protected]> Date: Mon Nov 2 18:34:21 2015 -0800 tcl/board: add Atmel SAM V71 Xplained Ultra Tested with cmsis-dap using the EDBG chip on the board. Change-Id: I3d398685c81e4701a9f6c1a66e60f7a87f839daa Signed-off-by: Morgan Quigley <[email protected]> diff --git a/tcl/board/atmel_samv71_xplained_ultra.cfg b/tcl/board/atmel_samv71_xplained_ultra.cfg new file mode 100644 index 0000000..7e82da3 --- /dev/null +++ b/tcl/board/atmel_samv71_xplained_ultra.cfg @@ -0,0 +1,8 @@ +# to connect using the EDBG chip on the dev kit over USB, you will +# first need to source [find interface/cmsis-dap.cfg] +# however, since this board also has a SWD+ETM connector, we don't +# automatically source that file here. + +set CHIPNAME samv71 + +source [find target/at91samv.cfg] -- ------------------------------------------------------------------------------ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
