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