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