File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: Apache-2.0
2
2
3
3
board_runner_args (dfu-util "--pid=0483:df11" "--alt=0" "--dfuse" )
4
+ board_runner_args (stm32cubeprogrammer "--port=swd" "--reset-mode=hw" )
4
5
board_runner_args (jlink "--device=STM32F405RG" "--speed=4000" )
6
+ board_runner_args (pyocd "--target" "stm32f405rgtx" )
5
7
6
8
include (${ZEPHYR_BASE} /boards/common/dfu-util.board.cmake )
9
+ include (${ZEPHYR_BASE} /boards/common/stm32cubeprogrammer.board.cmake )
7
10
include (${ZEPHYR_BASE} /boards/common/jlink.board.cmake )
8
11
include (${ZEPHYR_BASE} /boards/common/openocd.board.cmake )
12
+ include (${ZEPHYR_BASE} /boards/common/pyocd.board.cmake )
Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: Apache-2.0
2
2
3
3
board_runner_args (dfu-util "--pid=0483:df11" "--alt=0" "--dfuse" )
4
+ board_runner_args (stm32cubeprogrammer "--port=swd" "--reset-mode=hw" )
4
5
board_runner_args (jlink "--device=STM32F446RE" "--speed=4000" )
6
+ board_runner_args (pyocd "--target" "stm32f446retx" )
5
7
6
8
include (${ZEPHYR_BASE} /boards/common/dfu-util.board.cmake )
9
+ include (${ZEPHYR_BASE} /boards/common/stm32cubeprogrammer.board.cmake )
7
10
include (${ZEPHYR_BASE} /boards/common/jlink.board.cmake )
8
11
include (${ZEPHYR_BASE} /boards/common/openocd.board.cmake )
12
+ include (${ZEPHYR_BASE} /boards/common/pyocd.board.cmake )
You can’t perform that action at this time.
0 commit comments