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