mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-08-15 12:36:54 +10:00
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>
12 lines
324 B
INI
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]
|