This is an automated email from Gerrit. "Guillaume <[email protected]>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/9327
-- gerrit commit c90844c57d08c1b03a1d6bf9ca8d3cd0068d2ace Author: Guillaume Faussard <[email protected]> Date: Fri Dec 26 11:53:38 2025 +0100 tcl/target/stm32wba5x: Update comments This configuration file is not for all stm32wbax anymore. Change-Id: I4399ba7cfdaeaff65a705b6d67e014614aef1b72 Signed-off-by: Guillaume Faussard <[email protected]> diff --git a/tcl/target/stm32wba5x.cfg b/tcl/target/stm32wba5x.cfg index 129940720b..cbbf99c338 100644 --- a/tcl/target/stm32wba5x.cfg +++ b/tcl/target/stm32wba5x.cfg @@ -1,9 +1,9 @@ # SPDX-License-Identifier: GPL-2.0-or-later -# script for stm32wbax family +# script for stm32wba5x family # -# stm32wba devices support both JTAG and SWD transports. +# stm32wba5x devices support both JTAG and SWD transports. # source [find target/swj-dp.tcl] source [find mem_helper.tcl] --
