This is an automated email from Gerrit. "Rocco Marco Guglielmi <roccomarco.guglie...@gmail.com>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/7375
-- gerrit commit 803b824d1551f5e2497cbc382e2dc89ca84471a7 Author: Rocco Marco Guglielmi <roccomarco.guglie...@gmail.com> Date: Wed Nov 23 10:16:30 2022 +0100 Added script for the ADI EVAL-SDP-CKZ1 Signed-off-by: Rocco Marco Guglielmi <roccomarco.guglie...@gmail.com> Change-Id: I919a10b945291ad5cf0d0105bdc3738dd210cd13 diff --git a/tcl/board/adi_sdp_k1.cfg b/tcl/board/adi_sdp_k1.cfg new file mode 100644 index 0000000000..55fa49484a --- /dev/null +++ b/tcl/board/adi_sdp_k1.cfg @@ -0,0 +1,10 @@ +# This is for the EVAL-SDP-CK1Z: +# https://www.analog.com/en/design-center/evaluation-hardware-and-software/evaluation-boards-kits/sdp-k1.html + +source [find interface/cmsis-dap.cfg] + +transport select swd + +source [find target/stm32f4x.cfg] + +reset_config srst_only --