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