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