From 4e537c2620453a00e9125a69a5c1d3e903268bfd Mon Sep 17 00:00:00 2001 From: Abderrahmane Jarmouni Date: Fri, 16 Aug 2024 23:15:26 +0200 Subject: [PATCH] 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 --- doc/releases/migration-guide-4.0.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/releases/migration-guide-4.0.rst b/doc/releases/migration-guide-4.0.rst index ffe311e0b2c761..bb2c4bf1223ab6 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 *******