Finish DZ60RGB board definition

This commit is contained in:
Nick
2020-09-07 12:24:47 -05:00
parent fa40558f73
commit 6b433fdefd
6 changed files with 24 additions and 39 deletions

View File

@@ -1,6 +1,7 @@
# SPDX-License-Identifier: MIT
board_runner_args(jlink "--device=STM32F303VC" "--speed=4000")
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/jlink.board.cmake)