blob: 4843c4151f9e331b33ce74711c00ea49a1dba10a (
plain)
1
2
3
4
5
6
|
# SPDX-License-Identifier: MIT
board_runner_args(jlink "--device=STM32F303VC" "--speed=4000")
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|