2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-08-15 00:34:34 +10:00

tcl/board: add mikroe/clicker4-stm32f745vg

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 <ondra.hosek@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/8997
Tested-by: jenkins
Reviewed-by: zapb <dev@zapb.de>
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
Ondřej Hošek 2025-07-14 00:12:19 +02:00 committed by Antonio Borneo
parent 2248f1ef12
commit eea3c568f9

View File

@ -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]