|
From: <ge...@op...> - 2018-04-28 22:51:51
|
This is an automated email from Gerrit. Peter Lawrence (maj...@gm...) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4507 -- gerrit commit ee4c3294de0b8cebaa320607bfd92ac9a848718b Author: Peter Lawrence <maj...@gm...> Date: Sat Apr 28 17:49:13 2018 -0500 tcl/board: add SAMD11 Xplained Pro evaluation board Change-Id: Id996c4de6dc9f25f71424017bf07689fea7bd3af Signed-off-by: Peter Lawrence <maj...@gm...> diff --git a/tcl/board/atmel_samd11_xplained_pro.cfg b/tcl/board/atmel_samd11_xplained_pro.cfg new file mode 100644 index 0000000..8ce9751 --- /dev/null +++ b/tcl/board/atmel_samd11_xplained_pro.cfg @@ -0,0 +1,10 @@ +# +# Atmel SAMD11 Xplained Pro evaluation kit. +# + +source [find interface/cmsis-dap.cfg] + +# chip name +set CHIPNAME at91samd11d14 + +source [find target/at91samdXX.cfg] -- |