diff options
author | Peter Lawrence <majbthrd@gmail.com> | 2018-04-28 17:49:13 -0500 |
---|---|---|
committer | Tomas Vanek <vanekt@fbl.cz> | 2018-07-18 21:05:55 +0100 |
commit | 336477c2b8686ab2d73aa26647f7189da4fe0627 (patch) | |
tree | a35d726cad692cf1a09e8f314a590ee17e9977c6 | |
parent | dda7258c63fa76b3633ca3605b6857339f96b61d (diff) |
tcl/board: add SAMD11 Xplained Pro evaluation board
Change-Id: Id996c4de6dc9f25f71424017bf07689fea7bd3af
Signed-off-by: Peter Lawrence <majbthrd@gmail.com>
Reviewed-on: http://openocd.zylin.com/4507
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
-rw-r--r-- | tcl/board/atmel_samd11_xplained_pro.cfg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tcl/board/atmel_samd11_xplained_pro.cfg b/tcl/board/atmel_samd11_xplained_pro.cfg new file mode 100644 index 00000000..8ce9751b --- /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] |