Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
f85e37ae2cfa6b5bb836d7a65477e18bb610717b
/
.
/
boards
/
arm
/
nucleo_f103rb
/
board.cmake
blob: 51a6e9ef3bdc058eeab606348afc00698c04d07c [
file
]
# SPDX-License-Identifier: Apache-2.0
board_runner_args
(
jlink
"--device=STM32F103RB"
"--speed=4000"
)
include
(
$
{
ZEPHYR_BASE
}/
boards
/
common
/
openocd
.
board
.
cmake
)
include
(
$
{
ZEPHYR_BASE
}/
boards
/
common
/
jlink
.
board
.
cmake
)