Skip to content

Commit

Permalink
fix(boards): Properly use dfu-util to flash DZ60
Browse files Browse the repository at this point in the history
  • Loading branch information
djfiander authored Jan 13, 2022
1 parent d292361 commit 970e63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/boards/arm/dz60rgb/board.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 970e63b

Please sign in to comment.