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