Skip to content

Commit

Permalink
doc: releases: migration-guide-4.0: note about stm32 boards flashing
Browse files Browse the repository at this point in the history
STM32CubeProgrammer is now selected as the default runner for all STM32
official boards when 'west flash' is invoked.

Signed-off-by: Abderrahmane Jarmouni <[email protected]>
  • Loading branch information
JarmouniA authored and jhedberg committed Sep 9, 2024
1 parent 05a9652 commit 4e537c2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/releases/migration-guide-4.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
*******

Expand Down

0 comments on commit 4e537c2

Please sign in to comment.