Skip to content

Commit

Permalink
tcl/board: Add SAML11 Xplained Pro Evaluation Kit
Browse files Browse the repository at this point in the history
Change-Id: I118929cdecd9ba1f39d6e2791c114ac7e347b3f5
Signed-off-by: Marc Schink <[email protected]>
Reviewed-on: http:https://openocd.zylin.com/5206
Tested-by: jenkins
Reviewed-by: Matthias Welwarsky <[email protected]>
  • Loading branch information
Marc Schink authored and thinkfat committed Jun 19, 2019
1 parent 56de276 commit 42cee46
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tcl/board/microchip_saml11_xplained_pro.cfg
Original file line number Diff line number Diff line change
@@ -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]

0 comments on commit 42cee46

Please sign in to comment.