Skip to content

Commit 9aecdd4

Browse files
heronetcfriedt
authored andcommitted
boards: weact: add runner support for stm32f446_core and stm32f405_core
Add pyocd and stm32cubeprogrammer runners to both boards. Signed-off-by: Siratul Islam <[email protected]>
1 parent 2fde221 commit 9aecdd4

File tree

2 files changed

+8
-0
lines changed

2 files changed

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

33
board_runner_args(dfu-util "--pid=0483:df11" "--alt=0" "--dfuse")
4+
board_runner_args(stm32cubeprogrammer "--port=swd" "--reset-mode=hw")
45
board_runner_args(jlink "--device=STM32F405RG" "--speed=4000")
6+
board_runner_args(pyocd "--target" "stm32f405rgtx")
57

68
include(${ZEPHYR_BASE}/boards/common/dfu-util.board.cmake)
9+
include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake)
710
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
811
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
12+
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# SPDX-License-Identifier: Apache-2.0
22

33
board_runner_args(dfu-util "--pid=0483:df11" "--alt=0" "--dfuse")
4+
board_runner_args(stm32cubeprogrammer "--port=swd" "--reset-mode=hw")
45
board_runner_args(jlink "--device=STM32F446RE" "--speed=4000")
6+
board_runner_args(pyocd "--target" "stm32f446retx")
57

68
include(${ZEPHYR_BASE}/boards/common/dfu-util.board.cmake)
9+
include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake)
710
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
811
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
12+
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)

0 commit comments

Comments
 (0)