diff options
author | David Fiander <david@fiander.info> | 2022-01-12 21:36:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-12 21:36:08 -0500 |
commit | 970e63bec6a63d498989ae5f358d60c8e538bf35 (patch) | |
tree | f7321959c2bee619a1690759c7582ea9ed36e154 /app | |
parent | d29236141e1b425669e049bb4e5ae5b65903cd62 (diff) |
fix(boards): Properly use dfu-util to flash DZ60
Diffstat (limited to 'app')
-rw-r--r-- | app/boards/arm/dz60rgb/board.cmake | 2 |
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) |