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