2020-06-09 23:54:13 +10:00
|
|
|
# SPDX-License-Identifier: MIT
|
2020-04-26 12:41:20 +10:00
|
|
|
|
2020-09-21 23:49:56 +10:00
|
|
|
board_runner_args(dfu-util "--pid=0483:df11" "--alt=0" "--dfuse")
|
2020-04-26 12:41:20 +10:00
|
|
|
board_runner_args(jlink "--device=STM32F303VC" "--speed=4000")
|
|
|
|
|
2020-09-21 23:49:56 +10:00
|
|
|
include(${ZEPHYR_BASE}/boards/common/dfu-util.board.cmake)
|
2020-04-26 12:41:20 +10:00
|
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|