Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
49c528bbbc5fed131fcebbfe162485fa7d2c9536
/
.
/
boards
/
arm
/
nucleo_f103rb
/
board.cmake
blob: 51a6e9ef3bdc058eeab606348afc00698c04d07c [
file
] [
log
] [
blame
]
# 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
)