doc: releases: migration-guide-4.0: note about stm32 boards flashing

STM32CubeProgrammer is now selected as the default runner for all STM32
official boards when 'west flash' is invoked.

Signed-off-by: Abderrahmane Jarmouni <git@jarmouni.me>
This commit is contained in:
Abderrahmane Jarmouni 2024-08-16 23:15:26 +02:00 committed by Johan Hedberg
commit 4e537c2620

View file

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