Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
77acec32f7aee9bbe24697bcd719d7da51119a50
/
.
/
boards
/
olimex
/
stm32_h405
/
board.cmake
blob: 16ce5db67ad1060cf549297238f55886eb6a810a [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
board_runner_args
(
jlink
"--device=STM32F405RG"
"--speed=4000"
)
include
(
$
{
ZEPHYR_BASE
}/
boards
/
common
/
openocd
.
board
.
cmake
)
include
(
$
{
ZEPHYR_BASE
}/
boards
/
common
/
jlink
.
board
.
cmake
)