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
|
|
|
|
2022-01-13 13:36:08 +11:00
|
|
|
include(${ZEPHYR_BASE}/boards/common/dfu-util.board.cmake)
|
2020-08-03 01:29:07 +10:00
|
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|