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:
parent
05a96526a5
commit
4e537c2620
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
*******
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue