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