Skip to content

Commit 1137494

Browse files
Desvauxm-stjhedberg
authored andcommitted
boards: arm: disco_l475_iot1: add stm32cubeprogrammer
add stm32cubeprogrammer runner for disco_l475_iot1 boards Signed-off-by: Marc Desvaux <[email protected]>
1 parent 7d32b55 commit 1137494

File tree

1 file changed

+2
-0
lines changed

1 file changed

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

3+
board_runner_args(stm32cubeprogrammer "--port=swd" "--reset-mode=hw")
34
board_runner_args(jlink "--device=STM32L475VG" "--speed=4000")
45

56
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
67
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
8+
include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake)

0 commit comments

Comments
 (0)