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