From: openocd-gerrit <ope...@us...> - 2025-08-02 13:01:19
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via eea3c568f9bdede39ee7e1446aeeb07d073d0ba8 (commit) from 2248f1ef1275115862bdd97363c68259661adde6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit eea3c568f9bdede39ee7e1446aeeb07d073d0ba8 Author: OndÅej HoÅ¡ek <ond...@gm...> Date: Mon Jul 14 00:12:19 2025 +0200 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 <ond...@gm...> Reviewed-on: https://review.openocd.org/c/openocd/+/8997 Tested-by: jenkins Reviewed-by: zapb <de...@za...> Reviewed-by: Antonio Borneo <bor...@gm...> 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] ----------------------------------------------------------------------- Summary of changes: tcl/board/mikroe/clicker4-stm32f745vg.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tcl/board/mikroe/clicker4-stm32f745vg.cfg hooks/post-receive -- Main OpenOCD repository |