tcl/board: Add SAML11 Xplained Pro Evaluation Kit
Change-Id: I118929cdecd9ba1f39d6e2791c114ac7e347b3f5 Signed-off-by: Marc Schink <openocd-dev@marcschink.de> Reviewed-on: http://openocd.zylin.com/5206 Tested-by: jenkins Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de>
This commit is contained in:
parent
56de276d91
commit
42cee465c2
|
@ -0,0 +1,10 @@
|
|||
#
|
||||
# Microchip (formerly Atmel) SAM L11 Xplained Pro Evaluation Kit.
|
||||
# https://www.microchip.com/DevelopmentTools/ProductDetails/dm320205
|
||||
#
|
||||
|
||||
source [find interface/cmsis-dap.cfg]
|
||||
adapter_khz 1000
|
||||
|
||||
set CHIPNAME saml11
|
||||
source [find target/atsaml1x.cfg]
|
Loading…
Reference in New Issue