From c36f59d9b49fc2152e98253db73dac61add08a2f Mon Sep 17 00:00:00 2001 From: Guillaume Faussard Date: Fri, 26 Dec 2025 11:51:33 +0100 Subject: [PATCH] tcl/target/stm32wba5x: Rename configuration file Prepare to add stm32wba6x support. The OTP address is different between the stm32wb5xxx and stm32wb6xxx microcontrollers, so the configuration file can't be the same for both. Change-Id: Ib7485e0211779d98cca56e73397197b712460c69 Signed-off-by: Guillaume Faussard Reviewed-on: https://review.openocd.org/c/openocd/+/9326 Tested-by: jenkins Reviewed-by: Antonio Borneo Reviewed-by: Ahmed Haoues --- tcl/target/{stm32wbax.cfg => stm32wba5x.cfg} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tcl/target/{stm32wbax.cfg => stm32wba5x.cfg} (100%) diff --git a/tcl/target/stm32wbax.cfg b/tcl/target/stm32wba5x.cfg similarity index 100% rename from tcl/target/stm32wbax.cfg rename to tcl/target/stm32wba5x.cfg