Skip to content

Commit 7dd3331

Browse files
str4t0mfabiobaltieri
authored andcommitted
boards: nucleo_g474re revert pyocd workaround
Pyocd couldn't flash the nucleo_g474re board with the target stm32g474retx (issue zephyrproject-rtos#23351). Therefore PR zephyrproject-rtos#23230 introduced a workaround changing the target to stm32g474rbtx. In the meantime this issue was resolved, therefore revert the workaround. Signed-off-by: Thomas Stranger <[email protected]>
1 parent e8e7288 commit 7dd3331

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

boards/arm/nucleo_g474re/board.cmake

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# SPDX-License-Identifier: Apache-2.0
22

3-
# use target=stm32g474rbtx instead of stm32g474retx
4-
# to allow board re-flashing (see PR #23230)
5-
board_runner_args(pyocd "--target=stm32g474rbtx")
3+
board_runner_args(pyocd "--target=stm32g474retx")
64

75
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
86
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)

0 commit comments

Comments
 (0)