2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-08-15 17:37:50 +10:00
openocd/tcl/board/mikroe/clicker4-stm32f745vg.cfg
Ondřej Hošek eea3c568f9 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>
2025-08-02 13:00:48 +00:00

12 lines
324 B
INI

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