From eea3c568f9bdede39ee7e1446aeeb07d073d0ba8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Ho=C5=A1ek?= Date: Mon, 14 Jul 2025 00:12:19 +0200 Subject: [PATCH] tcl/board: add mikroe/clicker4-stm32f745vg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a board configuration file for the MikroElektronika Clicker 4 for STM32F745VG (MIKROE-6331), which contains their CMSIS-DAP-compatible on-board CODEGRIP programmer. Place this into its own subdirectory, since MikroElektronika has quite a few boards in their portfolio. Change-Id: If24ca286d65e024f3c3a8522b67727e268ab0bc9 Signed-off-by: Ondřej Hošek Reviewed-on: https://review.openocd.org/c/openocd/+/8997 Tested-by: jenkins Reviewed-by: zapb Reviewed-by: Antonio Borneo --- tcl/board/mikroe/clicker4-stm32f745vg.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tcl/board/mikroe/clicker4-stm32f745vg.cfg diff --git a/tcl/board/mikroe/clicker4-stm32f745vg.cfg b/tcl/board/mikroe/clicker4-stm32f745vg.cfg new file mode 100644 index 000000000..9ccd94880 --- /dev/null +++ b/tcl/board/mikroe/clicker4-stm32f745vg.cfg @@ -0,0 +1,11 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + +# This is a MikroElektronika Click 4 board with a single STM32F745VG chip +# and an on-board CODEGRIP debugger. +# https://www.mikroe.com/clicker-4-for-stm32f745vgt6 + +source [find interface/cmsis-dap.cfg] +transport select jtag +adapter speed 4000 + +source [find target/stm32f7x.cfg]