From dab933b3aeff6ac45df7b468723470acc9ebc256 Mon Sep 17 00:00:00 2001 From: Guillaume Faussard Date: Fri, 26 Dec 2025 11:53:38 +0100 Subject: [PATCH] tcl/target/stm32wba5x: Update post rename This configuration file is not for all stm32wbax anymore. Change-Id: I4399ba7cfdaeaff65a705b6d67e014614aef1b72 Signed-off-by: Guillaume Faussard Reviewed-on: https://review.openocd.org/c/openocd/+/9327 Reviewed-by: Antonio Borneo Tested-by: jenkins Reviewed-by: Ahmed Haoues --- tcl/target/stm32wba5x.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tcl/target/stm32wba5x.cfg b/tcl/target/stm32wba5x.cfg index 129940720..ea6544bf5 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] @@ -11,7 +11,7 @@ source [find mem_helper.tcl] if { [info exists CHIPNAME] } { set _CHIPNAME $CHIPNAME } else { - set _CHIPNAME stm32wbax + set _CHIPNAME stm32wba5x } # Work-area is a space in RAM used for flash programming @@ -22,7 +22,7 @@ if { [info exists WORKAREASIZE] } { set _WORKAREASIZE 0x10000 } -#jtag scan chain +# jtag scan chain if { [info exists CPUTAPID] } { set _CPUTAPID $CPUTAPID } else {