zmk_mf68/app/boards/arm/dz60rgb/board.cmake

8 lines
276 B
CMake
Raw Normal View History

2020-08-03 01:29:07 +10:00
# SPDX-License-Identifier: MIT
2020-09-08 03:24:47 +10:00
board_runner_args(dfu-util "--pid=0483:df11" "--alt=0" "--dfuse")
board_runner_args(jlink "--device=STM32F303CC" "--speed=4000")
2020-08-03 01:29:07 +10:00
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)