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