Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
11baf56948c28ee039b9901951c0d49769d01ceb
/
.
/
boards
/
arm
/
stm32f4_disco
/
board.cmake
blob: 060c7457c730aacb98f7e9e99eaf850b887a7497 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
board_runner_args
(
jlink
"--device=STM32F407VG"
"--speed=4000"
)
include
(
$
{
ZEPHYR_BASE
}/
boards
/
common
/
openocd
.
board
.
cmake
)
include
(
$
{
ZEPHYR_BASE
}/
boards
/
common
/
jlink
.
board
.
cmake
)