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