summaryrefslogtreecommitdiff
path: root/app/boards/arm/dz60rgb/board.cmake
blob: 10f6e291d4b237e4d445486620d9565f2a1438d3 (plain)
1
2
3
4
5
6
7
# SPDX-License-Identifier: MIT

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)