diff --git a/doc/releases/migration-guide-4.0.rst b/doc/releases/migration-guide-4.0.rst index ffe311e0b2c..bb2c4bf1223 100644 --- a/doc/releases/migration-guide-4.0.rst +++ b/doc/releases/migration-guide-4.0.rst @@ -32,6 +32,13 @@ Boards * STM32WBA: The command used for fetching blobs required to build ble applications is now `west blobs fetch hal_stm32` instead of `west blobs fetch stm32`. +STM32 +===== + +* On all official STM32 boards, `west flash` selects STM32CubeProgrammer as the default west runner. + If you want to enforce the selection of another runner like OpenOCD or pyOCD for flashing, you should + specify it using the west `--runner` or `-r` option. (:github:`75284`) + Modules *******