2020-06-12 13:37:47 +10:00
|
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
|
2020-06-25 00:06:35 +10:00
|
|
|
board_runner_args(dfu-util "--pid=0483:df11" "--alt=0" "--dfuse")
|
|
|
|
board_runner_args(jlink "--device=STM32F303CC" "--speed=4000")
|
2020-06-12 13:37:47 +10:00
|
|
|
|
2020-06-25 00:06:35 +10:00
|
|
|
include(${ZEPHYR_BASE}/boards/common/dfu-util.board.cmake)
|
2020-06-12 13:37:47 +10:00
|
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|