This is an automated email from Gerrit. Marc Schink ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/5206
-- gerrit commit 333c0d52c792e7d454477ad957c7e0ea287a00cb Author: Marc Schink <[email protected]> Date: Wed Jun 5 13:35:14 2019 +0200 tcl/board: Add SAML11 Xplained Pro Evaluation Kit Change-Id: I118929cdecd9ba1f39d6e2791c114ac7e347b3f5 Signed-off-by: Marc Schink <[email protected]> diff --git a/tcl/board/microchip_saml11_xplained_pro.cfg b/tcl/board/microchip_saml11_xplained_pro.cfg new file mode 100644 index 0000000..6697cff --- /dev/null +++ b/tcl/board/microchip_saml11_xplained_pro.cfg @@ -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/saml1x.cfg] -- _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
