This is an automated email from Gerrit. "Antonio Borneo <[email protected]>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/9392
-- gerrit commit 5a53a97cc014a1e4bc95f7c7b3269c3f45397ffc Author: Antonio Borneo <[email protected]> Date: Sun Jan 18 23:38:28 2026 +0100 doc: add STM32WBA as supported by flash driver 'stm32l4x' The flash driver 'stm32l4x' supports the device STM32WBA too. Add it in the list of supported devices. Change-Id: I5e2ba0c9ea198eb22d1bd329dd932bc0b1b3e886 Signed-off-by: Antonio Borneo <[email protected]> diff --git a/doc/openocd.texi b/doc/openocd.texi index 2199760e24..9a3a2396a0 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -8509,7 +8509,7 @@ The @var{num} parameter is a value shown by @command{flash banks}. @end deffn @deffn {Flash Driver} {stm32l4x} -All members of the STM32 C0, G0, G4, L4, L4+, L5, U0, U5, WB and WL +All members of the STM32 C0, G0, G4, L4, L4+, L5, U0, U5, WB, WBA and WL microcontroller families from STMicroelectronics include internal flash and use ARM Cortex-M0+, M4 and M33 cores. The driver automatically recognizes a number of these chips using --
