tcl/target/stm32wba5x: Update post rename

This configuration file is not for all stm32wbax anymore.

Change-Id: I4399ba7cfdaeaff65a705b6d67e014614aef1b72
Signed-off-by: Guillaume Faussard <guillaume.faussard@withings.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/9327
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Tested-by: jenkins
Reviewed-by: Ahmed Haoues <ahmed.haoues@st.com>
This commit is contained in:
Guillaume Faussard
2025-12-26 11:53:38 +01:00
committed by Antonio Borneo
parent c36f59d9b4
commit dab933b3ae

View File

@@ -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 {