summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Fiander <david@fiander.info>2022-01-12 21:36:08 -0500
committerGitHub <noreply@github.com>2022-01-12 21:36:08 -0500
commit970e63bec6a63d498989ae5f358d60c8e538bf35 (patch)
treef7321959c2bee619a1690759c7582ea9ed36e154
parentd29236141e1b425669e049bb4e5ae5b65903cd62 (diff)
fix(boards): Properly use dfu-util to flash DZ60
-rw-r--r--app/boards/arm/dz60rgb/board.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/boards/arm/dz60rgb/board.cmake b/app/boards/arm/dz60rgb/board.cmake
index 10f6e29..9da8ea9 100644
--- a/app/boards/arm/dz60rgb/board.cmake
+++ b/app/boards/arm/dz60rgb/board.cmake
@@ -3,5 +3,5 @@
board_runner_args(dfu-util "--pid=0483:df11" "--alt=0" "--dfuse")
board_runner_args(jlink "--device=STM32F303CC" "--speed=4000")
-include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
+include(${ZEPHYR_BASE}/boards/common/dfu-util.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)