We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d32b55 commit 1137494Copy full SHA for 1137494
boards/arm/disco_l475_iot1/board.cmake
@@ -1,6 +1,8 @@
1
# SPDX-License-Identifier: Apache-2.0
2
3
+board_runner_args(stm32cubeprogrammer "--port=swd" "--reset-mode=hw")
4
board_runner_args(jlink "--device=STM32L475VG" "--speed=4000")
5
6
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
7
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
8
+include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake)
0 commit comments