10 lines
374 B
CMake
10 lines
374 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
board_runner_args(jlink "--device=STM32F407VG" "--speed=4000")
|
|
board_runner_args(openocd --cmd-pre-init "source [find interface/jlink.cfg]")
|
|
board_runner_args(openocd --cmd-pre-init "source [find target/stm32f4x.cfg]")
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|
|
|