stm32l4: support flashing L45x/46x devices
[fw/openocd] / tcl / target / at91samdXX.cfg
index 50d93f59035a367a7f8275d83e020443bac760ca..93a95c8eb9bc6d3817a21ad65d0fd0f83daedcad 100644 (file)
@@ -1,5 +1,5 @@
 #
-# script for Atmel SAMD, SAMR, SAML or SAMC, a CORTEX-M0 chip
+# script for Atmel SAMD, SAMR, SAML or SAMC, a Cortex-M0 chip
 #
 
 #
@@ -53,11 +53,6 @@ $_TARGETNAME configure -event reset-deassert-post {
 # srst_pulls_trst is not configured here to avoid an error raised in reset halt
 reset_config srst_gates_jtag
 
-# Atmel's EDBG (on-board cmsis-dap adapter of Xplained kits) cannot
-# stop the MCU before it starts executing code if hardware RESETN
-# line is configured by command "reset_config srst_only"
-# Use "reset_config none" (default) before flash programming.
-
 # Do not use a reset button with other SWD adapter than Atmel's EDBG.
 # DSU usually locks MCU in reset state until you issue a reset command
 # in OpenOCD.